Package: sqlite-modern-cpp / 3.2+git20231203-3

Metadata

Package Version Patches format
sqlite-modern-cpp 3.2+git20231203-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 CMakeLists.txt Disable HunterGate that needs interne.patch | (download)

CMakeLists.txt | 10 0 + 10 - 0 !
1 file changed, 10 deletions(-)

 cmakelists.txt: disable huntergate that needs internet access

0002 CMakeLists.txt Use cmake builtin FindSQLite3.patch | (download)

CMakeLists.txt | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 cmakelists.txt: use cmake builtin findsqlite3


0003 Migrate to catch v3.patch | (download)

CMakeLists.txt | 4 2 + 2 - 0 !
cmake/ParseAndAddCatchTests.cmake | 2 1 + 1 - 0 !
tests/blob_example.cc | 2 1 + 1 - 0 !
tests/error_log.cc | 2 1 + 1 - 0 !
tests/exception_dont_execute.cc | 2 1 + 1 - 0 !
tests/exception_dont_execute_nested.cc | 2 1 + 1 - 0 !
tests/exceptions.cc | 2 1 + 1 - 0 !
tests/flags.cc | 2 1 + 1 - 0 !
tests/functions.cc | 2 1 + 1 - 0 !
tests/functors.cc | 2 1 + 1 - 0 !
tests/lvalue_functor.cc | 2 1 + 1 - 0 !
tests/mov_ctor.cc | 2 1 + 1 - 0 !
tests/named.cc | 2 1 + 1 - 0 !
tests/nullptr_uniqueptr.cc | 2 1 + 1 - 0 !
tests/prepared_statment.cc | 2 1 + 1 - 0 !
tests/readme_example.cc | 2 1 + 1 - 0 !
tests/shared_connection.cc | 2 1 + 1 - 0 !
tests/simple_examples.cc | 2 1 + 1 - 0 !
tests/sqlcipher.cc | 2 1 + 1 - 0 !
tests/std_optional.cc | 2 1 + 1 - 0 !
tests/string_view.cc | 2 1 + 1 - 0 !
tests/trycatchblocks.cc | 2 1 + 1 - 0 !
tests/variant.cc | 2 1 + 1 - 0 !
23 files changed, 24 insertions(+), 24 deletions(-)

 migrate to catch v3


0004 Use up to date catch2 cmake files.patch | (download)

cmake/Catch.cmake | 197 163 + 34 - 0 !
cmake/CatchAddTests.cmake | 231 173 + 58 - 0 !
cmake/ParseAndAddCatchTests.cmake | 119 93 + 26 - 0 !
3 files changed, 429 insertions(+), 118 deletions(-)

 use up-to-date catch2 cmake files

Files retrieved from https://github.com/catchorg/Catch2/blob/devel/extras/

0005 CMakeLists.txt Add install target.patch | (download)

CMakeLists.txt | 19 17 + 2 - 0 !
1 file changed, 17 insertions(+), 2 deletions(-)

 cmakelists.txt: add install target