Commit History

Author SHA1 Message Date
  Andy Li ae6349cccf bump license year to 2015 10 years ago
  Dan Korostelev 4bdfca3acd [cs] use c# original double.PositiveInfinity instead of Math.POSITIVE_INFINITY, so Math.cs is not even generated for a hello world 10 years ago
  Cauê Waneck dd57bdae17 [cs] Correctly handle generic types when accessing through Class or resolveClass. Closes #3658 10 years ago
  Cauê Waneck 2d49622657 [cs] Try to convert from Double to any other type. Closes #3217 10 years ago
  Cauê Waneck 06e715e71d [java/cs] Replace `nativeType` with `getNativeType` for clarification 10 years ago
  Dan Korostelev 3657330aec [cs] remove @:functionCode 10 years ago
  Dan Korostelev bb04783798 [cs] get rid of more @:functionCode 10 years ago
  Dan Korostelev c3da3362ff [cs] remove some @:functionCode 10 years ago
  Cauê Waneck f60e748942 [cs] Added -D erase_generics . Closes #1107 10 years ago
  Dan Korostelev 8de8bd39c7 [cs] generate small native enum for EmptyObject marker 10 years ago
  Cauê Waneck c29d53b4d3 [cs] Trying to get reflection to work with COM objects 10 years ago
  Cauê Waneck 6702276558 [cs] Fixed dynamic array access on native classes. Prepare test for optionals. 10 years ago
  Dan Ogles 0201be4ba3 Fix Runtime.callMethod failing when there are multiple overloads and passing null as one of the reference type parameters 11 years ago
  Cauê Waneck 8a79d25170 [cs] SPOD SQLite tests passing on Linux 11 years ago
  Simon Krajewski 88e6717d74 remove some unused code 11 years ago
  Dan Korostelev a27eb0c82d [cs] remove unused vars from Runtime.compare 11 years ago
  Cauê Waneck fcf41f2bc7 [cs] Started to convert functionCode functions to actual Haxe code 11 years ago
  Cauê Waneck 520bb0633d [cs] Reverted 1cd97a3 ; Made really return the enum index as defined by the field's position, not its value. Closes #3232 11 years ago
  Cauê Waneck 5223f9b916 [cs] More Ordinal comparisons 11 years ago
  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 11 years ago
  杨博 (Yang Bo) 4c48993c32 Update Runtime.hx 11 years ago
  Cauê Waneck 55c9417629 [cs] nullcheck 11 years ago
  Cauê Waneck 12faf6371a [cs] Some IConvertibles don't like being converted to themselves 11 years ago
  Cauê Waneck 788292a404 [cs] Null cast to Bool is false, not runtime error. Closes #2725 11 years ago
  Cauê Waneck 89de9b2624 [java/cs] Lib.nativeArray works correctly now. Closes #2049 11 years ago
  Cauê Waneck 64c0bd519a [cs] Use toDouble to guard against boxed int -> double class cast error. Closes #2304 11 years ago
  Cauê Waneck 562ff93a86 [cs] Do not convert string to any other IConvertible type; Correctly deal with Decimal and Int64. Closes #2668 11 years ago
  Dan Korostelev 9ed383efe9 [cs] fixes for Std.is check for Float, Int and UInt (closes #2114) 12 years ago
  Caue Waneck 485c7a594a [java/cs] Fixed double comparison. Closes #2051 12 years ago
  Caue Waneck d1e141c97c [java/cs] Do not fail when passing null values to Reflect.compare 12 years ago