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
/
executor.py
Age
Commit message (
Expand
)
Author
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-02-13
cmake: check that `re.search` returned a non-None value
Dylan Baker
2023-02-01
micro-optimize: define typing-only objects in TYPE_CHECKING
Eli Schwartz
2022-08-26
Fix purely white space issues reported by flake8
Alf Henrik Sauge
2022-07-03
move various unused typing-only imports into type-checking blocks
Eli Schwartz
2021-10-04
remove double import
Eli Schwartz
2021-09-24
pylint: check for duplicate imports
Dylan Baker
2021-06-07
upgrade percent formatted strings pyupgrade did not catch
Eli Schwartz
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-11
move CMAKE_PREFIX_PATH env var handling to environment
Dylan Baker
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
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-28
typing: fully annotate cmake.executor
Daniel Mensinger
2020-08-22
cmake: Fix detection of AppleClang
Dylan Baker
2020-08-12
cmake: Use a mapping when writing compiler ID
Nirbheek Chauhan
2020-08-12
cmake: Fix hard-coded values in fake CMakeLists for MSVC
Nirbheek Chauhan
2020-08-05
cmake: Do not split CMAKE_PREFIX_PATH with ':' on Windows
Nirbheek Chauhan
2020-06-13
cmake: Fix handling of path seperators (fixes #7294)
Daniel Mensinger
2020-06-12
dependencies: Don't allow using the default binary for host on cross compiles
Dylan Baker
2020-06-12
cmake: Use shared find_external_program instead of open coding
Dylan Baker
2020-06-12
cmake: Subprojects support CMAKE_PREFIX_PATH (fixes #7249)
Daniel Mensinger
2020-05-08
More robust cmake version detection
Reza Housseini
2020-04-22
Issue: 7009: CMake/Centos7 Unable to find CMake even though it is installed
Alexandre Lavigne
2020-03-23
Fix legacy env var support with cross
John Ericson
2020-02-15
cmake: Fix crash when no C++ compiler is not installed (fixes #6559)
Daniel Mensinger
2020-01-26
cmake: Refactor CMakeExecutor and CMakeTraceParser
Daniel Mensinger
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-10
cmake: subprocess external .decode(errors='ignore') to avoid traceback
Michael Hirsch, Ph.D
2019-12-09
cmake: add fortran cache content
Michael Hirsch, Ph.D
2019-08-23
correct logic for too old cmake
Michael Hirsch, Ph.D
2019-08-17
avoid cmake syntax error due to "\" path separators on windows
Norbert Nemec
2019-07-11
cmake: Fix dependencies with try_compile (closes #5605)
Daniel Mensinger
2019-06-12
cmake: Moved finding and running CMake out of dependency
Daniel Mensinger