Nicolas Cannasse
|
411bf38aed
experimental: cache the bytecode for next compilation in order to speedup HL generation.
|
7 years ago |
Nicolas Cannasse
|
67e4416252
fixed debug position of loops jump back (close https://github.com/vshaxe/hashlink-debugger/issues/14)
|
7 years ago |
Alexander Kuzmenko
|
4553502453
[php] generate `switch` as `if...else if...else...` (fixes #7257)
|
7 years ago |
Nicolas Cannasse
|
010ebaefa9
partial fix for https://github.com/vshaxe/hashlink-debugger/issues/12
|
7 years ago |
Nicolas Cannasse
|
398fb0bf06
more generated locals eliminated (close https://github.com/vshaxe/hashlink-debugger/issues/13, related to https://github.com/HaxeFoundation/haxe/issues/7258)
|
7 years ago |
Nicolas Cannasse
|
402fcc96db
merge constant variable initializers with same position as new() : better debugging (close https://github.com/HaxeFoundation/hashlink/issues/132)
|
7 years ago |
Nicolas Cannasse
|
0d68591d79
[hl] perform relocalization of optimized out locals set: improves debugger lost locals
|
7 years ago |
ncannasse
|
53677779e4
assert false on js.Syntax Not_found (not a fix, but better than letting it escape), see #7254
|
7 years ago |
Hugh Sanderson
|
cbdd69b039
Reenable cppia Jit tests. Closes #7239
|
7 years ago |
Andy Li
|
eccf809d17
disable cppia -jit tests for now (#7239)
|
7 years ago |
ncannasse
|
fc91b554f2
added gc flag
|
7 years ago |
Simon Krajewski
|
30798ceea0
[server] actually it has to be 1...
|
7 years ago |
Simon Krajewski
|
cb04d49ea7
[server] reset run counter so we don't compact like crazy
|
7 years ago |
Alexander Kuzmenko
|
1b34f9053e
[php] changed visibility of VectorData fields to public
|
7 years ago |
Andy Li
|
1c0a4c3e83
[python] async and await are reserved keywords in python 3.7
|
7 years ago |
Andy Li
|
15d0214fbf
VectorData<T> has to be a typedef for dox to work...
|
7 years ago |
Dan Korostelev
|
83dbcc94af
[js] properly escape field name when extracting enum parameters named as js keywords (closes #7220)
|
7 years ago |
Alexander Kuzmenko
|
fb0d6b885a
[php] support native PHP generators
|
7 years ago |
Alexander Kuzmenko
|
6fd0536152
[php] Optimized Map.copy(), Array.copy()
|
7 years ago |
Alexander Kuzmenko
|
a521308f20
[as3] disabled new haxe.ds.Vector test for as3
|
7 years ago |
Alexander Kuzmenko
|
4a7a9bf570
Optimized haxe.ds.Vector
|
7 years ago |
Jens Fischer
|
4c0f49203b
Readme: fix typo in "Gitter" (#7231)
|
7 years ago |
Dan Korostelev
|
9bbffe5e37
oops
|
7 years ago |
Alexander Kuzmenko
|
5f055e0303
[php] escape $ in fields names (fixes #7230)
|
7 years ago |
Dan Korostelev
|
df2df55a16
[js] also use simple dot path strings for enums (see #7141)
|
7 years ago |
Dan Korostelev
|
6398c3cb50
[js] use dot path strings for Cls.__name__ (closes #7141) (#7225)
|
7 years ago |
Mark Knol
|
ccf3d96c77
Update README.md
|
7 years ago |
Andy Li
|
68edc60526
update README.md file to reference extra/BUILDING.md
|
7 years ago |
Andy Li
|
e584a795aa
put building instruction in extra/BUILDING.md
|
7 years ago |
Hugh Sanderson
|
f26ead193d
[hxcpp] Export spcial cpp types as fsUnkown to cppia. Change definition of cpp.Star to allow null setting. Add cpp.Native class for some easier access to cpp.Star pointers. Bump hxcpp_api_version to 400.
|
7 years ago |