Cauê Waneck
|
c29d53b4d3
[cs] Trying to get reflection to work with COM objects
|
před 10 roky |
Cauê Waneck
|
6702276558
[cs] Fixed dynamic array access on native classes. Prepare test for optionals.
|
před 10 roky |
Dan Ogles
|
0201be4ba3
Fix Runtime.callMethod failing when there are multiple overloads and passing null as one of the reference type parameters
|
před 11 roky |
Cauê Waneck
|
8a79d25170
[cs] SPOD SQLite tests passing on Linux
|
před 11 roky |
Simon Krajewski
|
88e6717d74
remove some unused code
|
před 11 roky |
Dan Korostelev
|
a27eb0c82d
[cs] remove unused vars from Runtime.compare
|
před 11 roky |
Cauê Waneck
|
fcf41f2bc7
[cs] Started to convert functionCode functions to actual Haxe code
|
před 11 roky |
Cauê Waneck
|
520bb0633d
[cs] Reverted 1cd97a3 ; Made really return the enum index as defined by the field's position, not its value. Closes #3232
|
před 11 roky |
Cauê Waneck
|
5223f9b916
[cs] More Ordinal comparisons
|
před 11 roky |
Cauê Waneck
|
1cd97a3fa4
[cs] Started to work on being culture invariant. Started to tackle Issue #996; Transformed Runtime.compare to haxe code. Fixed enum to int on native C# enums. Closes #2931
|
před 11 roky |
杨博 (Yang Bo)
|
4c48993c32
Update Runtime.hx
|
před 11 roky |
Cauê Waneck
|
55c9417629
[cs] nullcheck
|
před 11 roky |
Cauê Waneck
|
12faf6371a
[cs] Some IConvertibles don't like being converted to themselves
|
před 11 roky |
Cauê Waneck
|
788292a404
[cs] Null cast to Bool is false, not runtime error. Closes #2725
|
před 11 roky |
Cauê Waneck
|
89de9b2624
[java/cs] Lib.nativeArray works correctly now. Closes #2049
|
před 11 roky |
Cauê Waneck
|
64c0bd519a
[cs] Use toDouble to guard against boxed int -> double class cast error. Closes #2304
|
před 11 roky |
Cauê Waneck
|
562ff93a86
[cs] Do not convert string to any other IConvertible type; Correctly deal with Decimal and Int64. Closes #2668
|
před 11 roky |
Dan Korostelev
|
9ed383efe9
[cs] fixes for Std.is check for Float, Int and UInt (closes #2114)
|
před 12 roky |
Caue Waneck
|
485c7a594a
[java/cs] Fixed double comparison. Closes #2051
|
před 12 roky |
Caue Waneck
|
d1e141c97c
[java/cs] Do not fail when passing null values to Reflect.compare
|
před 12 roky |
Caue Waneck
|
c46f309577
[cs] generic implementation-related fixes:
|
před 12 roky |
Caue Waneck
|
63ecd79c4a
[java/cs] Types that have their haxe type changed by how type parameters are handled now are properly cast;
|
před 12 roky |
Caue Waneck
|
eec3cf846a
[cs] unit tests fixes
|
před 12 roky |
Caue Waneck
|
2a16e41cfb
[java/cs] unit tests-related fixes
|
před 12 roky |
Simon Krajewski
|
7507234559
strict meta
|
před 12 roky |
Caue Waneck
|
601ea00e21
[cs] Many unit tests-related fixes
|
před 13 roky |
Nicolas Cannasse
|
f391388e7d
license /std to Haxe Foundation / MIT
|
před 13 roky |
Nicolas Cannasse
|
a4bc595edf
ensure that we have a return statement even if the return type is Dynamic (fixed issue #1151)
|
před 13 roky |
Caue Waneck
|
7b5f9ed8a3
[cs] Changed system.* package to cs.system.*
|
před 13 roky |
Caue Waneck
|
7f3a53af8b
[cs] null string -> "null"; many unit test fixes
|
před 13 roky |