aboutsummaryrefslogtreecommitdiff
path: root/src/test_rtree.c
Commit message (Collapse)AuthorAge
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
| | | FossilOrigin-Name: 6e5bb48a74d63fb8c30528f0005d1763cd2dbb882abf86baf1565721e6bfcf84
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
| | | FossilOrigin-Name: f2f1323cc4d2ad2d6794dbfae8d50b747213e85d
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ↵mistachkin2016-07-28
| | | | | convention. FossilOrigin-Name: e8be3dfeabaa31b3490793cf8230faae1204be15
* Add the sqlite3_value_dup() and sqlite3_value_free() interfaces. Usedrh2015-05-20
| | | | | | these interfaces to enhance R-Tree to add the sqlite3_rtree_query_info.apSqlParam field. FossilOrigin-Name: a7ee40c4fc62843ac5b96ba47ca14a66e8cd6961
* First small steps toward brining trunk and apple-osx closer together.drh2015-02-19
| | | FossilOrigin-Name: 28284ccc0d7301503f6d2d7bee9093738d52e331
* Add the sqlite3_rtree_query_callback() API to the RTree virtual table.drh2014-04-28
| | | | | (Cherrypick from the sessions branch.) FossilOrigin-Name: af2cbe64adab5f9e3b0f3da00d06428088589d7f
* Add a missing '#include "tcl.h"' to test_rtree.c.drh2013-08-05
| | | FossilOrigin-Name: 4b8b426f10f8ae13bf553f7adf5ae09383fa0bd4
* More refinements to Windows OSTRACE usage. Replace all usage of ↵mistachkin2013-04-29
| | | | | sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. FossilOrigin-Name: 05ba5e23fcc5da416d47a8ad5e667ed6a0c7a34a
* The SQLITE_RTREE_INT_ONLY compile-time option causes the RTree extension drh2012-04-02
| | | | | to use only integer math and store only integer coordinates. FossilOrigin-Name: 02b7640f5118e0a635b68f65765191bb3171b7bd
* Fix harmless compiler warnings in test code. No changes to the core.drh2011-08-25
| | | FossilOrigin-Name: 16f83fec77668c021694fbb189b415bd3b90adc8
* Fix a test module comment typo reported on the mailing list.drh2010-10-31
| | | FossilOrigin-Name: 87eb1f04d2dd06f34f1385006bf42ae6c8903d46
* Fix some compiler warnings under MSVC.shaneh2010-09-01
| | | FossilOrigin-Name: afdc82a99eba260aed8ae2cca4bcec629f384098
* Add the "circle" test geometry callback to test_rtree.c. And tests for the same.dan2010-08-31
| | | FossilOrigin-Name: 169b8ba4be9c3941c742eded80dbacdcd2465bc4
* When generating sqlite3.h, append the contents of sqlite3rtree.h.dan2010-08-30
| | | FossilOrigin-Name: fc4d75370bad9021d01b76dbb1b8dde9ff223d2c
* Add tests (and associated fixes) to restore coverage of rtree.c.dan2010-08-30
| | | FossilOrigin-Name: b06f4695bdab244d9c764c082cd434a764dc5c29
* Add code to allow user-defined searches of r-tree tables. Still largely ↵dan2010-08-28
untested. FossilOrigin-Name: 782ca3b716ee1ecb0dfb5ab6f21dfd73d41758e4