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