aboutsummaryrefslogtreecommitdiff
path: root/src/test_rtree.c
Commit message (Expand)AuthorAge
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* Add the sqlite3_value_dup() and sqlite3_value_free() interfaces. Usedrh2015-05-20
* First small steps toward brining trunk and apple-osx closer together.drh2015-02-19
* Add the sqlite3_rtree_query_callback() API to the RTree virtual table.drh2014-04-28
* Add a missing '#include "tcl.h"' to test_rtree.c.drh2013-08-05
* More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE...mistachkin2013-04-29
* The SQLITE_RTREE_INT_ONLY compile-time option causes the RTree extension drh2012-04-02
* Fix harmless compiler warnings in test code. No changes to the core.drh2011-08-25
* Fix a test module comment typo reported on the mailing list.drh2010-10-31
* Fix some compiler warnings under MSVC.shaneh2010-09-01
* Add the "circle" test geometry callback to test_rtree.c. And tests for the same.dan2010-08-31
* When generating sqlite3.h, append the contents of sqlite3rtree.h.dan2010-08-30
* Add tests (and associated fixes) to restore coverage of rtree.c.dan2010-08-30
* Add code to allow user-defined searches of r-tree tables. Still largely untes...dan2010-08-28