summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2020-09-23Start version 10.0louiz’
2020-09-22Release version 9.09.0v9louiz’
2019-09-17Fix the argument list for SETUP_TARGET_FOR_COVERAGE cmake functionlouiz’
2019-09-17ci: Add a junit output to test_suite and give it to gitlablouiz’
2019-09-15Properly build and install the man page, also in the rpmlouiz’
2019-08-04Disable systemd’s watchdog by defaultlouiz’
2018-08-29Use sphinx instead of pandoc, and add a deploy joblouiz’
2018-06-08Correctly use target_sources instead of target_link_librarieslouiz’
2018-06-08Don’t add_library(database) with an empty string, that’s not portablelouiz’
Instead, don’t create the library at all if not needed.
2018-05-02Start version 9.0louiz’
2018-05-02Release version 8.08.0louiz’
2018-03-18Use Catch2’s single_include/ directorylouiz’
2018-03-17Revert "C++17"louiz’
This reverts commit 3f088e7b3a1467a88e7c5ff9fb60dc4609d2bfa3.
2018-03-16C++17louiz’
2018-02-05Add a check for GCC’s and Clang’s minimal versionslouiz’
2018-01-22By the way, start version 8.0louiz’
2018-01-17Release version 7.07.0louiz’
2018-01-17By the way, we were on version 7.0~devlouiz’
2018-01-14Add a DEBUG_SQL_QUERIES to log info about the executed SQL querieslouiz’
fix #3324
2017-12-03Run some of the ci tests against a postgresql docker containerlouiz’
2017-12-02Handle postgresql and sqlite3 libs properlylouiz’
Do not fail to compile when one of them is missing but the other one is not. Raise an error when trying to open a database with the missing library. see #3237
2017-12-02Add postgresql supportlouiz’
2017-10-04Release version 6.16.1v6louiz’
2017-09-19Release version 6.06.0louiz’
2017-09-10CMakeLists: Set symbol visibility to hidden.Link Mauve
This reduces the size of the final binary by 12% by not including symbols, and thus function bodies that have been inlined for example.
2017-06-14Don’t forget to bump to version 6.0~devlouiz’
2017-06-13Find sqlite3 instead of litesqllouiz’
Simplifies the CMakeLists.txt a little bit
2017-05-28Move biboumi.h.cmake inside the src/ directorylouiz’
2017-05-24Release version 5.05.0v5louiz’
2017-05-21Do not install biboumi.cfg in /etc/biboumi/louiz’
Because it would overwrite the user file when installing a new version. And it’s basically useless anyway, because if the file doesn’t exist at all, biboumi will write an helpful message on stderr, telling the user to create the config file.
2017-05-16Make the default build type Release (instead of empty string)louiz’
2017-05-10Fix the build when litesql is not usedlouiz’
2017-05-10Improve the handling of the biboudb.hpp dependencieslouiz’
2017-05-03Add -Wconversion compile flaglouiz’
2017-04-30Make botan’s policy configurable from a filelouiz’
fix #3244
2017-04-19Take into account the include path found by cmake when looking for litesql liblouiz’
2017-04-13Avoid building test_suite when we make installlouiz’
2017-03-15cmake: Make some libraries depend on the generated files from database liblouiz’
2017-03-14Refactoring louloulibs and cmakelouiz’
Use OBJECT libraries Remove the louloulibs directory Write FOUND variables in the cache
2017-03-12cmake: Correctly use the iconv libraries instead of twice the expat onelouiz’
2017-03-12cmake: Improve the usage of PARENT_SCOPElouiz’
2017-03-10cmake: do not use intermediate libraries at all (not even OBJECTS)louiz’
2017-03-10cmake: Remove the intermediate static libslouiz’
Should compile faster (and also take less space on disk)
2017-03-07Improve the make coverage_* commandslouiz’
2017-02-01Actually, just use the C locale for the date formatslouiz’
We don’t need any UTF-8 support here, and it’s more portable
2017-02-01Only use the C.UTF-8 LANG valuelouiz’
2017-01-06Use udns instead of c-areslouiz’
fix #3226
2017-01-04Remove the PrintBuildParameter make targetlouiz’
2017-01-04Use fsanitize=address and undefined in debug builds if ubsan and asan are therelouiz’
2016-12-10Add a make coverage target to merge all other coverages, and upload to codecovlouiz’