Historique des commits

Auteur SHA1 Message Date
  Justin Donaldson accc7054e7 [lua] fix errors masked by incorrect error code il y a 8 ans
  Justin Donaldson bfb06afb00 [lua] start refactoring externs based on versions il y a 9 ans
  Justin Donaldson cdab01efa5 [lua] add int clamp behavior that more closely matches js, etc. Use this as default for Std.int il y a 9 ans
  Dan Korostelev b7e204924c [lua] multireturn support il y a 9 ans
  Justin Donaldson c53356019b [lua] featurize _hx_apply_self il y a 9 ans
  Justin Donaldson ee417dde87 [lua] featurize some table polyfills il y a 9 ans
  Justin Donaldson 9ee06d98f9 [lua] make the staticToInstance and funcToField helpers features as well il y a 9 ans
  Justin Donaldson 5019d12065 [lua] inline _hx_bind as a pure lua helper method in the compiler, rather than in Boot il y a 9 ans
  Justin Donaldson 6098b9cc03 [lua] refactor field reflection, move some key messy bits into boot instead of Reflect il y a 9 ans
  Justin Donaldson 543d365aed [lua] add missing feature check for _hx_bit_clamp, remove unnecessary heavyweight parseInt usage il y a 9 ans
  Justin Donaldson 37769a3c18 [lua] put the _hx_bit library behind a use._bit feature, and inline it il y a 9 ans
  Justin Donaldson fd734ed02b [lua] TODO updates il y a 9 ans
  Justin Donaldson b61557dde8 [lua] remove __instanceof checks from __string_rec, reduces imports for simple cases il y a 9 ans
  Justin Donaldson 5c67292c22 [lua] remove usage of StringBuf in base classes with Table.concat. il y a 9 ans
  Justin Donaldson 3e914e7349 [lua] clean up Boot imports il y a 9 ans
  Justin Donaldson 17db6843cb [lua] remove PairTools usage from Boot il y a 9 ans
  Justin Donaldson d92801b855 [lua] upgrade __lua_table__ so that it can accept both an array and a hash argument, and combine them in one table. Provide interface through lua.Boot.createTable il y a 9 ans
  Justin Donaldson ce3adc952a [lua] fix failing test due to inlined vector constructor il y a 9 ans
  Justin Donaldson 7f0447fa59 [lua] improve speed of array il y a 9 ans
  Justin Donaldson 9fbe52aec2 [lua] Clean up inheritance checks with a recursive method, and catch inheritance on extended interfaces il y a 9 ans
  Justin Donaldson 5c7189a78f [lua] Make sure to keep __class__ metadata for Std.is checks, and add inheritance checks for interfaces il y a 9 ans
  Justin Donaldson 791635e8f4 [lua] Handle more lua keyword escape issues. Close #5041 il y a 9 ans
  Mark Knol 9632db9524 add/update copyright notice il y a 9 ans
  Justin Donaldson 7ede374a24 Lua : Use table.maxn + 1 for inferring array length from tables. Close #5048 il y a 9 ans
  Mark Knol 6c29743078 Update documentation il y a 9 ans
  Justin Donaldson cd2cd10313 Lua : migrate some methods out of Boot to StringTools, add some helper methods, add some simple haxedoc il y a 9 ans
  Justin Donaldson 87bcfcf2ad Lua : Boot.platformBigEndian il y a 9 ans
  Justin Donaldson 5835bd0f6a Lua : remove deprecated lua.StringTools in favor of lua.NativeStringTools il y a 9 ans
  Justin Donaldson 01a825b1a2 Lua : pretty up basic object printing il y a 9 ans
  Justin Donaldson 14f53043eb Lua : update _hx_bit library to handle signed bnot, and expose _hx_bit_clamp il y a 9 ans