summaryrefslogtreecommitdiffstats
path: root/lib/sqlite/sqlite3.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Compile the entire Lua stack as C++Tiger Wang2021-06-251-0/+0
| | | | * Fixes #5216
* Jenkins crosscompileTiger Wang2020-07-131-0/+0
|
* Jenkins fixesTiger Wang2020-07-131-0/+0
|
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-0/+0
| | | * Make our CMake slightly less insane
* Update submodules (#4727)peterbell102020-05-091-0/+0
| | | | | | | | | | | | | Closes #4708 This updates jsoncpp, mbedtls, TCLAP and SQLiteCpp to their latest stable release. A few additional changes were needed: * jsoncpp deprecated Reader, FastWriter and StyledWriter which I've replaced with some helper functions in JsonUtils.cpp * SQLiteCpp changed how it builds with external sqlite libraries, now expecting them to be installed. The simplest path was to remove sqlite from cuberite's submodule and just use SQLiteCpp's internal version.
* Ignore MSVC build artefacts in submodularised libraries.Mattes D2015-11-051-0/+0
|
* Outsourced all libraries into submodulesJulian Laubstein2015-11-042-138114/+0
|
* Moved SQLite, LuaExpat, and MD5 to /libTiger Wang2013-11-241-0/+138114