Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-05 | cmake: Add more advanced subproject configuration options | Daniel Mensinger | 1 | -0/+95 | |
This is done with the new cmake subprojects options object that is similar to the already exisiting configuration data object. It is consumed by the new `options` kwarg of the cmake.subproject function. | |||||
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -2/+2 | |
2019-11-19 | cmake: Handle CMake system include dirs (closes #6079) | Daniel Mensinger | 1 | -2/+3 | |
2019-10-20 | cmake: Comment out unused variables | Daniel Mensinger | 1 | -4/+4 | |
2019-10-20 | cmake: Move CMake API classes to common | Daniel Mensinger | 1 | -0/+143 | |
2019-06-06 | cmake: Server handshake | Daniel Mensinger | 1 | -0/+21 | |