summaryrefslogtreecommitdiffstats
path: root/lib/SQLiteCpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-12-21Fixed Clang 5.0 compile errors (#4085)bibo381-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
2015-10-01Updated the SQLiteCpp library.Mattes D1-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.
2015-08-10Fixed SQLiteCpp MSVC2015 compilation.Mattes D1-0/+0
SQLiteCpp had a "noexcept" keyword that MSVC2015 didn't like, upgrading it makes it compile.
2015-05-28Update SQLitetycho1-0/+0
2015-05-02Update submodulesTiger Wang1-0/+0
2014-09-26Removed more unessicary includesTycho1-0/+0
2014-09-23Fixed SQLiteCpp downgradeHowaner1-0/+0
2014-09-17Updated SQLiteCpp.madmaxoft1-0/+0
Our changes have made it into upstream, updating to sync with upstream master.
2014-09-14Fixed SQLiteCpp downgradeHowaner1-0/+0
2014-09-09Downgrade SQLiteCpp againHowaner1-0/+0
2014-09-09Added the player list to the 1.8 protocol.Howaner1-0/+0
2014-09-07Fixed submodules' downgrade from the previous PR merge.Mattes D1-0/+0
2014-09-03Updated SQLiteCpp.madmaxoft1-0/+0
This should fix #1374.
2014-07-28Added SQLiteCpp library.madmaxoft1-0/+0
This provides C++ wrappers for SQLite, making it safer to use in the C++ environment.