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
|
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
|
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
|
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
|
4e9f105c54
|
add Double.tryParse using new RefSupport class
|
2011-05-02 15:34:21 +02:00 |
|
Kevin Glynn
|
5eff7e331c
|
add some write methods, stolen from Console.xml
|
2011-04-30 09:26:39 +02:00 |
|
Kevin Glynn
|
2d76f823aa
|
add translation for currentthread
|
2011-04-28 11:19:58 +02:00 |
|
Kevin Glynn
|
abc4163a86
|
add ascii encoder
|
2011-04-28 11:19:47 +02:00 |
|
Kevin Glynn
|
91608a3344
|
add InvalidOperationException
|
2011-04-28 11:19:27 +02:00 |
|
Kevin Glynn
|
c89cd6ae39
|
add string.format
|
2011-04-28 11:18:41 +02:00 |
|
Kevin Glynn
|
32c3ae4b6c
|
move csfmttojavafmt to stringsupport
|
2011-04-28 11:18:25 +02:00 |
|
Kevin Glynn
|
f960e50051
|
add translations
|
2011-04-27 13:06:24 +02:00 |
|
Kevin Glynn
|
17fdd8498d
|
Don't import everything
|
2011-04-27 13:03:54 +02:00 |
|
Kevin Glynn
|
56d607ee3a
|
ICollection -> Collection
|
2011-04-19 10:23:39 +02:00 |
|
Kevin Glynn
|
830987e80a
|
firtle with enumerators and collection templates
|
2011-04-18 19:27:23 +02:00 |
|
Kevin Glynn
|
187c6528a9
|
Add CollectionSupport class to turn a java collection into a c# collection
|
2011-04-13 15:58:32 +02:00 |
|
Kevin Glynn
|
8084a63eeb
|
Dictionary inherits IDictionary
|
2011-04-13 14:48:55 +02:00 |
|
Kevin Glynn
|
dafcee91d6
|
Use parseString to generate (java) Collection methods when translating a type that implements ICollection
|
2011-04-13 11:45:38 +02:00 |
|
Kevin Glynn
|
71beb7eef6
|
KeyCollection and CopyTo method
|
2011-04-07 10:51:52 +02:00 |
|
Kevin Glynn
|
1bb7b32442
|
Support FileStreams
|
2011-04-06 16:30:12 +02:00 |
|
Kevin Glynn
|
aa8cf2f8c0
|
add some undercooked collection support. needs more work.
|
2011-04-06 16:29:37 +02:00 |
|
Kevin Glynn
|
e0893b1e6f
|
add hashcode to Object
|
2011-04-06 10:54:43 +02:00 |
|
Kevin Glynn
|
46c8366a31
|
updated sigs
|
2011-03-23 11:37:32 +01:00 |
|
Kevin Glynn
|
df565a1278
|
update my email address
|
2011-03-22 08:50:05 +01:00 |
|
Kevin Glynn
|
3e2673d7b6
|
Add signatures to translation files
|
2011-03-18 17:40:02 +01:00 |
|
Kevin Glynn
|
2f3d8fdce9
|
keys
|
2011-03-11 11:07:41 +01:00 |
|
Kevin Glynn
|
3fe67bac2d
|
update filestream support, unfinished
|
2011-03-11 11:04:08 +01:00 |
|