No Description

Caue Waneck cd1e4c520a [java] always setAccessible(true) on native reflection fields. Fixes Issue #785 and gives a nice speedup! 13 years ago
doc 4839d4a651 use new haxe.xml.Parser for JS : faster, not based on Regexp but state machine 13 years ago
std cd1e4c520a [java] always setAccessible(true) on native reflection fields. Fixes Issue #785 and gives a nice speedup! 13 years ago
tests ac81c55d9b removed wrapping for Xml nodes, use instead specific compare when comparing two typed nodes (fixed issue #779) 13 years ago
Makefile 3362746d48 fixed ordering 13 years ago
Makefile.win a1f4e12b51 added OCAMLOPT + default ocamlopt.opt on Windows 13 years ago
ast.ml 2b05fa43ca null, true, false are now keywords 13 years ago
codegen.ml e6ba69883a Haxe/Java and Haxe/C# First Commit!!! 13 years ago
common.ml f5289d5e1e enforce the error when 'null' is used for a basic type on all static platforms 13 years ago
genas3.ml 09d223dbbb haXe -> Haxe 13 years ago
gencommon.ml b5094dbeec [java] Finished the Reflect and Std apis. Added Var Args function, and Native Method Function. 13 years ago
gencpp.ml 9ef3b2b933 Do not partially add metadata to interfaces 13 years ago
gencs.ml 6bac5f255a [java/cs] Int by Int division is now really a Float operation. Fixes Issue #777 13 years ago
genjava.ml b5094dbeec [java] Finished the Reflect and Std apis. Added Var Args function, and Native Method Function. 13 years ago
genjs.ml 8e0c264665 forbid static 'length' (issue since object is a Function) 13 years ago
genneko.ml bb2a7fe99e fixed neko int overflow detection 13 years ago
genphp.ml 09d223dbbb haXe -> Haxe 13 years ago
genswf.ml 09d223dbbb haXe -> Haxe 13 years ago
genswf8.ml 96e5e4c0c2 minor 13 years ago
genswf9.ml 39dd27b804 fixed if + Xml comparison 13 years ago
genxml.ml 5670a6aa65 types directly reference modules and not their path 13 years ago
haxe.sln e3b0842b33 added 20 years ago
haxe.vcproj 49d5d2cfcc new makefile : use libs, no ocamake 13 years ago
interp.ml 09d223dbbb haXe -> Haxe 13 years ago
lexer.mll 2b05fa43ca null, true, false are now keywords 13 years ago
main.ml 45ad10a24f [java] changed 'jvm' to 'java'. Fixed Issue #762 13 years ago
optimizer.ml f5289d5e1e enforce the error when 'null' is used for a basic type on all static platforms 13 years ago
parser.ml 5e2be9e6e2 allowed keywords for macro conditions (true, false, etc) 13 years ago
type.ml f5289d5e1e enforce the error when 'null' is used for a basic type on all static platforms 13 years ago
typecore.ml e78b0dad9c ensure that two paths can always be compared depending on OS 13 years ago
typeload.ml faca329c24 prevent override for var/props 13 years ago
typer.ml 92ec6c64a7 minor 13 years ago