| .. |
|
Makefile
|
295bf885b9
Fix to compile on the AIX operating system
|
6 years ago |
|
lua-regex.c
|
aeaf302490
Fix several compiler warnings
|
7 years ago |
|
lua-regex.h
|
389066e7a8
Replace a few uses of "int" by "size_t/SQInteger" to allow 64bits usage on 64bits operating systems
|
5 years ago |
|
sq_lexer.cpp
|
d1c3869e7c
When exposing the CustomSQLexer to scripts we've been segfaulting when closing the vm due to the order of creation, the _keywords table was created before (inside the script SQLexer constructor) the lexer was inserted in the vm, this seems to fix it for now, probably a more general fix need to be done.
|
6 years ago |
|
sqapi.cpp
|
a8da5791c2
Apply some fixes from SQuirrel
|
3 years ago |
|
sqarray.h
|
e03a8510fb
Add new member functions to array
|
6 years ago |
|
sqbaselib.cpp
|
a8da5791c2
Apply some fixes from SQuirrel
|
3 years ago |
|
sqclass.cpp
|
64ad892d08
Add the fix from https://github.com/albertodemichelis/squirrel/commit/23a0620658714b996d20da3d4dd1a0dcf9b0bd98
|
4 years ago |
|
sqclass.h
|
64ad892d08
Add the fix from https://github.com/albertodemichelis/squirrel/commit/23a0620658714b996d20da3d4dd1a0dcf9b0bd98
|
4 years ago |
|
sqclosure.h
|
aeaf302490
Fix several compiler warnings
|
7 years ago |
|
sqcompiler.cpp
|
03df048c55
Fix for preprocessor conditional compilation inside class declarations
|
4 years ago |
|
sqcompiler.h
|
348af948df
Add "interface" as reserved keyword and synonym for "class"
|
6 years ago |
|
sqdebug.cpp
|
2972d252b2
Add some UTF-8 functionality to SQString
|
4 years ago |
|
sqfuncproto.h
|
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 |
|
sqfuncstate.cpp
|
2972d252b2
Add some UTF-8 functionality to SQString
|
4 years ago |
|
sqfuncstate.h
|
ad04f19b6e
Some fixes to bytecode dump
|
6 years ago |
|
sqlexer.cpp
|
e50cd4cce9
Added '\f' and '\v' to ignored spaces on lexer
|
10 months ago |
|
sqlexer.h
|
d1c3869e7c
When exposing the CustomSQLexer to scripts we've been segfaulting when closing the vm due to the order of creation, the _keywords table was created before (inside the script SQLexer constructor) the lexer was inserted in the vm, this seems to fix it for now, probably a more general fix need to be done.
|
6 years ago |
|
sqmem.cpp
|
4db028a987
Add missing 'operator delete' for cross compile for win32 win64
|
4 years ago |
|
sqobject.cpp
|
2972d252b2
Add some UTF-8 functionality to SQString
|
4 years ago |
|
sqobject.h
|
2972d252b2
Add some UTF-8 functionality to SQString
|
4 years ago |
|
sqopcodes.h
|
aeaf302490
Fix several compiler warnings
|
7 years ago |
|
sqpcheader.h
|
728ad788a8
Update with squirrel, spaces/tabs changed
|
10 years ago |
|
sqstate.cpp
|
bd23c8e0f6
Merge this pull request https://github.com/albertodemichelis/squirrel/pull/175 from Squirrel made by https://github.com/baldale
|
4 years ago |
|
sqstate.h
|
50037b6597
Add an experimental "scratchstr" to preallocate a SQString and avoid double allocation and copy
|
5 years ago |
|
sqstring.h
|
2972d252b2
Add some UTF-8 functionality to SQString
|
4 years ago |
|
sqtable.cpp
|
db4648ae63
Add new global table_incnum and also change array sort to accept a an array for parallel sort
|
7 years ago |
|
sqtable.h
|
2972d252b2
Add some UTF-8 functionality to SQString
|
4 years ago |
|
squirrel.dsp
|
1e011789d3
Reorganize repository tree.
|
13 years ago |
|
squserdata.h
|
6b1d7ec41a
Use of initialisation lists in constructors
|
9 years ago |
|
squtils.h
|
f4ebbed44b
Use a defined number type for sizes
|
7 years ago |
|
sqvm.cpp
|
a8da5791c2
Apply some fixes from SQuirrel
|
3 years ago |
|
sqvm.h
|
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 |
|
sublatin.c
|
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 |
|
sublatin.h
|
16b1f1c276
Add new function nstrLenSubSetLatinUtf8 that measure the sublatin length on a section of a string
|
9 years ago |