index
:
sqlitepp
master
C++ binding for the SQLite library
Robin Krahl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Use reinterpret_cast instead of C-style cast
Robin Krahl
2018-02-15
*
Initialize m_handle in Database
Robin Krahl
2018-02-15
*
Remove unnecessary consts from function declarations
Robin Krahl
2018-02-15
*
Add default constructors to Uncopyable
Robin Krahl
2018-02-15
*
Move version information to constants
Robin Krahl
2018-02-15
*
sqlitepp.h: Add complete version as SQLITEPP_VERSION
Robin Krahl
2017-03-27
*
Makefile: Add version number to doxygen
Robin Krahl
2017-03-27
*
Add version information to the Makefile and to sqlitepp.h
Robin Krahl
2017-03-27
*
Makefile: Set the library directory when compiling sqlitepp_test
Robin Krahl
2017-03-27
*
Makefile: Fix indentation
Robin Krahl
2017-03-25
*
sqlitepp_test.cpp: Add a test case with non-ASCII characters
Robin Krahl
2017-03-25
*
Makefile: Add a memcheck target
Robin Krahl
2017-03-25
*
sqlite.cpp: Use ostringstream instead of +
Robin Krahl
2017-03-25
*
Update README.md
Robin Krahl
2017-03-24
*
Improve build documentation
Robin Krahl
2017-03-24
*
sqlitepp: Fix the initializer order for the Statement constructor
Robin Krahl
2017-03-23
*
Makefile: Add test target to run sqlitepp_test
Robin Krahl
2017-03-23
*
Makefile: Add the library as a dependecy to the test
Robin Krahl
2017-03-23
*
Update .gitignore
Robin Krahl
2017-03-23
*
Move sources directly to src and rename to .cpp.
Robin Krahl
2017-03-23
*
Move from CMake to a plain Makefile
Robin Krahl
2017-03-23
*
Update README.
Robin Krahl
2015-07-25
*
Fix readme, remove .travis.yml (poor C++ support).
Robin Krahl
2015-07-25
*
Add lastInsertRowId, minor improvements.
Robin Krahl
2015-07-25
*
Update README.md.
Robin Krahl
2015-07-19
*
Fix .travix.yml.
Robin Krahl
2015-07-19
*
Fix .travix.yml.
Robin Krahl
2015-07-18
*
Build gtest for travis.
Robin Krahl
2015-07-18
*
Fix .travis.yml
Robin Krahl
2015-07-18
*
Add CMake installation to .travis.yml.
Robin Krahl
2015-07-18
*
Refactoring and update.
Robin Krahl
2015-07-18
*
Initial commit
Robin Krahl
2014-10-17
*
Initial commit
Robin Krahl
2014-10-17