Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |