mingodad
|
0d1c96d67f
Flush stdout before output errors to give a better idea of at which point the error occurred
|
4 лет назад |
mingodad
|
0ebcf71ba3
Add conditionally lp_solve
|
5 лет назад |
mingodad
|
2647a62551
Add an extension to create a read/write pipe to a process
|
7 лет назад |
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 лет назад |
mingodad
|
41a215eb0e
Minor code identation fix
|
7 лет назад |
mingodad
|
4057d8f376
Remove a unneeded shadowed variable
|
7 лет назад |
mingodad
|
43676ac59c
Fix compiler warning about writing to a short string
|
7 лет назад |
mingodad
|
c6bca690c2
Add new extensions
|
7 лет назад |
mingodad
|
ca0f948a70
Fixes to allow cross compilation with https://github.com/hone/mruby-cli docker image
|
7 лет назад |
mingodad
|
48362a0e1c
Small compiler warning fix
|
8 лет назад |
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 лет назад |
mingodad
|
2e71442f5e
Add an initial implementation of using environment var SQUILU_PATH to search for include files, inspired and based on LUA_PATH
|
8 лет назад |
mingodad
|
9ff01dfccb
Fixes from squirrel
|
8 лет назад |
mingodad
|
3d528c78f3
Add two new extensions for hunspell and libtre
|
8 лет назад |
mingodad
|
b19b3b8a64
Fixes for win32
|
9 лет назад |
mingodad
|
5bcecc3d36
Start implementing infrastructure to create a loadable module system instead of load everything global.
|
9 лет назад |
mingodad
|
2716502008
Ported lpack.c from lua
|
9 лет назад |
mingodad
|
7953e0bbf2
Expose the max_includes compiler parameter to scripts and api
|
9 лет назад |
mingodad
|
4bcbbb6b9e
Update to added tweetnacl extension
|
9 лет назад |
mingodad
|
a159ef9c15
If the script has a function called main call it like C/C++ does
|
9 лет назад |
mingodad
|
dfc5b9dce5
Added code to activate libcurl extension
|
10 лет назад |
mingodad
|
b81bacce84
Code refactoring and expose the SquiLu lexer to scripts see samples/test-sqlexer.nut
|
10 лет назад |
mingodad
|
4f29d94a68
Code refactoring and remove unused variables
|
10 лет назад |
mingodad
|
79a009d408
Several fixes from squirrel
|
10 лет назад |
mingodad
|
a39c446438
comment out sqext_register_Sq_Fpdf(v) to compile with -f=no-exceptions
|
10 лет назад |
mingodad
|
063cfdf5f3
Change to preload a script using command line parameter instead by default "squilu.nut"
|
10 лет назад |
mingodad
|
b6365c002c
SquiLu now will try to preload a script file named "squilu.nut" if it exists
|
10 лет назад |
mingodad
|
6480cf5564
Remove "CR" and bug fixes
|
10 лет назад |
mingodad
|
b27423f3c4
Fix compilation for android and update sqlite3
|
11 лет назад |
mingodad
|
1511e15cd4
Update mpdecimal, sqlite3 and some fixes to build by make.
|
11 лет назад |