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
/
common.py
Age
Commit message (
Expand
)
Author
2025-05-23
cmake: Fix toolchain including unsupported languages
L. E. Segovia
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
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-10-04
Remove type comments in run_project_tests.py
Tristan Partin
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-08-11
remove useless type annotations
Eli Schwartz
2023-05-03
cmake module: use more typed_pos_args for consistency
Eli Schwartz
2023-04-11
fix various spelling issues
Josh Soref
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-11-29
pylint: enable the bad_builtin checker
Dylan Baker
2022-10-04
pylint: enable use-a-generator
Dylan Baker
2022-08-26
Fix purely white space issues reported by flake8
Alf Henrik Sauge
2021-12-01
cmake: Fix old style dependency lookup with imported targets
Daniel Mensinger
2021-11-21
Support Visual Studio 2022 backend
Crend King
2021-06-22
Add Visual Studio 2012/2013 backends (#8803)
fanc999
2021-05-30
cmake: select correct generator in toolchain.py
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-16
cmake: Ignore additional internal CMake variables
Daniel Mensinger
2020-10-16
cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid conflic...
Daniel Mensinger
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.common
Daniel Mensinger
2020-06-05
cmake: Add more advanced subproject configuration options
Daniel Mensinger
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-11-19
cmake: Handle CMake system include dirs (closes #6079)
Daniel Mensinger
2019-10-20
cmake: Comment out unused variables
Daniel Mensinger
2019-10-20
cmake: Move CMake API classes to common
Daniel Mensinger
2019-06-06
cmake: Server handshake
Daniel Mensinger