summaryrefslogtreecommitdiffstats
path: root/lib/sqlite/lsqlite3.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-11Reverted moving Lua to C++.LuaNoCppMattes D1-0/+0
2021-06-25Compile the entire Lua stack as C++Tiger Wang1-0/+0
* Fixes #5216
2020-07-13Jenkins crosscompileTiger Wang1-0/+0
2020-07-13Jenkins fixesTiger Wang1-0/+0
2020-05-16Upgrade to C++17 [CMake] (#4717)Tiger Wang1-0/+0
* Make our CMake slightly less insane
2020-05-09Update submodules (#4727)peterbell101-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.
2015-11-05Ignore MSVC build artefacts in submodularised libraries.Mattes D1-0/+0
2015-11-04Outsourced all libraries into submodulesJulian Laubstein2-2175/+0
2013-11-27Fixed VC2008 compilation, normalized include paths.madmaxoft1-2/+2
2013-11-25Further attempts to fix compileTiger Wang1-2/+2
2013-11-24Attempt to fix compilationTiger Wang1-2/+2
2013-11-24Moved SQLite, LuaExpat, and MD5 to /libTiger Wang1-0/+0
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-04-07Added SQLite and LuaSQLite, Lua plugins can now use SQLite.madmaxoft@gmail.com1-0/+2175
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1368 0a769ca7-a7f5-676a-18bf-c427514a06d6