]> git.mxchange.org Git - flightgear.git/commit
Relocate Sqlite3 sources, upgrade to 3.8.0.2
authorJames Turner <zakalawe@mac.com>
Wed, 25 Sep 2013 12:54:16 +0000 (13:54 +0100)
committerJames Turner <zakalawe@mac.com>
Thu, 26 Sep 2013 08:52:41 +0000 (09:52 +0100)
commit0206de2d2c62848778240760461020f3b9261446
tree3fccd29c1c1a9e562c6a1bdedcd1851cefd4e7ee
parent5a4b9c617cd30c1d11ffbbbe0eef19d4f5b13868
Relocate Sqlite3 sources, upgrade to 3.8.0.2

Move sqlite source to a separate location, and build with
an intermediate library target. This permits us to set compile options
easier, including an important one, NDEBUG, which improves performance.

Sqlite 3.8.0.2 also includes an updated query planner which may improve
some queries, to be tested.
3rdparty/CMakeLists.txt [new file with mode: 0644]
3rdparty/sqlite3/CMakeLists.txt [new file with mode: 0644]
3rdparty/sqlite3/fg_sqlite3.h [new file with mode: 0644]
3rdparty/sqlite3/sqlite3.c [new file with mode: 0644]
CMakeLists.txt
src/Main/CMakeLists.txt
src/Navaids/CMakeLists.txt
src/Navaids/NavDataCache.cxx
src/Navaids/sqlite3.c [deleted file]
src/Navaids/sqlite3.h [deleted file]