1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

96 Commits

Author SHA1 Message Date
Kevin Glynn
65ed894dba update signatures 2011-05-22 17:40:22 +02:00
Kevin Glynn
84a767f445 big delegates commit. Autogenerated code for delegate support is pretty much done now 2011-05-19 16:37:45 +02:00
Kevin Glynn
ff574c6af9 fix new line in string 2011-05-11 11:17:00 +02:00
Kevin Glynn
260de07443 In C# format strings positions are indexed from 0, in Java they are indexed from 1 2011-05-11 10:41:24 +02:00
Kevin Glynn
aa380e6da3 a version of setValue that returns old or new value 2011-05-05 16:12:13 +02:00
Kevin Glynn
7e85ac4a83 fix support for IDisposable.close(), it was broken in SE/Logic :( 2011-05-02 15:35:12 +02:00
Kevin Glynn
4e9f105c54 add Double.tryParse using new RefSupport class 2011-05-02 15:34:21 +02:00
Kevin Glynn
9d6b510a59 support ref and out parameters 2011-04-30 09:29:06 +02:00
Kevin Glynn
5eff7e331c add some write methods, stolen from Console.xml 2011-04-30 09:26:39 +02:00
Kevin Glynn
2d76f823aa add translation for currentthread 2011-04-28 11:19:58 +02:00
Kevin Glynn
abc4163a86 add ascii encoder 2011-04-28 11:19:47 +02:00
Kevin Glynn
91608a3344 add InvalidOperationException 2011-04-28 11:19:27 +02:00
Kevin Glynn
c89cd6ae39 add string.format 2011-04-28 11:18:41 +02:00
Kevin Glynn
32c3ae4b6c move csfmttojavafmt to stringsupport 2011-04-28 11:18:25 +02:00
Kevin Glynn
f960e50051 add translations 2011-04-27 13:06:24 +02:00
Kevin Glynn
8eec6a60d1 Don't force IDisposable to implement close() 2011-04-27 13:04:11 +02:00
Kevin Glynn
17fdd8498d Don't import everything 2011-04-27 13:03:54 +02:00
Kevin Glynn
56d607ee3a ICollection -> Collection 2011-04-19 10:23:39 +02:00
Kevin Glynn
830987e80a firtle with enumerators and collection templates 2011-04-18 19:27:23 +02:00
Kevin Glynn
187c6528a9 Add CollectionSupport class to turn a java collection into a c# collection 2011-04-13 15:58:32 +02:00
Kevin Glynn
8084a63eeb Dictionary inherits IDictionary 2011-04-13 14:48:55 +02:00
Kevin Glynn
dafcee91d6 Use parseString to generate (java) Collection methods when translating a type that implements ICollection 2011-04-13 11:45:38 +02:00
Kevin Glynn
71beb7eef6 KeyCollection and CopyTo method 2011-04-07 10:51:52 +02:00
Kevin Glynn
1bb7b32442 Support FileStreams 2011-04-06 16:30:12 +02:00
Kevin Glynn
aa8cf2f8c0 add some undercooked collection support. needs more work. 2011-04-06 16:29:37 +02:00
Kevin Glynn
e0893b1e6f add hashcode to Object 2011-04-06 10:54:43 +02:00
Kevin Glynn
46c8366a31 updated sigs 2011-03-23 11:37:32 +01:00
Kevin Glynn
df565a1278 update my email address 2011-03-22 08:50:05 +01:00
Kevin Glynn
3e2673d7b6 Add signatures to translation files 2011-03-18 17:40:02 +01:00
Kevin Glynn
77ea92d5d6 some support for events 2011-03-11 11:08:36 +01:00
Kevin Glynn
2f3d8fdce9 keys 2011-03-11 11:07:41 +01:00
Kevin Glynn
3fe67bac2d update filestream support, unfinished 2011-03-11 11:04:08 +01:00
Kevin Glynn
32d01889f2 update translations 2011-03-04 18:46:29 +01:00
Kevin Glynn
caaf13f4d3 Add Generic classes 2011-03-04 18:10:28 +01:00
Kevin Glynn
41dc072776 Support for Random class 2011-03-04 11:30:16 +01:00
Kevin Glynn
45bf365e9f Add a tranlsation for dictionaries 2011-03-02 21:42:53 +01:00
Kevin Glynn
90a3461a27 add a split option for splitting on an array of strings 2011-03-02 19:25:18 +01:00
Kevin Glynn
c0187d15da add iterable definitions 2011-03-02 19:24:42 +01:00
Kevin Glynn
52d9b3b5a7 We want to be able to pass ints where long is expected. Adding Int64 to inherits had some unpleasant side effects 2011-02-28 20:27:14 +01:00
Kevin Glynn
e4600b7885 Support for Generic Types (to be continued ....). 2011-02-28 12:34:49 +01:00
Kevin Glynn
f82c7c8627 fix up key in type environment for types with generic arguments 2011-02-18 13:51:52 +01:00
Kevin Glynn
68132938bc remove ArrayListSupport wrapper, we now use java's ArrayList 2011-02-08 17:54:25 +01:00
Kevin Glynn
4a989b6ce3 remove hardcoded logger name 2011-02-08 13:10:13 +01:00
Kevin Glynn
19e3dcc413 Use version in CS2JLibrary 2011-02-08 13:09:52 +01:00
Kevin Glynn
67ec9338a7 no more subversion 2011-02-08 13:09:29 +01:00
Kevin Glynn
9150be454e Add copyright statements 2011-02-08 12:27:00 +01:00
Kevin Glynn
b25a8137ef update copyright statements 2011-02-08 12:10:55 +01:00
Kevin Glynn
4341ea8484 Remove (old) NetTranslations. Move RusticiSoftware namespace to CS2JNet 2011-02-08 10:25:05 +01:00
Kevin Glynn
4cb4a2bfd5 configurable throws Throwable/Exception 2011-02-07 14:51:24 +01:00
Kevin Glynn
f7d383eea5 Use support routines for comparing datetimes 2011-02-04 18:12:41 +01:00