Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-24 | cmake: Disable the new (CMake 3.16) PCH support | Daniel Mensinger | 2 | -0/+8 | |
Subprojects that use the CMake PCH feature will cause compilation/linker errors. The CMake PCH support should thus be disabled until this can be properly translated to meson. | |||||
2020-10-13 | include_type: Add CMake subporject dependency method (fixes #6879) | Daniel Mensinger | 1 | -1/+2 | |
2020-06-13 | cmake: fix definitions with interface libraries (fixes #7299) | Daniel Mensinger | 3 | -0/+10 | |
2020-02-19 | modules/cmake: Add a found() method to the cmake subproject | Dylan Baker | 1 | -0/+1 | |
Just like the native meson subproject has. | |||||
2020-02-04 | cmake: Sanitize CMake names (fixes #6554) | Daniel Mensinger | 3 | -12/+13 | |
2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | 1 | -1/+1 | |
2019-06-12 | cmake: Fix missing include_directories in some CMakeLists.txt | Daniel Mensinger | 1 | -0/+2 | |
2019-06-06 | cmake: Updated test cases | Daniel Mensinger | 1 | -2/+7 | |
2019-06-06 | cmake: Fixed test cases for windows | Daniel Mensinger | 3 | -2/+7 | |
2019-06-06 | cmake: Added project tests | Daniel Mensinger | 1 | -2/+3 | |
2019-06-06 | cmake: Server handshake | Daniel Mensinger | 5 | -0/+45 | |