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

137 Commits

Author SHA1 Message Date
Kevin Glynn
87625a5c48 update sigs 2011-09-06 16:35:43 +02:00
Kevin Glynn
6262b324ca update some Byte -> SByte references 2011-09-06 16:03:47 +02:00
Kevin Glynn
cffbe348df update sigs 2011-09-06 15:29:15 +02:00
Kevin Glynn
47607a041e add option -experimental-unsigned-to-bigger-signed 2011-09-06 15:04:03 +02:00
Kevin Glynn
1001d5151f support variants in translation templates 2011-09-06 10:03:36 +02:00
Kevin Glynn
542cc43895 Add support for alternate translations. So when looking for A.B.C.D.E, we will first look in A.B.C.D.<alt>.E we need this to provide alternate translations for Java method renaming 2011-09-03 10:10:30 +02:00
Kevin Glynn
3458e63900 Use explicit imports 2011-09-02 14:21:04 +02:00
Kevin Glynn
ab6e191c36 updated signatures 2011-09-02 11:32:15 +02:00
Kevin Glynn
dec3078b49 add AppendFormat 2011-09-02 10:38:47 +02:00
Kevin Glynn
f6683a0c84 support implicit casts (from int to long for example) by adding them to inherits list 2011-09-02 10:38:30 +02:00
Kevin Glynn
ef0ad44d08 whoops ParamArray must be outside Params 2011-09-02 10:38:00 +02:00
Kevin Glynn
9494ead814 ArrayList is an IList 2011-09-02 10:37:37 +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
39d6694b63 update signatures 2011-08-16 16:01:45 +02:00
Kevin Glynn
a143dd8eae RegexOptions enumeration 2011-08-16 15:33:14 +02:00
Kevin Glynn
a654e0d694 minimal support for client/server socket 2011-08-16 15:02:50 +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
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
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
145b30789d update signatures 2011-07-20 06:33:06 -05: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
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
d4c5b20e97 support for -experimental-enums-numericconsts and -experimental-unsigned-translatesigned 2011-06-14 09:38:13 +02:00
Kevin Glynn
930db5d588 remove superfluous parenthesis 2011-06-07 17:33:41 +02:00
Kevin Glynn
b53785b1fe really fix angled bracket syntax 2011-06-01 14:11:17 +02:00
Kevin Glynn
a8ab6e1c3e fix use of angled brackets 2011-05-31 16:58:48 +02:00
Kevin Glynn
6a17ffbacc Merge branch 'master' of github.com:twiglet/cs2j 2011-05-31 09:21:54 +02:00
Kevin Glynn
c785f8985e Add missing import, support another format type 2011-05-31 09:16:48 +02:00
Kevin Glynn
338c56e6ae Add needed cast to ensure type is derived from Enum 2011-05-31 09:16:22 +02:00
Kevin Glynn
7ba1528f6e refresh signatures 2011-05-26 02:34:22 -05:00
Kevin Glynn
71c55e6b6d fix sticky fingers 2011-05-24 15:32:12 +02:00
Kevin Glynn
6c56ad244e Support for some MailMessage classes 2011-05-24 12:16:53 +02:00
Kevin Glynn
ccc6f22c17 update signatures 2011-05-22 19:26:28 +02:00
Kevin Glynn
84a767f445 big delegates commit. Autogenerated code for delegate support is pretty much done now 2011-05-19 16:37:45 +02:00
Kevin Glynn
ff574c6af9 fix new line in string 2011-05-11 11:17:00 +02:00
Kevin Glynn
260de07443 In C# format strings positions are indexed from 0, in Java they are indexed from 1 2011-05-11 10:41:24 +02:00
Kevin Glynn
aa380e6da3 a version of setValue that returns old or new value 2011-05-05 16:12:13 +02:00
Kevin Glynn
7e85ac4a83 fix support for IDisposable.close(), it was broken in SE/Logic :( 2011-05-02 15:35:12 +02:00
Kevin Glynn
4e9f105c54 add Double.tryParse using new RefSupport class 2011-05-02 15:34:21 +02:00
Kevin Glynn
9d6b510a59 support ref and out parameters 2011-04-30 09:29:06 +02:00
Kevin Glynn
5eff7e331c add some write methods, stolen from Console.xml 2011-04-30 09:26:39 +02:00