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 |
mingodad
|
80d0227dbc
Changes to compile with the latest changes
|
8 years ago |
mingodad
|
f0b393fe59
Allow nested multiline comments.
|
8 years ago |
mingodad
|
ca48c8a590
Add more tests including some of the latest fixes.
|
8 years ago |
mingodad
|
508a357a46
Fix for equality operator between boolean and integer/float to behave like C/C++ Javascript
|
8 years ago |
mingodad
|
a8e2a31141
Cleanup unnecessary code.
|
8 years ago |
mingodad
|
d98dff4505
Add the missing bitwise operators "|=", "&=", "<<=", ">>=", ...
|
8 years ago |
mingodad
|
540ec6a395
Added an observation to come back and lookt at it
|
8 years ago |
mingodad
|
4fd1aa7589
Add more general functions to sqbaselib
|
8 years ago |
mingodad
|
c4a63f98ee
Update sqlite3
|
8 years ago |
mingodad
|
ff218543a0
Fixes to cross compile to win32
|
8 years ago |