Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -6/+6 | |
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-13 | cmake: Add cross compilation support | Daniel Mensinger | 1 | -9/+5 | |
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 | -12/+12 | |
2020-09-27 | typing: fully annotate cmake.client | Daniel Mensinger | 1 | -35/+43 | |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -7/+7 | |
2019-10-20 | cmake: Move CMake API classes to common | Daniel Mensinger | 1 | -142/+1 | |
2019-06-12 | cmake: Moved finding and running CMake out of dependency | Daniel Mensinger | 1 | -6/+3 | |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -2/+3 | |
In most cases instead pass `for_machine`, the name of the relevant machines (what compilers target, what targets run on, etc). This allows us to use the cross code path in the native case, deduplicating the code. As one can see, environment got bigger as more information is kept structured there, while ninjabackend got a smaller. Overall a few amount of lines were added, but the hope is what's added is a lot simpler than what's removed. | |||||
2019-06-06 | cmake: Fix cygwin failures | Daniel Mensinger | 1 | -1/+10 | |
2019-06-06 | cmake: Make flake8 happy | Daniel Mensinger | 1 | -9/+9 | |
2019-06-06 | cmake: general windows and old CMake fixes | Daniel Mensinger | 1 | -4/+14 | |
2019-06-06 | cmake: extract the codemodel | Daniel Mensinger | 1 | -8/+163 | |
2019-06-06 | cmake: get CMake inputs | Daniel Mensinger | 1 | -3/+67 | |
2019-06-06 | cmake: Handle a few more stub messages | Daniel Mensinger | 1 | -13/+33 | |
2019-06-06 | cmake: configure works | Daniel Mensinger | 1 | -2/+2 | |
2019-06-06 | cmake: Server handshake | Daniel Mensinger | 1 | -0/+254 | |