Kevin Glynn
|
cf5cca5fa5
|
update signatures
|
2011-11-05 14:48:40 +01:00 |
|
Kevin Glynn
|
26667b96e3
|
Map List<T> to new CSList, which wraps an ArrayList
|
2011-10-22 14:51:44 +02:00 |
|
Kevin Glynn
|
3930e1a05d
|
provide LCC variants of built in delegate interfaces
|
2011-10-13 16:05:55 +02:00 |
|
Kevin Glynn
|
d35c8c196b
|
rename translation file since EventHandler has a type argument, provide LCC version
|
2011-10-13 15:57:02 +02:00 |
|
Kevin Glynn
|
2c4ca85ba5
|
rework collection interfaces for GNfaDfa.cs
|
2011-10-12 10:40:18 +02:00 |
|
Kevin Glynn
|
a71555167a
|
more stream to print, hmmmm need to overhaul the IO translations when I have some time
|
2011-10-12 10:35:24 +02:00 |
|
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
|
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 |
|