aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add clang-tidy tests to target checkstyleHEADmasterRobin Krahl2018-02-15
|
* Use nullptr instead of NULLRobin Krahl2018-02-15
|
* Use deletion instead of unimplemented constructorsRobin Krahl2018-02-15
|
* Add rules to generate libsqlitepp.so.1Robin Krahl2018-02-15
|
* Use reinterpret_cast instead of C-style castRobin Krahl2018-02-15
|
* Initialize m_handle in DatabaseRobin Krahl2018-02-15
|
* 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
|
* Makefile: Add version number to doxygenRobin Krahl2017-03-27
|
* Add version information to the Makefile and to sqlitepp.hRobin Krahl2017-03-27
|
* Makefile: Set the library directory when compiling sqlitepp_testRobin Krahl2017-03-27
| | | | | Using the rpath linker option makes it possible to call sqlitepp_test directly without setting LD_LIBRARY_PATH.
* Makefile: Fix indentationRobin Krahl2017-03-25
|
* sqlitepp_test.cpp: Add a test case with non-ASCII charactersRobin Krahl2017-03-25
|
* Makefile: Add a memcheck targetRobin Krahl2017-03-25
| | | | | Add a memcheck target to the Makefile that calls the valgrind memcheck tool on the test binary.
* sqlite.cpp: Use ostringstream instead of +Robin Krahl2017-03-25
| | | | | | | Using operator+ with a C string and an integer is pointer arithmetic instead of string concatenation. Therefore, this patch replaces the operator+ with a std::ostringstream to actually concatenate the string and the integer.
* Update README.mdRobin Krahl2017-03-24
|
* Improve build documentationRobin Krahl2017-03-24
|
* sqlitepp: Fix the initializer order for the Statement constructorRobin Krahl2017-03-23
|
* Makefile: Add test target to run sqlitepp_testRobin Krahl2017-03-23
|
* Makefile: Add the library as a dependecy to the testRobin Krahl2017-03-23
|
* Update .gitignoreRobin Krahl2017-03-23
|
* Move sources directly to src and rename to .cpp.Robin Krahl2017-03-23
|
* 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.
* Update README.Robin Krahl2015-07-25
|
* Fix readme, remove .travis.yml (poor C++ support).Robin Krahl2015-07-25
|
* Add lastInsertRowId, minor improvements.Robin Krahl2015-07-25
|
* Update README.md.Robin Krahl2015-07-19
|
* Fix .travix.yml.Robin Krahl2015-07-19
|
* Fix .travix.yml.Robin Krahl2015-07-18
|
* Build gtest for travis.Robin Krahl2015-07-18
|
* Fix .travis.ymlRobin Krahl2015-07-18
|
* Add CMake installation to .travis.yml.Robin Krahl2015-07-18
|
* Refactoring and update.Robin Krahl2015-07-18
|
* Initial commitRobin Krahl2014-10-17
|
* Initial commitRobin Krahl2014-10-17