mingodad
|
50037b6597
Add an experimental "scratchstr" to preallocate a SQString and avoid double allocation and copy
|
5 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
|
d8567cfa92
Add new predefined macros
|
7 years ago |
mingodad
|
c2881a0565
Fix '#include' inside '#ifdef' and add a default macro '__SQUILU__'
|
8 years ago |
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 years ago |
mingodad
|
728ad788a8
Update with squirrel, spaces/tabs changed
|
10 years ago |
mingodad
|
8eceded6a0
Add changes from squirrel
|
10 years ago |
mingodad
|
9096e0e040
Make delayed release hooks optional
|
10 years ago |
mingodad
|
6941aeae44
Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..."
|
10 years ago |
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 years ago |
mingodad
|
1e011789d3
Reorganize repository tree.
|
13 years ago |