sqlite/ext/fts5
dan 08406bf064 Fix warnings in fts5 code.
FossilOrigin-Name: bd4f156d07d0db1f063d42891965920fc2229352
2015-07-24 20:34:40 +00:00
..
test Reduce the number of calls to malloc() made by fts5. 2015-07-09 19:02:19 +00:00
tool Reduce the number of calls to malloc() made by fts5. 2015-07-09 19:02:19 +00:00
extract_api_docs.tcl Fix inconsistencies in formatting of fts5 docs. 2015-07-10 17:55:42 +00:00
fts5_aux.c Fix some harmless compiler warnings. 2015-07-14 17:18:05 +00:00
fts5_buffer.c Remove "#ifdef SQLITE_ENABLE_FTS5" from individual fts5 source files. Add a single "#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS5)" to fts5.c. 2015-07-02 15:52:21 +00:00
fts5_config.c Remove "#ifdef SQLITE_ENABLE_FTS5" from individual fts5 source files. Add a single "#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS5)" to fts5.c. 2015-07-02 15:52:21 +00:00
fts5_expr.c Fix warnings in fts5 code. 2015-07-24 20:34:40 +00:00
fts5_hash.c Fix compiler warnings in fts5 code. 2015-07-16 20:17:57 +00:00
fts5_index.c Fix warnings in fts5 code. 2015-07-24 20:34:40 +00:00
fts5_main.c Fix compiler warnings in fts5 code. 2015-07-16 20:17:57 +00:00
fts5_storage.c Fix some harmless compiler warnings. 2015-07-14 17:18:05 +00:00
fts5_tcl.c Remove "#ifdef SQLITE_ENABLE_FTS5" from individual fts5 source files. Add a single "#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS5)" to fts5.c. 2015-07-02 15:52:21 +00:00
fts5_tokenize.c Remove "#ifdef SQLITE_ENABLE_FTS5" from individual fts5 source files. Add a single "#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS5)" to fts5.c. 2015-07-02 15:52:21 +00:00
fts5_unicode2.c Remove "#ifdef SQLITE_ENABLE_FTS5" from individual fts5 source files. Add a single "#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS5)" to fts5.c. 2015-07-02 15:52:21 +00:00
fts5_varint.c Remove "#ifdef SQLITE_ENABLE_FTS5" from individual fts5 source files. Add a single "#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS5)" to fts5.c. 2015-07-02 15:52:21 +00:00
fts5_vocab.c Remove "#ifdef SQLITE_ENABLE_FTS5" from individual fts5 source files. Add a single "#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS5)" to fts5.c. 2015-07-02 15:52:21 +00:00
fts5.h Fix a comment in fts5.h. 2015-06-06 19:23:32 +00:00
fts5Int.h Improve the performance of docid merges in fts5. 2015-07-09 20:46:35 +00:00
fts5parse.y Change the fts5 multi-column syntax to use parenthesis instead of square brackets. 2015-06-02 19:38:15 +00:00
mkportersteps.tcl Improve the performance of the fts5 porter tokenizer implementation. 2015-01-17 17:48:10 +00:00