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