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

53 Commits

Author SHA1 Message Date
Kevin Glynn
be1fe6d476 sync from RS 2012-09-03 18:36:31 +02:00
Kevin Glynn
7b9ab466a9 sync from RS: Use support routine for rounding to fixed number of places 2012-04-10 14:45:33 +02:00
Kevin Glynn
2c5e4afa3b sync from RS: Add better enum parsing 2012-04-10 14:45:01 +02:00
Kevin Glynn
e4dc32576c add convenienece method to get java InternetAddress from a MailAddress 2012-02-27 10:44:04 +01:00
Kevin Glynn
c4e9e710f4 remove unused import 2012-02-08 10:14:11 +01:00
Kevin Glynn
c610bfe980 CSList must imolement the List interface 2012-02-07 14:36:08 +01:00
Kevin Glynn
f6e7958041 merge from rustici cs2j_two branch to 431fb7d3c6d22669a8ec51d3421dacc10dc7b217 2012-02-07 10:46:47 +01:00
Kevin Glynn
e7471051d8 Restore support for Java 1.5: In Java 1.5 @Override doesn't accept methods that are only implementing interfaces 2012-01-18 14:32:52 +01:00
Kevin Glynn
24cd7e967d updates from scormengine port 2012-01-13 10:17:19 +01:00
Kevin Glynn
fa915096b2 synch from ScormEngine branch 2012-01-11 14:44:21 +01:00
Kevin Glynn
ea9e609506 take updates from ScormEngine codebase 2012-01-07 16:38:25 +01:00
Kevin Glynn
26667b96e3 Map List<T> to new CSList, which wraps an ArrayList 2011-10-22 14:51:44 +02:00
Kevin Glynn
3930e1a05d provide LCC variants of built in delegate interfaces 2011-10-13 16:05:55 +02:00
Kevin Glynn
2c4ca85ba5 rework collection interfaces for GNfaDfa.cs 2011-10-12 10:40:18 +02:00
Kevin Glynn
1ab62778f7 - Don't use IxxxxxxSupport naming for interfaces, just Ixxxxxxx
- fix up translations and classes for new interfaces support (e.g. IEnumerable becomes an Iterable)
2011-10-09 19:38:23 +02:00
Kevin Glynn
78d2ed1e29 add some built in delegates, predicate and action 2011-09-21 14:35:43 +02:00
Kevin Glynn
542cc43895 Add support for alternate translations. So when looking for A.B.C.D.E, we will first look in A.B.C.D.<alt>.E we need this to provide alternate translations for Java method renaming 2011-09-03 10:10:30 +02:00
Kevin Glynn
a143dd8eae RegexOptions enumeration 2011-08-16 15:33:14 +02:00
Kevin Glynn
a654e0d694 minimal support for client/server socket 2011-08-16 15:02:50 +02:00
Kevin Glynn
e7b093ba6c support GetTypeCode() 2011-08-16 10:33:59 +02:00
Kevin Glynn
b24ce95c44 Add (and reference) SystemException 2011-08-15 19:34:41 +02:00
Kevin Glynn
01800b833d revamp regex support 2011-08-15 19:30:47 +02:00
Kevin Glynn
becceb3eb3 support Encoding.GetString(...) 2011-08-15 19:25:29 +02:00
Kevin Glynn
0ee989abd9 support String.Join 2011-08-15 19:23:23 +02:00
Kevin Glynn
56eac9193a For sorter example 2011-07-20 11:39:54 +02:00
Kevin Glynn
882da155ca Closes #20; Build lists from IEnumerables 2011-07-19 11:04:08 +02:00
Kevin Glynn
d928e3c7bf before invoking delegates in a Multi instance make a copy of the invocation list and invoke from that in case they manipulate the original delegate 2011-07-18 20:34:45 +02:00
Kevin Glynn
383bd3534d support EventHandler 2011-07-12 17:03:40 +02:00
Kevin Glynn
c785f8985e Add missing import, support another format type 2011-05-31 09:16:48 +02:00
Kevin Glynn
6c56ad244e Support for some MailMessage classes 2011-05-24 12:16:53 +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
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
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
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
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
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
77ea92d5d6 some support for events 2011-03-11 11:08:36 +01:00
Kevin Glynn
3fe67bac2d update filestream support, unfinished 2011-03-11 11:04:08 +01:00
Kevin Glynn
68132938bc remove ArrayListSupport wrapper, we now use java's ArrayList 2011-02-08 17:54:25 +01:00