Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -8/+8 | |
performed by running "pyupgrade --py36-plus" and committing the results | |||||
2020-11-20 | use real pathlib module | Dylan Baker | 1 | -1/+1 | |
We added the _pathlib module to work around defeciencies in python 3.5's implementation, since we now rely on 3.6 lets drop this | |||||
2020-10-16 | cmake: Ignore additional internal CMake variables | Daniel Mensinger | 1 | -0/+9 | |
2020-10-16 | cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid ↵ | Daniel Mensinger | 1 | -0/+24 | |
conflicts with the meson CMake logic | |||||
2020-10-13 | cmake: Add cross compilation support | Daniel Mensinger | 1 | -0/+12 | |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 1 | -1/+1 | |
2020-10-04 | cmake: switch to pathlib (fixes #7322) | Daniel Mensinger | 1 | -21/+22 | |
2020-09-27 | typing: fully annotate cmake.common | Daniel Mensinger | 1 | -40/+48 | |
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 | |