aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAge
* Remove unnecessary consts from function declarationsRobin Krahl2018-02-15
|
* Add default constructors to UncopyableRobin Krahl2018-02-15
|
* Move version information to constantsRobin Krahl2018-02-15
| | | | | | | The previous approach of preprocessor definitions was not really sound as these are only present during the compilation of sqlitepp. Therefore the version information is now stored in constants within the sqlitepp namespace.
* sqlitepp.h: Add complete version as SQLITEPP_VERSIONRobin Krahl2017-03-27
|
* Add version information to the Makefile and to sqlitepp.hRobin Krahl2017-03-27
|
* Improve build documentationRobin Krahl2017-03-24
|
* Move from CMake to a plain MakefileRobin Krahl2017-03-23
| | | | | | The Makefile contains the rules to build both the library and the test binary, and to create the HTML and LaTeX documentation. Settings like library paths and compiler options are set in config.mk.
* Add lastInsertRowId, minor improvements.Robin Krahl2015-07-25
|
* Refactoring and update.Robin Krahl2015-07-18
|
* Initial commitRobin Krahl2014-10-17