summaryrefslogtreecommitdiffstats
path: root/lib/SQLiteCpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Compile the entire Lua stack as C++Tiger Wang2021-06-251-0/+0
| | | | * Fixes #5216
* Upgrade squeelylitecpp to 3.1.1Tiger Wang2020-09-301-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.
* Fixed Clang 5.0 compile errors (#4085)bibo382017-12-211-0/+0
| | | | | | | | | | | | * Fixed Clang 5.0 compile errors * Fixed wrong comment * Only disable warnings in Clang 5 or higher * Added a CMake condition for the Clang 5 no-zero-as-null-pointer-constant warning * Now using the use_nullptr branch of the Cuberite specific SQLiteCpp fork
* Updated the SQLiteCpp library.Mattes D2015-10-011-0/+0
| | | | The Windows builds started failing because the library was asking for a submodule that seems to have moved. The submodule wasn't needed anyway.
* Fixed SQLiteCpp MSVC2015 compilation.Mattes D2015-08-101-0/+0
| | | | SQLiteCpp had a "noexcept" keyword that MSVC2015 didn't like, upgrading it makes it compile.
* Update SQLitetycho2015-05-281-0/+0
|
* Update submodulesTiger Wang2015-05-021-0/+0
|
* Removed more unessicary includesTycho2014-09-261-0/+0
|
* Fixed submodules' downgrade from the previous PR merge.Mattes D2014-09-071-0/+0
|
* Added SQLiteCpp library.madmaxoft2014-07-281-0/+0
This provides C++ wrappers for SQLite, making it safer to use in the C++ environment.