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
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
2021-05-28
modules: Add methods dict everywhere
Xavier Claessens
2021-05-28
modules: Stop using ModuleReturnValue where it's not needed
Xavier Claessens
2021-05-28
modules: Stop using InterpreterObject
Xavier Claessens
2021-05-28
modules: Remove snippet methods
Xavier Claessens
2021-04-01
interpreter: Move to its own folder and split it
Xavier Claessens
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-03-04
various python neatness cleanups
Eli Schwartz
2021-02-22
minstall: Add --skip-subprojects option
Xavier Claessens
2021-01-13
build/interperter: Add annotations and move input validation to interpreter
Dylan Baker
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2020-10-13
include_type: Add CMake subporject dependency method (fixes #6879)
Daniel Mensinger
2020-08-09
cmake: Make the CMake targte not found error more useful (see #7567)
Daniel Mensinger
[next]