index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
cmake
/
client.py
Age
Commit message (
Expand
)
Author
2022-02-03
cmake: Drop CMake server support and bump min. CMake to >= 3.14
Daniel Mensinger
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2020-11-20
use real pathlib module
Dylan Baker
2020-10-13
cmake: Add cross compilation support
Daniel Mensinger
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-10-04
cmake: switch to pathlib (fixes #7322)
Daniel Mensinger
2020-09-27
typing: fully annotate cmake.client
Daniel Mensinger
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-10-20
cmake: Move CMake API classes to common
Daniel Mensinger
2019-06-12
cmake: Moved finding and running CMake out of dependency
Daniel Mensinger
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
2019-06-06
cmake: Fix cygwin failures
Daniel Mensinger
2019-06-06
cmake: Make flake8 happy
Daniel Mensinger
2019-06-06
cmake: general windows and old CMake fixes
Daniel Mensinger
2019-06-06
cmake: extract the codemodel
Daniel Mensinger
2019-06-06
cmake: get CMake inputs
Daniel Mensinger
2019-06-06
cmake: Handle a few more stub messages
Daniel Mensinger
2019-06-06
cmake: configure works
Daniel Mensinger
2019-06-06
cmake: Server handshake
Daniel Mensinger