drh
|
1ffe7c7fab
Also export the sqlite3changeset interfaces in the amalgamated version of
|
11 years ago |
drh
|
339d6c6d17
Bring makefiles and build scripts into alignment with the sessions branch.
|
11 years ago |
drh
|
e191e2c6d0
Include the sqlite3session.h header file in with sqlite3.h. Make sure
|
11 years ago |
drh
|
498dcae0f0
Fix a compiler warning in sqlite3VdbePreUpdateHook().
|
12 years ago |
drh
|
f51446a38c
Add an internal interface that allows the code to take advantage of multiple
|
12 years ago |
drh
|
83905c905c
Remove support for OS/2 from the source tree.
|
12 years ago |
dan
|
3d403c71a8
Add an experimental tokenizer to fts4 - "unicode". This tokenizer works in the same way except that it understands unicode "simple case folding" and recognizes all characters not classified as "Letters" or "Numbers" by unicode as token separators.
|
12 years ago |
drh
|
96e5088cda
New makefile target "sqlite3-debug.c" builds an amalgamation that include
|
13 years ago |
dan
|
7fe6270b4d
Minor fixes to vdbesort.c code in preparation for a major rework.
|
13 years ago |
drh
|
ced174b189
Enable crnl to nl translation for the mksqlite3c.tcl script.
|
13 years ago |
shaneh
|
5e0fb2c64c
Force almagamation gen scripts to use unix line endings for consistency across platforms.
|
13 years ago |
dan
|
807d0fcaba
Avoid including fts3_term.c in the amalgamation, as it contains test code only.
|
13 years ago |
shaneh
|
671b52242b
Add fts3_term.c to amalg gen script and configure input files.
|
13 years ago |
drh
|
1d21021f59
Add a script that will break the amalgamation source file up into 4 or 5
|
13 years ago |
dan
|
290c939fbf
Remove extra instances of the text "checked out." from sqlite.h.in. Also add new file fts3_aux.c to mksqlite3c.tcl.
|
14 years ago |
drh
|
0ee6862072
Fix a typo in a comment inserted by the amalgamation builder.
|
14 years ago |
shaneh
|
fd06863881
Changes to support SQLITE_OMIT_WAL.
|
14 years ago |
drh
|
c438efd68a
Change the names of the log.c and log.h source files to wal.c and wal.h.
|
14 years ago |
dan
|
7c24610e64
Import experimental write-ahead-logging code.
|
14 years ago |
drh
|
735b9cbb96
Move the ctime.c source module near the beginning of the list of files
|
15 years ago |
shaneh
|
dc97a8cdc1
Refactored compile time option diagnostic support to use strings identifiers instead of bitmask.
|
15 years ago |
drh
|
f7829ad0e9
Make sure the new fts3Int.h header file is added to the amalgamation.
|
15 years ago |
drh
|
c7bc4fde3c
Initial check-in of code that inserts tokenizations of the values
|
15 years ago |
dan
|
16708c4a0d
Fix some fts3 related issues with the autoconf and amalgamation build systems.
|
15 years ago |
drh
|
539a20fa7c
Do not insert the date and time of generation into the amalgamation.
|
15 years ago |
shane
|
ea5989276a
For Windows VFS, modified xGetLastError() to call FormatMessage()
|
15 years ago |
dan
|
03c7b99988
Add documentation comment for new experimental API sqlite3_reoptimize().
|
15 years ago |
dan
|
3be7d6eb75
Add fkey.c to the autoconf and amalgamation build systems.
|
15 years ago |
drh
|
d9c50f7fed
Update the amalgamation builder so that it avoids putting redundant
|
15 years ago |
danielk1977
|
2d04deb21d
Instead of adding SQLITE_API macros sqlite3.h while creating sqlite3.c, add them as part of generating the sqlite3.h target, while copying from sqlite.h.in to sqlite3.h. This fixes a build problem that was causing multiple SQLITE_API macros to be added to a single line of sqlite3.h, and the problem cited by #4016. (CVS 6971)
|
15 years ago |