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

181 Commits

Author SHA1 Message Date
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
Kevin Glynn
ec87c3e44c translate to java's Cloneable 2011-02-04 18:12:03 +01:00
Kevin Glynn
753225903e make max translation work for all numbers 2011-02-04 12:22:11 +01:00
Kevin Glynn
978db39518 move MailMessage into CS2JLibrary 2011-02-04 06:51:19 +01:00
Kevin Glynn
5e3dc6d5a0 support ToArray(int[]) 2011-02-03 14:16:29 +01:00
Kevin Glynn
eaa3a0cb18 add precedences 2011-02-01 22:52:28 +01:00
Kevin Glynn
00e34a788d add some precedences 2011-02-01 22:34:27 +01:00
Kevin Glynn
83768111c5 remove crummy cast, eventually I will find out why it was added and hopefully do it right ... 2011-02-01 22:33:53 +01:00
Kevin Glynn
1a0959de61 add some needed precedences 2011-01-31 21:46:40 +01:00
Kevin Glynn
d7298e12b5 create arraylists from arrays, fix java type corresponding to NumberFormatInfo and NumberStyles 2011-01-31 16:29:14 +01:00
Kevin Glynn
b4bd3cf697 add a close method 2011-01-31 16:28:32 +01:00
Kevin Glynn
3b61fce97f Exception -> Throwble now 2011-01-29 09:29:03 +01:00
Kevin Glynn
d32f508073 add a iterable for Hashtable 2011-01-28 21:49:15 +01:00
Kevin Glynn
fb578b8dc2 fix arraylist sort 2011-01-28 18:22:00 +01:00
Kevin Glynn
403d42044f fix some broken translations 2011-01-28 17:17:34 +01:00
Kevin Glynn
e60dcbfee3 Change ReturnType to ElementType 2011-01-27 14:12:08 +01:00