Commit History

Author SHA1 Message Date
  mingodad a8da5791c2 Apply some fixes from SQuirrel 3 years ago
  mingodad 2972d252b2 Add some UTF-8 functionality to SQString 4 years ago
  mingodad 50037b6597 Add an experimental "scratchstr" to preallocate a SQString and avoid double allocation and copy 5 years ago
  mingodad e03a8510fb Add new member functions to array 6 years ago
  mingodad 7f468c0e3e Add printf attribute 7 years ago
  mingodad 82d0b3cce3 When trying to compile on 32bits with SQInteger as int64_t several problems arised and on the way to fix it several compiler warnings was eliminated. 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 065b88a368 Fix typo in SetIntructionParams 7 years ago
  mingodad 640f253175 Add the missing prototypes for the preprocessing functionality added sometime ago 8 years ago
  mingodad ea079daa15 Several fixes from squirrel. 8 years ago
  mingodad 2e71442f5e Add an initial implementation of using environment var SQUILU_PATH to search for include files, inspired and based on LUA_PATH 8 years ago
  mingodad 5bcecc3d36 Start implementing infrastructure to create a loadable module system instead of load everything global. 9 years ago
  mingodad f956bca7ab Add new functions to sqapi 9 years ago
  mingodad 8c988eac33 Add new method to array "minsize" to resize an array only if needed. 9 years ago
  mingodad 7953e0bbf2 Expose the max_includes compiler parameter to scripts and api 9 years ago
  mingodad 69f85ea7b9 Separate api declarations and use a macro to reuse then in other contexts 9 years ago