Ben Clark
|
addcb8fc40
|
ArgumentException requires an import when referenced, not just when constructed
|
2012-02-27 10:40:56 +01:00 |
|
Kevin Glynn
|
90b75f3bda
|
IOThrowable is IOThrowable ....
|
2012-02-27 10:12:56 +01:00 |
|
Kevin Glynn
|
d0efb63ef9
|
Update signatures
|
2012-02-07 07:01:26 -06:00 |
|
Kevin Glynn
|
084501fc03
|
Merge branch 'master' of github.com:twiglet/cs2j
|
2012-02-07 06:51:27 -06:00 |
|
Kevin Glynn
|
f6e7958041
|
merge from rustici cs2j_two branch to 431fb7d3c6d22669a8ec51d3421dacc10dc7b217
|
2012-02-07 10:46:47 +01:00 |
|
Kevin Glynn
|
2c6f6100a8
|
Update signatures
|
2012-02-01 07:33:23 -06:00 |
|
Kevin Glynn
|
922c3baa0e
|
If T is a generic variable then we can't create an array of T (type erasure)
|
2012-02-01 13:27:20 +01:00 |
|
Kevin Glynn
|
fa915096b2
|
synch from ScormEngine branch
|
2012-01-11 14:44:21 +01:00 |
|
Kevin Glynn
|
ea9e609506
|
take updates from ScormEngine codebase
|
2012-01-07 16:38:25 +01:00 |
|
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
|
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
|
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 |
|