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

767 Commits

Author SHA1 Message Date
Kevin Glynn
f9038369ac System.IComparable is java's Comparable 2013-04-21 14:02:06 +02:00
Kevin Glynn
404b82503d We need ant to build too 2013-03-25 17:31:53 +01:00
Kevin Glynn
303633ed0e Provide a little more clarity around licnesing of test snippets 2013-03-25 17:31:30 +01:00
Kevin Glynn
4656b1d487 bump version number for next release 2013-03-25 09:25:29 +01:00
Kevin Glynn
02d9dd0411 Update README
improve english
2013-03-25 09:20:38 +01:00
Kevin Glynn
1d06999929 add history 2013-03-18 18:25:13 +01:00
Kevin Glynn
e91ef628c9 All files 644 2013-03-18 16:46:18 +01:00
Kevin Glynn
92321f33b0 Add BUILDING instructions 2013-03-18 16:40:57 +01:00
Kevin Glynn
942443b74b Add MIT License to source files 2013-03-18 16:31:23 +01:00
Kevin Glynn
b697d4e705 remove ant-antlr3 src 2013-03-18 15:28:44 +01:00
Kevin Glynn
fa01593354 some simplification 2013-03-18 15:20:43 +01:00
Kevin Glynn
c05bbe34c6 remove old stuff 2013-03-18 15:10:07 +01:00
Kevin Glynn
99d3701615 refreshed docs 2013-03-18 10:18:03 +01:00
Kevin Glynn
9805592294 necessary updates 2013-03-18 10:17:49 +01:00
Kevin Glynn
7b2343b568 remove old stuff 2013-03-18 10:15:08 +01:00
Kevin Glynn
d4cee45bdd Remove old stuff 2013-03-18 10:10:39 +01:00
Kevin Glynn
5462d79b94 Add top level README and COPYING 2013-03-18 09:57:13 +01:00
Kevin Glynn
5672fcccd8 remove sample configs and include configs for test project in resources 2013-03-18 09:52:40 +01:00
Kevin Glynn
33f9d0046d Remove leftover project refs to signer/key generator. remove some now unused member vars 2013-03-15 17:37:46 +01:00
Kevin Glynn
9f06a5d2d1 remove trial only 'features' 2013-03-15 17:21:23 +01:00
Kevin Glynn
376a374301 No obfuscate, no trial version 2013-03-15 17:00:58 +01:00
Kevin Glynn
300b059d49 Update NOTICE 2013-03-15 16:58:47 +01:00
Kevin Glynn
9f9ec52bfb Remove code to sign xml files 2013-03-15 16:53:19 +01:00
Kevin Glynn
4b918c2693 Remove signatures 2013-03-15 16:50:55 +01:00
Kevin Glynn
5110fd1e33 Remove antlr2 code 2013-03-15 16:15:13 +01:00
Kevin Glynn
23e08c4f62 sync from Rustici 2013-03-15 16:10:45 +01:00
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