108 Commits

Author SHA1 Message Date
Sébastien Rombauts
a865d1c61a Update copyright notice to 2025 2025-05-19 21:20:36 +02:00
Sébastien Rombauts
1909a777d5 Update copyright notice to 2024 2024-08-16 20:46:14 +02:00
Sébastien Rombauts
7dbcf482f2 Update copyright notice to 2023 2023-05-24 18:49:55 +02:00
ewarchul
80f9facf66 Add documentation for prepared statements in transactions 2023-01-04 09:52:19 +01:00
Jonathan Guzmán
841247f061
add meson usage guide 2022-12-16 21:13:54 -06:00
bielow
0440934c65 add docs on how to build the docs :) 2022-11-21 22:33:21 +01:00
Sébastien Rombauts
279f490dbc Fixup format in README 2022-09-30 20:00:46 +02:00
Sébastien Rombauts
420113e912 Update README on how to compile without SQLITE_ENABLE_COLUMN_METADATA enabled for #276 2022-09-30 19:56:30 +02:00
Sébastien Rombauts
955ad030d0 README: how to run valgrind to search for memory leaks 2022-09-30 19:19:17 +02:00
Sébastien Rombauts
ac7541aaf7 Add README to example1 and other doc updates 2022-09-30 09:08:11 +02:00
Sébastien Rombauts
404fa6eaac Add Visual Studio 2022 to AppVeyor CI/CD
Update documents about supported platforms
2022-09-29 18:15:25 +02:00
Sébastien Rombauts
ffe155c4b8 Copyright notice 2022 2022-09-18 15:25:14 +02:00
FrankXie
453af330d4 Add vcpkg installation instructions 2022-09-08 02:09:07 -07:00
Sébastien Rombauts
3aeeb8dfb1 Sync the two README since I made a copy on docs/ folder :( 2021-10-06 18:35:40 +02:00
Frank Lange
2383860654 Fix Readme installation instructions
Removes manually adding the include directory from the Readme install instructions. The manual step is not needed since the include dir is already added on the library target by the current CMake configuration.
2021-03-20 14:26:39 +01:00
sum01
72c4983056
Remove FindSQLiteCpp.cmake
It's not needed since the automatically generated file
SQLiteCppConfig.cmake already exists.

Added a small section to the README to explain how it can be used when
this library is installed to the system.

Fixes #283
2020-08-18 15:15:53 -04:00
Sébastien Rombauts
852d66d631 Travis CI build status ?branch=master 2020-01-04 22:31:56 +01:00
Sébastien Rombauts
5a1fa743e5 Add Valgrind to Travis CI, and improve the build Matrix with more variables
Should detect the slight bug we currently have in our test of Database read header
2020-01-04 18:07:29 +01:00
Sébastien Rombauts
da4d692c13 Start a new 3.x branch requiring C++11 and CMake 3.1
- Remove support for Visual Studio < 2015
- Remove Statement::isOk() deprecated in 2.2.0 and renamed to Statement::hasRow()
2020-01-02 00:04:06 +01:00
Sébastien Rombauts
8e0bd6b3fe Add a simple Github Actions workflow build script 2020-01-02 00:04:06 +01:00
Sébastien Rombauts
a8a1a2ee44 Update Googletest to Release 1.10
Drop support for Visual Studio 2013
2020-01-02 00:04:06 +01:00
Sébastien Rombauts
5a4bc77b39 Add Visual Studio 2019 to AppVeyor configuration matrix 2020-01-02 00:04:06 +01:00
Sébastien Rombauts
e6288ee920 Update copyright notice 2020-01-01 08:08:59 +01:00
Sébastien Rombauts
1eda5c751c Minor cleanup of the codebase, mostly putting braces on their own line in unit tests 2019-06-16 15:48:57 +02:00
Sébastien Rombauts
6dc7f9b235 Fix CMakeLists.txt to build under Bash on Ubuntu on Windows
(Windows Subsystem for Windows 10)
2019-03-03 15:52:18 +01:00
Sébastien Rombauts
2cb3cb2fef Update copyright notice 2019-03-02 15:46:53 +01:00
Sébastien Rombauts
d020c5f694 Update copyright notices to 2018 2018-01-24 11:26:38 +01:00
Sébastien Rombauts
0386c4359a Fix README Markdown formatting 2017-12-30 18:35:16 +01:00
Sébastien Rombauts
eba308d064 Fix #141 Added reference to sqlite_orm: modern C++14, header only all in one file, no raw string queries, BSD-3 license 2017-12-30 18:23:06 +01:00
Carlos Gomes Martinho
ed30e7751d
style fix 2017-12-15 09:39:27 +01:00
Carlos Gomes Martinho
2019477b48
added better instructions for linux compilation 2017-12-15 09:38:02 +01:00
Sébastien Rombauts
0a70eb8e5d Add a badge for the Coverity scan results 2017-12-06 00:12:35 +01:00
Sébastien Rombauts
0938ca68a7 Set theme jekyll-theme-slate 2017-04-08 21:38:36 +02:00
Sébastien Rombauts
03b2293805 Update README.md
Copyright notice 2017 and PayPal.me link & logo
2017-04-08 14:36:18 +02:00
Sébastien Rombauts
92bbeccffe Fix #113 SQLite 3.7.15 minimum for sqlite3_errstr()
SQLite 3.7.15 was release in 2012-12-12
2017-02-03 15:09:34 +01:00
Sébastien Rombauts
f00d69c9ad Fix #112 format error in README 2017-01-31 08:53:06 +01:00
Sébastien Rombauts
343a3ca907 Update README to mention the new "SQLiteCpp_Example" side repository 2016-09-02 18:21:51 +02:00
Sébastien Rombauts
9d1ea82313 Fix #95: rewrite old instruction about adding SQLiteCpp as a CMake subdirectory 2016-08-02 16:24:31 +02:00
Sébastien Rombauts
fd8f50bdd9 Remove last #include <sqlite3.h> from a header : add a few public constants
- Move #include <sqlite3.h> from Exception.h to a new corresponding .cpp
 - Add SQLite::OPEN_READONLY...
2016-07-13 17:16:41 +02:00
Sébastien Rombauts
d98cc930cc CMake prints the compiler version instead of the Travis script 2016-06-27 11:36:25 +02:00
Sébastien Rombauts
435d62e85b Simplify license and coverage badge 2016-06-20 17:03:25 +02:00
Sébastien Rombauts
d00185dee5 Fix usage of coveralls by specifying a project root and valid exclude patterns
- also, send coveralls only for gcc builds
2016-06-20 16:36:48 +02:00
Oleksandr Bretsko
b6e73cefd1 fixed Readme 2016-04-28 02:42:19 -05:00
Sébastien Rombauts
1c23f39d7c Note on redistribution of SQLite source files
As stated by the MIT License, you are whelcome to reuse, modify, and redistribute the SQLiteCpp source code
the way you whant it to, be it a git submodule, a subdirectory, or a selection of some source files.

I whould love a mention in your README, a web link to the SQLite repository, and a mention of the author,
but none of those are mandatory.
2016-02-19 17:34:18 +01:00
Sébastien Rombauts
f6302f68c8 Update README with Visual Studio versions used 2016-02-12 12:46:29 +01:00
Sébastien Rombauts
2044907097 Add clang 3.4 to the list of supported platforms
And also gcc 4.6.3, both used by Travis CI
2016-02-12 10:14:21 +01:00
Sébastien Rombauts
2210b30b52 Update sqlite3 from v3.9.2 to 3.10.2 (2016-01-20) and update version to 1.3.1 2016-02-10 11:45:22 +01:00
Sébastien Rombauts
e9a2c9bb57 Remove biicode support, as servers will shutdown the 16th of February 2016-02-10 10:24:17 +01:00
Sébastien Rombauts
8f28c4c58f Update version to 1.3.0 with new Backup class 2015-11-01 21:53:26 +01:00
Sébastien Rombauts
7fa11f679e README rework and slight update 2015-10-10 13:34:43 +02:00