Commit History

Author SHA1 Message Date
  mingodad 2972d252b2 Add some UTF-8 functionality to SQString 4 years ago
  mingodad aeaf302490 Fix several compiler warnings 7 years ago
  mingodad d32881d419 Add array_float64, array_float32, array_int64, array_int32, array_int16, array_int8 global functions to create native numeric arrays. 7 years ago
  mingodad 8daffa5070 Fix default compilation to build without libstdc++ dependency 8 years ago
  mingodad 3ad215a726 Without this macros defined on the default build there is dependencies on libstdc++ that we do not want to carry on. 8 years ago
  mingodad a2333d71ef Added type info to the comments in the squilu bytecode generation option 8 years ago
  mingodad 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel 8 years ago
  mingodad 6ee9f39571 Change macro type() to sqtype() as done in squirrel, also updating sqlite3 8 years ago
  mingodad 6b1d7ec41a Use of initialisation lists in constructors 9 years ago
  mingodad 8f9367a8ee Another small refactoring to remove duplicated code. 9 years ago
  mingodad 616849fc7b Refactoring to remove duplicated code. 9 years ago
  mingodad 31eee5abdc Add operator overload [] for SQObjctPtr to be used by C++ 9 years ago
  mingodad 728ad788a8 Update with squirrel, spaces/tabs changed 10 years ago
  mingodad 3f6873543e Added some methods to SQObjectPtr and SQArray to make easier to use in C++, still need improvements. 10 years ago
  mingodad b81bacce84 Code refactoring and expose the SquiLu lexer to scripts see samples/test-sqlexer.nut 10 years ago
  mingodad 75ffd33b5d Try to get a bit of extra performance. 13 years ago
  mingodad 6ea3190869 Add a check to SQObjectPtr.Null to see it needs update. 13 years ago
  mingodad 1101ab70a7 Update some SQObjectPtr operators overloading to check same type. 13 years ago
  mingodad bc7bb7507b Add two new script functions to control delayed release hooks calls. 13 years ago
  mingodad 1e011789d3 Reorganize repository tree. 13 years ago