Commit History

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