summaryrefslogtreecommitdiffstats
path: root/lib/SQLiteCpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.