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

741 Commits

Author SHA1 Message Date
Kevin Glynn
db1b823dd1 late addition to CHANGELOG .. closed_final 2013-03-04 17:09:34 +01:00
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
03064de2b6 Bump for release 2013-03-04 15:49:07 +01:00
Kevin Glynn
c1d7ecea72 Add HasValue and Vale properties for nullable types 2013-03-01 12:53:02 +01:00
Kevin Glynn
b38a1a6db0 Convert nullable types to their boxed equivalent (and print warning) 2013-03-01 12:52:21 +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
adbdfde9cc write xmls to a unique place 2012-09-06 15:51:44 +02:00
Kevin Glynn
1e57216794 Also allow for fully qualified types when making static calls 2012-09-06 15:50:35 +02:00
Kevin Glynn
c430fb0aab Add the current namespace to the list of places to search when looking for types 2012-09-06 15:50:01 +02:00
Kevin Glynn
be1fe6d476 sync from RS 2012-09-03 18:36:31 +02:00
Kevin Glynn
7d27b211a6 template config for subset of scormengine 2012-09-03 17:48:34 +02:00
Kevin Glynn
6171de410f bump rs version number 2012-09-03 17:47:47 +02:00
Kevin Glynn
3d7e2a0dc6 If class is fully qualified and doesn;t have a special translation then keep fully qualified in the Java. This allows a way to refer to multiple classes eith the same name (but different namespace ...) 2012-09-03 17:47:30 +02:00
Kevin Glynn
e7a8fe4efe C# readonly is java final for member variables (Java allows to assign in constructor too) 2012-09-03 17:46:11 +02:00
Kevin Glynn
4d78138a2a Add test for broken ref/out in if-then-else conditionals 2012-09-03 17:44:57 +02:00
Kevin Glynn
ce213809d1 Support for unicode identifiers 2012-05-13 12:32:53 +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
13c808d373 (re)support --dump-enums rs-120229 2012-02-29 14:08:42 +01:00
Kevin Glynn
6e39b1688b If the exception is a runtime exception then just propogate, don't wrap 2012-02-27 11:19:35 +01: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
3ef2738687 GetHashCode -> hashCode and test rs-120207 2012-02-07 14:08:50 +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
37d5f5071c lock(obj) <stat> -> synchronized(obj) { <stat> } 2012-02-07 13:50:01 +01:00
Kevin Glynn
bb8ddfac0c add parents of the compilation unit's namespace to the search path 2012-02-07 13:49:00 +01:00
Kevin Glynn
3528e2223e add tests for lock() and accessing parents from parent namespaces 2012-02-07 13:43:09 +01:00
Kevin Glynn
f6e7958041 merge from rustici cs2j_two branch to 431fb7d3c6d22669a8ec51d3421dacc10dc7b217 2012-02-07 10:46:47 +01:00
Kevin Glynn
a158607522 Merge branch 'master' of github.com:twiglet/cs2j 2012-02-01 07:50:40 -06:00
Kevin Glynn
86bacb0014 fix archive names 2012-02-01 14:50:22 +01:00
Kevin Glynn
2c6f6100a8 Update signatures 2012-02-01 07:33:23 -06:00
Kevin Glynn
679da0f151 Update for rolling rs release 2012-02-01 07:17:18 -06:00
Kevin Glynn
93eca2c29a pass type arguments to template 2012-02-01 13:28:27 +01:00
Kevin Glynn
f5bb89c9cf adjust for new location 2012-02-01 13:27:40 +01: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
5287e7b1f7 For ScormEngine we don't rename methods 2012-01-11 14:45:08 +01:00
Kevin Glynn
fa915096b2 synch from ScormEngine branch 2012-01-11 14:44:21 +01:00
Kevin Glynn
e8dc2da052 ignore eclipse settings directory 2012-01-07 16:39:50 +01:00
Kevin Glynn
4cef057bb9 add config files 2012-01-07 16:38:59 +01:00
Kevin Glynn
ea9e609506 take updates from ScormEngine codebase 2012-01-07 16:38:25 +01:00
Kevin Glynn
e107488078 fix obfuscation directive 2011.3.3trial 2011.3.3 2011-12-09 13:50:16 +01:00
Kevin Glynn
4bfa3c1a63 grrr, rogue character 2011-12-09 13:43:46 +01:00