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

733 Commits

Author SHA1 Message Date
Kevin Glynn
b32c4f1e86 don't make java conventions default (still too many problems :() 2011-08-25 18:03:28 +02:00
Kevin Glynn
359ca8e18c insist on -option=true style 2011-08-25 18:03:00 +02:00
Kevin Glynn
896b3345aa Math.round(Single) 2011-08-25 18:02:37 +02:00
Kevin Glynn
63c36a65e9 Some (commented out) Cast attempts 2011-08-25 18:02:18 +02:00
Kevin Glynn
78a6cfc4b5 Support 'params' arguments to methods, constructors, indexers (variable length arguments) 2011-08-25 18:01:17 +02:00
Kevin Glynn
34cf358a0d turn off java naming conventions for now 2011-08-17 12:49:43 +02:00
Kevin Glynn
e4a6dd5759 do not try to validate with a schema 2011-08-16 16:07:49 +02:00
Kevin Glynn
39d6694b63 update signatures 2011-08-16 16:01:45 +02:00
Kevin Glynn
8add3b2c23 bump release number for ajb 2011-08-16 15:55:12 +02:00
Kevin Glynn
a143dd8eae RegexOptions enumeration 2011-08-16 15:33:14 +02:00
Kevin Glynn
6544471683 Java bytes are signed, so it is plain Byte that we don't have a good translation for 2011-08-16 15:19:01 +02:00
Kevin Glynn
9df8b1e620 Make Devel version 2011-08-16 15:05:04 +02:00
Kevin Glynn
a654e0d694 minimal support for client/server socket 2011-08-16 15:02:50 +02:00
Kevin Glynn
0ed1e625d8 Change method names to follow Java naming conventions 2011-08-16 15:01:37 +02:00
Kevin Glynn
e7b093ba6c support GetTypeCode() 2011-08-16 10:33:59 +02:00
Kevin Glynn
b24ce95c44 Add (and reference) SystemException 2011-08-15 19:34:41 +02:00
Kevin Glynn
f64f7d9e10 ignore emacs backup files 2011-08-15 19:32:19 +02:00
Kevin Glynn
01800b833d revamp regex support 2011-08-15 19:30:47 +02:00
Kevin Glynn
becceb3eb3 support Encoding.GetString(...) 2011-08-15 19:25:29 +02:00
Kevin Glynn
0ee989abd9 support String.Join 2011-08-15 19:23:23 +02:00
Kevin Glynn
64db7fd578 Send in a dummy placeholder for __arglist parameter 2011-08-11 19:29:07 +02:00
Kevin Glynn
215f8fdd1a Only set hasTyArgs if we actually had tyArgs! 2011-08-09 12:35:23 +02:00
Kevin Glynn
bdc1a68ee2 Support missing end-of-line after line comment at end of file, i.e. // my comment<EOF> 2011-08-09 12:34:38 +02:00
Kevin Glynn
b0bc6dca4d Add skeleton support for template schemas, but don't enable it. Can't make a schema with arbitrary ordering of type elements :( 2011-07-29 12:02:12 +02:00
Kevin Glynn
1a29534e3f grrr, fix name of latest zip 2011-07-27 12:00:13 +02:00
Kevin Glynn
b36f07c9f7 make mailable version too 2011.2.3 2011-07-26 10:59:33 +02:00
Kevin Glynn
5f65eb9ae4 add release user's guide 2011-07-26 10:29:14 +02:00
Kevin Glynn
0aa4a99f35 bump version number for MT-C 2011-07-26 10:07:54 +02:00
Kevin Glynn
50c44bde7a Set Default Debug to 1, it seems a useful level of output 2011-07-26 10:07:36 +02:00
Kevin Glynn
8c7965f04c generate javadoc from XML Documentation Comments 2011-07-26 10:07:11 +02:00
Kevin Glynn
0c6c57f855 remove some crufty line endings 2011-07-25 09:45:28 +02:00
Kevin Glynn
e8f5380597 Merge branch 'release' 2011-07-25 09:33:08 +02:00
Kevin Glynn
b14a999e5c tidy up for trial version 2011-07-20 15:22:21 +02:00
Kevin Glynn
a45fb077e8 remove compulsory advertising from header comment 2011-07-20 15:00:19 +02:00
Kevin Glynn
836414b055 update release doc 2011-07-20 14:53:06 +02:00
Kevin Glynn
145b30789d update signatures 2011.2.2 2011.1.2 2011-07-20 06:33:06 -05: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
1cd4837804 rough n ready features list 2011-07-20 11:40:37 +02:00
Kevin Glynn
56eac9193a For sorter example 2011-07-20 11:39:54 +02:00
Kevin Glynn
882da155ca Closes #20; Build lists from IEnumerables 2011-07-19 11:04:08 +02:00
Kevin Glynn
d928e3c7bf before invoking delegates in a Multi instance make a copy of the invocation list and invoke from that in case they manipulate the original delegate 2011-07-18 20:34:45 +02:00
Kevin Glynn
1b2222254a Make sure we process type sin delegate arguments correctly 2011-07-15 17:18:54 +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
669566fc45 Add (some) Guid constructors 2011-07-14 18:57:59 +02:00
Kevin Glynn
383bd3534d support EventHandler 2011-07-12 17:03:40 +02:00
Kevin Glynn
02a7246732 Include Obfuscate.cs 2011-07-12 15:41:43 +02:00
Kevin Glynn
7104c56382 add missing space for goto statement 2011-07-12 15:29:29 +02:00
Kevin Glynn
831dfab86b comment out unused code 2011-07-12 15:28:55 +02:00
Kevin Glynn
7841a7f900 Provide annotations to control Eazfuscator.NET 2011-07-12 15:28:29 +02:00