mingodad
|
8a8cbd25b1
Omit codec extension
|
4 years ago |
mingodad
|
7d745a1aaa
Update sqlite3
|
4 years ago |
mingodad
|
f9ec71e6d6
Fix creating unnecessary temporary object with refcount from https://github.com/albertodemichelis/squirrel/commit/b4f600ebc04ba1ebbc2bad0b3dfb5f18d5b11686
|
5 years ago |
mingodad
|
53d82f8c49
Update sqlite3
|
5 years ago |
mingodad
|
0e91715951
Fix a mess done when adding SQLPSolve extension
|
5 years ago |
mingodad
|
91797ca57c
Add two string method aliases to facilitate execute javascript code
|
5 years ago |
mingodad
|
7a02f797ac
Better handling SQFile Tell/Len
|
5 years ago |
mingodad
|
5b368898a1
Update sqlite3
|
5 years ago |
mingodad
|
f18cf9797f
Add a sample script to convert yacc/bison files with positional parameters to named parameters
|
5 years ago |
mingodad
|
4ebfeceb42
Update sqlite3
|
5 years ago |
mingodad
|
aeb04c9715
Fixes from squirrel
|
5 years ago |
mingodad
|
92894053b7
Update sqlite3
|
5 years ago |
mingodad
|
b13c15ff04
Comment out the last sq_scrathstr usage due to possibility of read less than requested
|
5 years ago |
mingodad
|
b5135b3297
Use sq_getscratchstr for known size
|
5 years ago |
mingodad
|
7d2e795b10
Workaround for printing huge strings (>2GB)
|
5 years ago |
mingodad
|
389066e7a8
Replace a few uses of "int" by "size_t/SQInteger" to allow 64bits usage on 64bits operating systems
|
5 years ago |
mingodad
|
50037b6597
Add an experimental "scratchstr" to preallocate a SQString and avoid double allocation and copy
|
5 years ago |
mingodad
|
5629c23fac
Fix SQLite3.create_aggretate function, it never worked before, my bad
|
5 years ago |
mingodad
|
f9a11c15d1
Expose more lp_solve api functions
|
5 years ago |
mingodad
|
b2e1ac5e9d
Update sqlite3
|
5 years ago |
mingodad
|
0ebcf71ba3
Add conditionally lp_solve
|
5 years ago |
mingodad
|
bd8301e520
Small changes in some makefiles
|
5 years ago |
mingodad
|
7dfd947848
Update sqlite3
|
5 years ago |
mingodad
|
c9e501091f
Expose conditionally lp_solve
|
5 years ago |
mingodad
|
c1324e6efa
Expose more lp_solve api functions
|
5 years ago |
mingodad
|
fa3df77041
Remove const qualifier
|
5 years ago |
mingodad
|
461361935a
Add a comment to remember why math.h should be first to compile on AIX OS
|
5 years ago |
mingodad
|
a19c80177b
Extra code to compile as C++ without need libstdc++
|
5 years ago |
mingodad
|
295bf885b9
Fix to compile on the AIX operating system
|
5 years ago |
mingodad
|
0787cb40ab
Fix to compile on AIX operating system
|
5 years ago |