Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/fts5/tool/mkfts5c.tcl
2024-10-24
| ||
13:27 | [135b9e160f] part of check-in [e911303b8d] Tweaks to help make jimsh0 usable to build using nmake. Does not quite work yet, but getting closer. (check-in: [e911303b8d] user: drh branch: autosetup, size: 3266) | |
2024-10-23
| ||
10:36 | [6649ed963a] part of check-in [1bf8daeb24] Add two new #include statements to the composite "fts5.c" file that is constructed as part of the build process. These #includes are no-ops in the SQLite amalgamation (and are commented out automatically by the amalgamation builder) but are needed if the FTS5 extension is built separately, it seems. Enhancement request. (check-in: [1bf8daeb24] user: drh branch: trunk, size: 3249) | |
2021-07-29
| ||
16:49 | [3eba8e9bee] part of check-in [2269ce64f7] Minor tweaks to various TCL build scripts so that they work even for TCL 8.4, which is obsolete, but is also all that is available for some legacy platforms. (check-in: [2269ce64f7] user: drh branch: wal-asserts, size: 2595) | |
2015-10-20
| ||
19:55 | [d1c2a9ab8e] part of check-in [1f5f5804cd] Fix #line directives added to generated file fts5.c. (check-in: [1f5f5804cd] user: dan branch: trunk, size: 2571) | |
2015-10-09
| ||
11:09 | [09ce6a7997] part of check-in [6ebac32d83] Makefile and fts5 changes so that fts5 works with main.mk. Still does not work with Makefile.in. (check-in: [6ebac32d83] user: dan branch: amalg-json1-fts5, size: 2533) | |
01:42 | [21552771bd] part of check-in [206174f9b1] Trying to get FTS5 tests to build and run using main.mk. Not yet working. (check-in: [206174f9b1] user: drh branch: amalg-json1-fts5, size: 2487) | |
2015-10-08
| ||
20:40 | [52a2bae4dd] part of check-in [0d7f301fb0] Fix further fts5 compilation issues. (check-in: [0d7f301fb0] user: dan branch: amalg-json1-fts5, size: 2479) | |
19:29 | [1df2d86c4f] part of check-in [d820a1bd1b] First attempt to add json1 and fts5 to the amalgamation. This check-in does not compile. (check-in: [d820a1bd1b] user: drh branch: amalg-json1-fts5, size: 2479) | |
2015-07-03
| ||
17:14 | [5745072c7d] part of check-in [b9b0c1e50d] Avoid freeing the array of instance matches each time the fts5 xNext() method is called. (check-in: [b9b0c1e50d] user: dan branch: trunk, size: 2483) | |
2015-07-02
| ||
20:12 | [6efea6d3fa] part of check-in [4d8f03dc7b] Copy fts5.h into the build directory as part of building fts5.c. Also remove code to edit fts5parse.c from various Makefiles and add it to mkfts5c.tcl. (check-in: [4d8f03dc7b] user: dan branch: trunk, size: 2483) | |
18:52 | [f9ada2ab7a] part of check-in [edbcccd349] Minor change to mkfts5c.tcl so that fts5.c can be used according to the instructions in loadext.html. (check-in: [edbcccd349] user: dan branch: trunk, size: 2376) | |
18:16 | [a154b05766] part of check-in [ec2573487c] Add fts5_source_id() SQL function, similar to sqlite_source_id(). (check-in: [ec2573487c] user: dan branch: trunk, size: 2376) | |
15:52 | [7174fce13c] part of check-in [7819002ed8] Remove "#ifdef SQLITE_ENABLE_FTS5" from individual fts5 source files. Add a single "#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS5)" to fts5.c. (check-in: [7819002ed8] user: dan branch: trunk, size: 1538) | |
2015-06-25
| ||
20:10 | Added: [fdb4492638] part of check-in [46e86b0637] Add a script to combine all fts5 code into a single file - fts5.c - that can be used to build an SQLite loadable extension. (check-in: [46e86b0637] user: dan branch: fts5, size: 1353) | |