Kevin Glynn
|
ac4aed1ef0
|
rewrite Application to Application, not Object ....
|
2011-10-12 10:32:34 +02:00 |
|
Kevin Glynn
|
a3b3e67d76
|
make has_boxed_rep explicit in translation templates for primitive types, "guessing" wasn't working out
|
2011-10-12 10:30:57 +02:00 |
|
Kevin Glynn
|
85b9a3afc4
|
Writer -> PrintWriter, Stream -> PrintStream
|
2011-10-09 19:38:56 +02:00 |
|
Kevin Glynn
|
1ab62778f7
|
- Don't use IxxxxxxSupport naming for interfaces, just Ixxxxxxx
- fix up translations and classes for new interfaces support (e.g. IEnumerable becomes an Iterable)
|
2011-10-09 19:38:23 +02:00 |
|
Kevin Glynn
|
5a5dabc5fe
|
want to pass stdout as a Writer
|
2011-09-21 14:43:37 +02:00 |
|
Kevin Glynn
|
cbba3febbf
|
better than nothing ...
|
2011-09-21 14:43:11 +02:00 |
|
Kevin Glynn
|
bee6696044
|
need list to be an ICollection, so map to supported interface
|
2011-09-21 14:42:55 +02:00 |
|
Kevin Glynn
|
84d55bf3d5
|
missing import
|
2011-09-21 14:36:07 +02:00 |
|
Kevin Glynn
|
78d2ed1e29
|
add some built in delegates, predicate and action
|
2011-09-21 14:35:43 +02:00 |
|
Kevin Glynn
|
946bd4741a
|
Include explicit BoxedJava field in translation templates for primitives
|
2011-09-21 14:34:50 +02:00 |
|
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
|
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
|
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 |
|