Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release 0.10.00.10.0 | Mike Gabriel | 2023-06-09 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: Add threads fix for old CMake | Robert Tari | 2023-05-05 | 1 | -0/+5 |
| | |||||
* | Revert "cmake: Enable building tests by default" | Mike Gabriel | 2023-02-26 | 1 | -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.3 | Mike Gabriel | 2023-02-26 | 1 | -1/+1 |
| | |||||
* | cmake: Enable building tests by default | Jami Kettunen | 2023-02-26 | 1 | -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.2 | Mike Gabriel | 2022-06-03 | 1 | -1/+1 |
| | |||||
* | release 0.9.10.9.1 | Mike Gabriel | 2022-02-17 | 1 | -1/+1 |
| | |||||
* | Clean up compilation flags | Robert Tari | 2022-01-14 | 1 | -12/+10 |
| | |||||
* | release 0.9.00.9.0 | Mike Gabriel | 2021-11-02 | 1 | -1/+1 |
| | |||||
* | Revert ".build.yml: Drop autogen.sh support; Run unit tests in ↵ | Mike Gabriel | 2021-10-26 | 1 | -31/+2 |
| | | | | | | build_scripts: target." This reverts commit bde3617182582e2c0c341b847b65e4f280115736. | ||||
* | .build.yml: Drop autogen.sh support; Run unit tests in build_scripts: target. | Mike Gabriel | 2021-10-25 | 1 | -2/+31 |
| | |||||
* | CMakeLists.txt: Add empty line below 'Options' comment. | Mike Gabriel | 2021-08-10 | 1 | -0/+1 |
| | |||||
* | Add ENABLE_WERROR option | Robert Tari | 2021-08-10 | 1 | -0/+10 |
| | |||||
* | CMakeLists.txt: Move coverage report generation macro into basefolder's ↵ | Mike Gabriel | 2021-05-04 | 1 | -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 messages | Robert Tari | 2021-04-21 | 1 | -4/+1 |
| | |||||
* | CMakeLists.txt: Fix typo | Robert Tari | 2021-04-21 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: Drop duplicate ENABLE_COVERAGE_REPORT() macro call. | Mike Gabriel | 2021-04-21 | 1 | -5/+0 |
| | |||||
* | CMakeLists.txt: Leave finding gtest.pc to GMock cmake module. | Mike Gabriel | 2021-04-21 | 1 | -5/+0 |
| | |||||
* | CMakeLists.txt: Tolerate older versions of GLib-2.0 and GoogleTest. Support ↵ | Mike Gabriel | 2021-04-21 | 1 | -2/+2 |
| | | | | building on Debian 10. | ||||
* | CMakeLists.txt: Let's tolerate CMake minimum version 3.13 (to support ↵ | Mike Gabriel | 2021-04-21 | 1 | -1/+1 |
| | | | | building against Debian 10). | ||||
* | {tests/,}CMakeLists.txt: Add ENABLE_COVERAGE build option. | Mike Gabriel | 2021-04-21 | 1 | -0/+8 |
| | |||||
* | CMakeLists.txt: Don't use variable name MAINTAINER_MODE (it is misleading), ↵ | Mike Gabriel | 2021-04-21 | 1 | -7/+13 |
| | | | | use ENABLE_TESTS and ENABLE_COVERAGE as options instead. | ||||
* | Add CMakeLists.txt files. | Robert Tari | 2021-04-21 | 1 | -0/+58 |