aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* release 0.10.2HEAD0.10.2release-buildsmainMike Gabriel2024-04-081-1/+1
|
* release 0.10.10.10.1Mike Gabriel2023-08-241-1/+1
|
* release 0.10.00.10.0Mike Gabriel2023-06-091-1/+1
|
* CMakeLists.txt: Add threads fix for old CMakeRobert Tari2023-05-051-0/+5
|
* Revert "cmake: Enable building tests by default"Mike Gabriel2023-02-261-1/+1
| | | | | | | This reverts commit 889c006f9fcc57889ccb7d10ebadcf53463ae24c. As discussed with co-maintainer Robert Tari, tests shall be enabled by distro packagers (if wanted) and in our CI builds.
* release 0.9.30.9.3Mike Gabriel2023-02-261-1/+1
|
* cmake: Enable building tests by defaultJami Kettunen2023-02-261-1/+1
| | | | | | | We really should do this by default across the board to catch issues with the testing infrastructure; what's the point of having tests if they're not even being actively exercised across a wide range of distributions with varying configurations? :p
* release 0.9.20.9.2Mike Gabriel2022-06-031-1/+1
|
* release 0.9.10.9.1Mike Gabriel2022-02-171-1/+1
|
* Clean up compilation flagsRobert Tari2022-01-141-12/+10
|
* release 0.9.00.9.0Mike Gabriel2021-11-021-1/+1
|
* Revert ".build.yml: Drop autogen.sh support; Run unit tests in ↵Mike Gabriel2021-10-261-31/+2
| | | | | | build_scripts: target." This reverts commit bde3617182582e2c0c341b847b65e4f280115736.
* .build.yml: Drop autogen.sh support; Run unit tests in build_scripts: target.Mike Gabriel2021-10-251-2/+31
|
* CMakeLists.txt: Add empty line below 'Options' comment.Mike Gabriel2021-08-101-0/+1
|
* Add ENABLE_WERROR optionRobert Tari2021-08-101-0/+10
|
* CMakeLists.txt: Move coverage report generation macro into basefolder's ↵Mike Gabriel2021-05-041-0/+9
| | | | | | | | CMakeLists.txt file. With the previous approach, only coverage of the tests/ subfolder was reported (which always should be 100%). With this change, also coverage of the files in src/ is reported.
* CMakeLists.txt: Drop duplicate status messagesRobert Tari2021-04-211-4/+1
|
* CMakeLists.txt: Fix typoRobert Tari2021-04-211-1/+1
|
* CMakeLists.txt: Drop duplicate ENABLE_COVERAGE_REPORT() macro call.Mike Gabriel2021-04-211-5/+0
|
* CMakeLists.txt: Leave finding gtest.pc to GMock cmake module.Mike Gabriel2021-04-211-5/+0
|
* CMakeLists.txt: Tolerate older versions of GLib-2.0 and GoogleTest. Support ↵Mike Gabriel2021-04-211-2/+2
| | | | building on Debian 10.
* CMakeLists.txt: Let's tolerate CMake minimum version 3.13 (to support ↵Mike Gabriel2021-04-211-1/+1
| | | | building against Debian 10).
* {tests/,}CMakeLists.txt: Add ENABLE_COVERAGE build option.Mike Gabriel2021-04-211-0/+8
|
* CMakeLists.txt: Don't use variable name MAINTAINER_MODE (it is misleading), ↵Mike Gabriel2021-04-211-7/+13
| | | | use ENABLE_TESTS and ENABLE_COVERAGE as options instead.
* Add CMakeLists.txt files.Robert Tari2021-04-211-0/+58