summaryrefslogtreecommitdiffstats
path: root/lib/sqlite (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-046-147508/+0
|
* Support building on FreeBSDlinnemannr2015-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | SetFlags.cmake Add -lexecinfo to linker flags for FreeBSD to resolve backtrace() lib/sqlite/CMakeLists.txt Define _XOPEN_SOURCE to 600 instead of __POSIX_VISIBLE to 200112 for POSIX 1-2001 support. For POSIX standards, the _XOPEN_SOURCE define controls the eventual value of __POSIX_VISIBLE. _XOPEN_SOURCE is defined to 500 in sqlite.c if not already defined, which sets up _POSIX_C_SOURCE and __POSIX_VISIBLE to the 199506 for POSIX.1c lib/tolua++/CMakeLists.txt src/CMakeLists.txt Add /usr/local/lib to the library search path for FreeBSD builds src/OSSupport/Errors.cpp Correct the strerror_r() implementation determination to check whether _GNU_SOURCE is defined, not what it evaluates to
* Proper sqlite dependency fix.Mattes D2014-07-011-1/+2
|
* Fixed linking order under MinGW.Mattes D2014-07-011-2/+8
| | | | Ref.: #1044
* Cmake system name not System nameworktycho2014-05-281-1/+1
|
* derpworktycho2014-05-281-1/+1
|
* FreeBSD requires __POSIX_VISIBLE macro to be definedworktycho2014-05-281-0/+4
|
* Fixed FreeBSD compilitionTycho2014-01-071-1/+1
|
* Made cmake compilation possible on Windows.madmaxoft2013-12-271-2/+13
|
* compiling sqliteTycho Bickerstaff2013-12-191-0/+14
|
* Fixed VC2008 compilation, normalized include paths.madmaxoft2013-11-271-2/+2
|
* Further attempts to fix compileTiger Wang2013-11-251-2/+2
|
* Attempt to fix compilationTiger Wang2013-11-241-2/+2
|
* Moved SQLite, LuaExpat, and MD5 to /libTiger Wang2013-11-244-0/+147472