Kevin Glynn
b14a999e5c
tidy up for trial version
2011-07-20 15:22:21 +02:00
Kevin Glynn
ae28be5a02
Update version number for release
2011-07-20 13:29:24 +02:00
Kevin Glynn
7d8fd5bf31
Update version number for release
2011-07-20 12:10:12 +02:00
Kevin Glynn
317aa189f2
-translator-blanket-throw=false stops adding "throws Exception" to methods and constructors
2011-07-14 19:01:20 +02:00
Kevin Glynn
d4c5b20e97
support for -experimental-enums-numericconsts and -experimental-unsigned-translatesigned
2011-06-14 09:38:13 +02:00
Kevin Glynn
b3de6b13a0
deal better with classes in no namespace
2011-06-14 09:35:13 +02:00
Kevin Glynn
d855f757ae
Support for Partial Types.
...
Reworked earlier attempt that tried to collect them after JavaMaker phase. Realised it is better to go all the way through to generating strings because we need the original token stream to do that and partial types can be splity across different files.
Its actually simpler this way.
2011-06-10 13:27:40 +02:00
Kevin Glynn
0b8e05d0a6
implement top level partial types
2011-06-07 17:11:29 +02:00
Kevin Glynn
24ea1b1fc3
remove some unused debug
2011-06-07 17:08:02 +02:00
Kevin Glynn
f2ddedd5eb
better error message when we can't read trasnlation template
2011-05-31 16:58:20 +02:00
Kevin Glynn
1c0fa6586b
Sets are IEnumerable, fix AddToImports to be satisifed with that
2011-05-02 12:53:30 +02:00
Kevin Glynn
82e2dcf770
move imports into CommonWalker so that we can add to imports from JavaMaker too (currently not needed)
2011-04-30 09:28:15 +02:00
Kevin Glynn
878dcf69de
Don't lowercase excludes filenames, we are case-sensitive everywhere else
2011-04-27 13:04:42 +02:00
Kevin Glynn
18fb3d4063
Add parseString and IsJavaish so that we can parse arbitrary snippets of Java(ish) code and weave them into the output
2011-04-13 11:44:29 +02:00
Kevin Glynn
83fcfd0882
Add --experimental-transforms for undercooked implementations and add boxing of primitive types (see noise added to ScormEngine for aesthetic problems)
2011-04-06 16:27:15 +02:00
Kevin Glynn
983f0623b1
Revert "Enable Trial"
2011-03-24 12:54:36 +01:00
Kevin Glynn
42d851a739
more sensible version number
2011-03-23 15:53:01 +01:00
Kevin Glynn
d270148bba
Hmmmm, added \n as newline separator, windows was generating more than 120 lines. probably due to line endings in comments
2011-03-23 09:50:48 -05:00
Kevin Glynn
ed14c2b1a1
Forgot to populate xml document. while I'm there use same code as signer to get signature
2011-03-23 09:18:17 -05:00
Kevin Glynn
ab2daebcbf
specify tx files via csdir
2011-03-23 14:53:25 +01:00
Kevin Glynn
468f099417
Enable Trial
2011-03-22 09:12:00 +01:00
Kevin Glynn
75dee12b3f
Support limiting number of lines output
2011-03-21 17:00:24 +01:00
Kevin Glynn
96aedea537
mogrify key a bit
2011-03-21 12:12:10 +01:00
Kevin Glynn
257b7fc186
Add code to count unsigned translation files
2011-03-21 10:27:35 +01:00
Kevin Glynn
156c3bd866
(failed) attempt to detect empty file
2011-03-11 11:08:08 +01:00
Kevin Glynn
590efcda26
New option: warning-resolve-failures for when we can't find a translation. Off by default because it can be very noisy
2011-02-25 14:07:31 +01:00
Kevin Glynn
f82c7c8627
fix up key in type environment for types with generic arguments
2011-02-18 13:51:52 +01:00
Kevin Glynn
87296d6562
Big Code Reorg
2011-02-12 19:48:16 +01:00