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
/
modules
/
cmake.py
Age
Commit message (
Expand
)
Author
2025-11-19
compilers: Remove Environment parameter from Compiler.sizeof
Dylan Baker
2025-10-20
interpreter: fix more default_options annotations
Dylan Baker
2025-10-20
interpreter: port dependency include_type to typed_kargs
Dylan Baker
2025-09-25
mypy: enable allow-redefinition-new and fix fallout
Eli Schwartz
2025-05-05
cmake: include_directories() returns an array
Paolo Bonzini
2025-04-02
modules/cmake: Make fully type safe
Dylan Baker
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2024-10-01
modules/cmake: use typed_kwargs instead of permittedKwargs
Dylan Baker
2024-10-01
modules/cmake: use typed_kwargs for subproject.dependency
Dylan Baker
2024-10-01
modules/cmake: simplify _args_to_info
Dylan Baker
2024-10-01
modules/cmake: use typed_pos_args for remaining subproject methods
Dylan Baker
2024-10-01
modules/cmake: use typed_pos_args for subproject.dependency
Dylan Baker
2024-10-01
modules/cmake: use typed_pos_args for subproject.get_variable
Dylan Baker
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-04-22
add an error message for targets that are not dependencies
Momtchil Momtchev
2024-03-18
cmake: fix incorrect decorator for append_link_args
Stephan Lachnit
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-09-22
Allow to fallback to cmake subproject
Xavier Claessens
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-07-13
cmake: fix directory separators in generated packageConfig.cmake files
Matthieu Rogez
2023-06-20
interpreter: allow default_options and override_options as a dict
Dylan Baker
2023-05-03
cmake module: fix many typing issues
Eli Schwartz
2023-05-03
cmake module: make configured file correctly handle the do_conf_file API
Eli Schwartz
2023-05-03
cmake module: use more typed_pos_args for consistency
Eli Schwartz
2023-05-02
fix regression in precomputing CMAKE_SIZEOF_VOID_P
MaxHearnden
2022-10-04
pylint: enable use-a-generator
Dylan Baker
2022-08-31
modules/cmake: Fix typo
aleksander
2022-08-17
modules: use module level information about new and deprecation
Dylan Baker
2022-06-01
interpreter: use a shared KwargInfo for install_dir
Dylan Baker
2022-05-23
move various imports into TYPE_CHECKING blocks for neatness
Eli Schwartz
2022-03-03
interpreter: replace build_def_files with OrderedSet
Dylan Baker
2022-03-03
interpreter: add cm_interpreter to SubprojectHolder
Dylan Baker
2022-03-03
interpreter: use typed_kwargs for subproject()
Dylan Baker
2022-03-03
modules/cmake: add type annotations for subproject method
Dylan Baker
2022-02-27
cmake: configure_package_config_file can now take a dict
Andrea Pappacoda
2022-02-27
cmake: typed_kwargs for configure_package_config_file
Andrea Pappacoda
2022-02-01
cmake: add arch_independent kwarg
Andrea Pappacoda
2022-02-01
cmake: typed_kwargs for write_basic_package_version_file
Andrea Pappacoda
2022-01-18
interpreter: replace ConfigurationDataObject with ConfigurationDataHolder
Dylan Baker
2021-12-31
add FeatureNew decorators for various modules that were lacking them
Eli Schwartz
2021-12-21
modules: use find_program implementation to find programs
Eli Schwartz
2021-11-21
Make the generated reproducible .cmake files reproducible.
Chris Lamb
2021-10-27
do not repeat magic regexes for cmake define replacements
Eli Schwartz
2021-10-04
f-strings
Eli Schwartz
2021-10-03
cmake module: if cmake cannot be found, do not traceback
Eli Schwartz
2021-09-06
mintro: add installed_plan
Filipe LaĆns
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-07-05
cmake: Improved error message for using dependency for executables
Daniel Mensinger
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-06-18
holders: remove unholder
Daniel Mensinger
[next]