| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
The Windows builds started failing because the library was asking for a submodule that seems to have moved. The submodule wasn't needed anyway.
|
|
|
|
| |
SQLiteCpp had a "noexcept" keyword that MSVC2015 didn't like, upgrading it makes it compile.
|
| |
|
| |
|
| |
|
| |
|
|
This provides C++ wrappers for SQLite, making it safer to use in the C++ environment.
|