mingodad
|
8daffa5070
Fix default compilation to build without libstdc++ dependency
|
7 years ago |
mingodad
|
9c05e24236
Update sqlite3
|
7 years ago |
mingodad
|
15a996a37b
Fix compiler warnings, and add total time spent on tests.
|
7 years ago |
mingodad
|
baf276e6ce
Fix compiler warnings.
|
7 years ago |
mingodad
|
3ad215a726
Without this macros defined on the default build there is dependencies on libstdc++ that we do not want to carry on.
|
7 years ago |
mingodad
|
ceb8414c1a
On OSX popen do not work well without explicit closing the file for popen, need to investigate it
|
7 years ago |
mingodad
|
48362a0e1c
Small compiler warning fix
|
7 years ago |
mingodad
|
a6fbe44064
Fix make files to work with extra parameters
|
7 years ago |
mingodad
|
098227a703
Some fixes to this extension module, but still not functional.
|
7 years ago |
mingodad
|
c59cc351ba
Add a pascal style string/buffer to allow return binary data from external functions.
|
7 years ago |
mingodad
|
80fcef9d5f
Add lua code to manage literal integers that overflow, when it happens parse then as float/double.
|
7 years ago |
mingodad
|
477a6977e2
Update sqlite3
|
7 years ago |
mingodad
|
5a110ed6f4
Update Makefile to compile with doubles instead of floats
|
8 years ago |
mingodad
|
6cf506d15f
Update some samples and add 2 others
|
8 years ago |
mingodad
|
69ab368819
Fix compiler bugs found using zzuf tool, also now accepts C++ namespace syntax "::" as an alias to ".", added the samples that crashed the compiler.
|
8 years ago |
mingodad
|
6e189b4653
Add transaction and stmt_scope_reset new methods to SQLite3 to return a kind of smartPtr to rollback transactions and reset statements, also added some examples.
|
8 years ago |
mingodad
|
057d6488a8
Update sqlite3
|
8 years ago |
mingodad
|
b5d61f8395
Add scripts to run configure with common settings
|
8 years ago |
mingodad
|
a753088733
Fix to compile with fltk 1.4
|
8 years ago |
mingodad
|
fb50d2e34c
Update fltk to fltk-1.4.x-r12630
|
8 years ago |
mingodad
|
95d5c02a69
Add a string method to read unsigned shorts form it.
|
8 years ago |
mingodad
|
d9f5770a63
Add more tests
|
8 years ago |
mingodad
|
640f253175
Add the missing prototypes for the preprocessing functionality added sometime ago
|
8 years ago |
mingodad
|
cedaa56bc1
Fix segfault on 64bits due to use a 32bit INT_MIN
|
8 years ago |
mingodad
|
cbf4b0afe7
Move the definition of SQ_MAX_INT, SQ_MIN_INT to sqconfig.h
|
8 years ago |
mingodad
|
3282469f85
Update sqlite3
|
8 years ago |
mingodad
|
6378fe208d
Update sqlite3
|
8 years ago |
mingodad
|
08e2e5d017
Add some samples to test latest changes.
|
8 years ago |
mingodad
|
422c00eb49
Make some tests only for 32 or 64 bits integers
|
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 |