No Description

Caue Waneck 2fe77ed05a [java] Now Java uses native java.lang.Class<T> as the representation of Haxe's Class<T>. Fixes Issue #821 13 years ago
doc ce2873a595 fixed issue #803 13 years ago
std 2fe77ed05a [java] Now Java uses native java.lang.Class<T> as the representation of Haxe's Class<T>. Fixes Issue #821 13 years ago
tests 17a37b8dc4 added tests for "bad nodetype" exception in Xml and fixed flash 8 + 9 Xml accordingly 13 years ago
Makefile 3d8b0ef651 minor 13 years ago
Makefile.win ab05dbd254 allow usage of OCaml MingW or Cygwin (by default) 13 years ago
ast.ml 2b05fa43ca null, true, false are now keywords 13 years ago
codegen.ml 0f0aaf1f62 fixed haxe.rtti.Generic usage with compilation server (fixed issue #771) 13 years ago
common.ml 2de7bd9f9a moved file_extension to common 13 years ago
genas3.ml d5770bdf16 fixed EnumValue becomes Object 13 years ago
gencommon.ml 2fe77ed05a [java] Now Java uses native java.lang.Class<T> as the representation of Haxe's Class<T>. Fixes Issue #821 13 years ago
gencpp.ml 9ef3b2b933 Do not partially add metadata to interfaces 13 years ago
gencs.ml 2fe77ed05a [java] Now Java uses native java.lang.Class<T> as the representation of Haxe's Class<T>. Fixes Issue #821 13 years ago
genjava.ml 2fe77ed05a [java] Now Java uses native java.lang.Class<T> as the representation of Haxe's Class<T>. Fixes Issue #821 13 years ago
genjs.ml c7684fb726 do not generate null inits if no Type.getClassFields/getInstanceFields 13 years ago
genneko.ml bb2a7fe99e fixed neko int overflow detection 13 years ago
genphp.ml 09d223dbbb haXe -> Haxe 13 years ago
genswf.ml 77204825d7 fixed bug with 24-bits PNG not decoding properly in flash with @:bitmap 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 b834e818d8 use MSVC=1 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 905143f6f5 put --display in front of arguments if last (or if followed by -D use_rtti_doc) 13 years ago
optimizer.ml 68b5e84f41 optimized Std.int(123) and Std.int(123.45) 13 years ago
parser.ml 86f5c1507f fixed binop after closing parenthesis for conditional compilation (fixed issue #782) 13 years ago
type.ml 6fc35b9da3 ensure that ctx.tnull will not force lazy types to be evaluated immediately (fixed issue #815) 13 years ago
typecore.ml 04aa631b21 make sure gen_local does not shadow class fields (fixed issue #817) 13 years ago
typeload.ml 87e429e872 match documentation : function parameters are nullable if they are declared with '?' 13 years ago
typer.ml 2c3f750c07 do not protect from recursion since the sub-lazy will do instead 13 years ago