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

589 Commits

Author SHA1 Message Date
Kevin Glynn
4656b1d487 bump version number for next release 2013-03-25 09:25:29 +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
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
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
db1b823dd1 late addition to CHANGELOG .. 2013-03-04 17:09:34 +01:00
Kevin Glynn
03064de2b6 Bump for release 2013-03-04 15:49:07 +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
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
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
13c808d373 (re)support --dump-enums 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
3ef2738687 GetHashCode -> hashCode and test 2012-02-07 14:08:50 +01: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
86bacb0014 fix archive names 2012-02-01 14:50:22 +01: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
5287e7b1f7 For ScormEngine we don't rename methods 2012-01-11 14:45:08 +01:00
Kevin Glynn
4cef057bb9 add config files 2012-01-07 16:38:59 +01:00
Kevin Glynn
e107488078 fix obfuscation directive 2011-12-09 13:50:16 +01:00
Kevin Glynn
4bfa3c1a63 grrr, rogue character 2011-12-09 13:43:46 +01:00
Kevin Glynn
17f150245e update release number 2011-12-09 13:33:37 +01:00
Kevin Glynn
a1e6eb4a24 refine obfuscation so that we can graft in code in the trial version again 2011-12-09 13:32:36 +01:00
Kevin Glynn
23984ede9c refresh docs 2011-12-09 11:25:08 +01:00
Kevin Glynn
9719bd8e26 update version number for release 2011-12-09 10:53:48 +01:00
Kevin Glynn
706afb8575 Do not crash horribly if we don't have translations for some basic types (e.g. user passes invalid NetFramework) 2011-12-09 10:51:48 +01:00