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

175 Commits

Author SHA1 Message Date
Kevin Glynn
0525fe2c8c Update signature lines 2013-03-04 08:56:32 -06:00
Kevin Glynn
f6265cffd5 Add signature line 2013-03-04 08:54:26 -06:00
Kevin Glynn
c1d7ecea72 Add HasValue and Vale properties for nullable types 2013-03-01 12:53:02 +01:00
Kevin Glynn
aa1bba52fc Updated signatures 2012-09-10 03:17:01 -05:00
Kevin Glynn
e8bfc96263 Add file from ScormEngine's copy 2012-09-10 10:15:57 +02:00
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
Ben Clark
addcb8fc40 ArgumentException requires an import when referenced, not just when constructed 2012-02-27 10:40:56 +01:00
Kevin Glynn
90b75f3bda IOThrowable is IOThrowable .... 2012-02-27 10:12:56 +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
d0efb63ef9 Update signatures 2012-02-07 07:01:26 -06:00
Kevin Glynn
084501fc03 Merge branch 'master' of github.com:twiglet/cs2j 2012-02-07 06:51:27 -06:00
Kevin Glynn
f6e7958041 merge from rustici cs2j_two branch to 431fb7d3c6d22669a8ec51d3421dacc10dc7b217 2012-02-07 10:46:47 +01:00
Kevin Glynn
2c6f6100a8 Update signatures 2012-02-01 07:33:23 -06:00
Kevin Glynn
922c3baa0e If T is a generic variable then we can't create an array of T (type erasure) 2012-02-01 13:27:20 +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
cf5cca5fa5 update signatures 2011-11-05 14:48:40 +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
d35c8c196b rename translation file since EventHandler has a type argument, provide LCC version 2011-10-13 15:57:02 +02:00
Kevin Glynn
2c4ca85ba5 rework collection interfaces for GNfaDfa.cs 2011-10-12 10:40:18 +02:00
Kevin Glynn
a71555167a more stream to print, hmmmm need to overhaul the IO translations when I have some time 2011-10-12 10:35:24 +02:00
Kevin Glynn
ac4aed1ef0 rewrite Application to Application, not Object .... 2011-10-12 10:32:34 +02:00
Kevin Glynn
a3b3e67d76 make has_boxed_rep explicit in translation templates for primitive types, "guessing" wasn't working out 2011-10-12 10:30:57 +02:00
Kevin Glynn
85b9a3afc4 Writer -> PrintWriter, Stream -> PrintStream 2011-10-09 19:38:56 +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
5a5dabc5fe want to pass stdout as a Writer 2011-09-21 14:43:37 +02:00
Kevin Glynn
cbba3febbf better than nothing ... 2011-09-21 14:43:11 +02:00
Kevin Glynn
bee6696044 need list to be an ICollection, so map to supported interface 2011-09-21 14:42:55 +02:00
Kevin Glynn
84d55bf3d5 missing import 2011-09-21 14:36:07 +02:00
Kevin Glynn
78d2ed1e29 add some built in delegates, predicate and action 2011-09-21 14:35:43 +02:00
Kevin Glynn
946bd4741a Include explicit BoxedJava field in translation templates for primitives 2011-09-21 14:34:50 +02:00
Kevin Glynn
87625a5c48 update sigs 2011-09-06 16:35:43 +02:00
Kevin Glynn
6262b324ca update some Byte -> SByte references 2011-09-06 16:03:47 +02:00
Kevin Glynn
cffbe348df update sigs 2011-09-06 15:29:15 +02:00
Kevin Glynn
47607a041e add option -experimental-unsigned-to-bigger-signed 2011-09-06 15:04:03 +02:00
Kevin Glynn
1001d5151f support variants in translation templates 2011-09-06 10:03:36 +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
3458e63900 Use explicit imports 2011-09-02 14:21:04 +02:00
Kevin Glynn
ab6e191c36 updated signatures 2011-09-02 11:32:15 +02:00
Kevin Glynn
dec3078b49 add AppendFormat 2011-09-02 10:38:47 +02:00
Kevin Glynn
f6683a0c84 support implicit casts (from int to long for example) by adding them to inherits list 2011-09-02 10:38:30 +02:00
Kevin Glynn
ef0ad44d08 whoops ParamArray must be outside Params 2011-09-02 10:38:00 +02:00
Kevin Glynn
9494ead814 ArrayList is an IList 2011-09-02 10:37:37 +02:00