Revīziju vēsture

Autors SHA1 Ziņojums Datums
  mingodad bd23c8e0f6 Merge this pull request https://github.com/albertodemichelis/squirrel/pull/175 from Squirrel made by https://github.com/baldale 4 gadi atpakaļ
  mingodad 50037b6597 Add an experimental "scratchstr" to preallocate a SQString and avoid double allocation and copy 5 gadi atpakaļ
  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 gadi atpakaļ
  mingodad d8567cfa92 Add new predefined macros 7 gadi atpakaļ
  mingodad 7071c39013 Small changes to save memory for small strings 7 gadi atpakaļ
  mingodad d69baf5776 Add conditional macro to compile with -fpack-struct 7 gadi atpakaļ
  mingodad c2881a0565 Fix '#include' inside '#ifdef' and add a default macro '__SQUILU__' 8 gadi atpakaļ
  mingodad 9f8b951d6d Add preproccessor directives #ifdef, #else, #endif, #define and #undef they are parsed at the same time as the script, I mean it's not a two pass scan/parse, the named proproccessor variables are not accessible to scripts. 8 gadi atpakaļ
  mingodad 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel 8 gadi atpakaļ
  mingodad 9ff01dfccb Fixes from squirrel 8 gadi atpakaļ
  mingodad 6ee9f39571 Change macro type() to sqtype() as done in squirrel, also updating sqlite3 8 gadi atpakaļ
  mingodad 6b1d7ec41a Use of initialisation lists in constructors 9 gadi atpakaļ
  mingodad 728ad788a8 Update with squirrel, spaces/tabs changed 10 gadi atpakaļ
  mingodad 6b596522e2 Added constexpr and inline C++ keywords 10 gadi atpakaļ
  mingodad 9096e0e040 Make delayed release hooks optional 10 gadi atpakaļ
  mingodad 79a009d408 Several fixes from squirrel 10 gadi atpakaļ
  mingodad 2b1ebc1b93 Add the start point on implementing class.destructor, it parses the destructor declaration as a method but it's not calling it yet. 13 gadi atpakaļ
  mingodad 1e011789d3 Reorganize repository tree. 13 gadi atpakaļ