提交歷史

作者 SHA1 備註 提交日期
  Nicolas Cannasse 5875769860 creates output directory if it does not exists already 13 年之前
  Caue Waneck e7fc83eb13 [java/cs] call haxelib run hxcs/hxjava so later we can automatically build the executable 13 年之前
  Caue Waneck ac8182038f [java/cs] Native reflection for haxe classes that extend native classes. Fixed issue #822 13 年之前
  Caue Waneck f4dc17606e [java] added synchronized in java Lib 13 年之前
  Caue Waneck db247b557b [java/cs] requested changes to java/c# : @:core_api on Array and Date; standardized Xml enum 13 年之前
  Caue Waneck 6444f64472 [cs] changes to start running C# unit tests 13 年之前
  Caue Waneck 9024be6364 [java] several fixes related to unit tests 13 年之前
  Caue Waneck ddfed1342e [java] many fixes for the unit tests 13 年之前
  Caue Waneck 5becd511b8 [java] Added support for native String fields access without private fields 13 年之前
  Caue Waneck 3fcc190c33 [java/cs] Sys API 13 年之前
  Caue Waneck 4c36f6d730 [java/cs] initial haxe.io.* API. C# has all of them working (needs testing); Java still only has haxe.io.Bytes implemented. 13 年之前
  Caue Waneck a239d96923 [cs] Added String reflection, fixed Issue #940 13 年之前
  Caue Waneck 57b794a8ed [java] fixed haxe.Int32 reflection ( related Issue #940 ) 13 年之前
  Caue Waneck a26cc35878 [java] String reflection ( related to Issue #940 ) 13 年之前
  Caue Waneck 17f84b3064 [java/cs] Type.enumEq recursive behaviour and fixed generic type equality for C# 13 年之前
  Caue Waneck 05c3a797a0 [java/cs] Closure enhancements and minor bugfix 13 年之前
  Caue Waneck 9bd631db95 [java/cs] String cast will now call haxe.lang.Runtime.toString() instead of doing _ + "", in order to correctly handle null cases. Fixed Issue #941 13 年之前
  Caue Waneck 694b5c35bc [java] Fixed Issue #984 : Std.is(x, Bool) now generates "instanceof java.lang.Boolean" 13 年之前
  Caue Waneck 540d9f9499 [java/cs] Better error message when types not found (related to Issue #944 ) 13 年之前
  Caue Waneck 354066bd6a [java] Several fixes to Type.hx . Now hxunify unit tests run 100% 13 年之前
  Caue Waneck 2b1f5e3ae8 [java] added some special cases to the unreachable detection algorithm, following Java's docs (http://docs.oracle.com/javase/specs/jls/se7/html/jls-14.html#jls-14.21) 13 年之前
  Caue Waneck d4a2596f21 [java/cs] Solved any ambiguity that there might have between Binops precedence 13 年之前
  Caue Waneck 9fbe8e9cb7 [java/cs] removed some unnecessary casts added by inline 13 年之前
  Caue Waneck 23ec33f61a [cs] added debug flag and optimized code generation 13 年之前
  Caue Waneck 272d0f050c [java] Made var initialization mandatory. Related to Issue #845 13 年之前
  Caue Waneck 4c5dd5124e [java] Cast to bool makes "null" be converted into "false". Fixes Issue #852 13 年之前
  Caue Waneck f7b92e13f7 [java/cs] Fixed Float representation bugs on both C# and Java. Fixed Issue #877 13 年之前
  Caue Waneck 027cf860de [cs] Fixed Null<> handling inside Type Parameters; Divided CSharpSpecific module into two: One that runs before ExprUnwrap and generates complex expressions, and one that runs after ExprUnwrap, and thus can run at a much later stage in the pipeline. Fixed Issue #878 13 年之前
  Caue Waneck e7ec003e39 [java] added suppress warnings: deprecation for some deprecated api uses. Fixes Issue #861 13 年之前
  Caue Waneck a6cc212512 [java] Fixed Issue #863 and "Unsafe cast" warnings that also were issued when running the tests. 13 年之前