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
/
dependencies
/
cmake.py
Age
Commit message (
Expand
)
Author
2025-12-17
dependencies: Remove `log_tried` method
Dylan Baker
2025-12-17
Dependencies: Make use of the DependencyCandidate class
Dylan Baker
2025-12-17
dependencies: Require 'native' be passed in kwargs
Dylan Baker
2025-12-17
dependencies: stop passing "language" as a keyword argument
Dylan Baker
2025-12-17
dependencies: Pass the `name` to `ExternalDependency` constructor
Dylan Baker
2025-12-17
dependencies: Move type_name to class level
Dylan Baker
2025-10-20
interpreter: port dependency optional_modules to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency native to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency modules to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependencies components to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency cmake_package_version to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency cmake_module_path to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port cmake_args to typed_kwargs
Dylan Baker
2025-10-20
dependency: Use a TypedDict to describe the keyword arguments to Dependency
Dylan Baker
2025-04-20
Log non-fatally if CMake doesn't find a package
Benjamin Gilbert
2025-03-01
output PACKAGE_NOT_FOUND_MESSAGE as warning when CMake package is not found
na-trium-144
2025-02-11
Fix CMake import's linker args sorting algorithm mangling -framework arguments
Marco Rebhan
2024-09-21
Add get_variable() system dependency
unknown
2024-07-10
cmake dependency: Fix accidental use of T.Optional in warning message
Andres Freund
2024-02-12
cmake dependency: avoid setting property to None as a workaround
Eli Schwartz
2024-02-12
defer setting values until after we know it cannot be None
Eli Schwartz
2024-02-07
cmake: canonicalise -DSTATIC value
Sam James
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-09-29
Allow share/cmake/ as cmake_prefix_path
Xiang Gao
2023-09-18
Remove get_pkgconfig_variable()
Xavier Claessens
2023-09-12
fix bug with openssl when cmake is missing
Charles Brunet
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-05-13
Make `dependency('foo', static: true, method: 'cmake') link statically
Volker Weißmann
2023-04-11
fix various spelling issues
Josh Soref
2022-11-29
pylint: enable the bad_builtin checker
Dylan Baker
2022-10-04
pylint: enable use-a-generator
Dylan Baker
2022-09-12
dependencies: simplify log_tried into a staticmethod
Eli Schwartz
2022-08-26
Remove redundant backslash and fix white space issue
Alf Henrik Sauge
2022-08-26
Fix purely white space issues reported by flake8
Alf Henrik Sauge
2022-06-10
treewide: various cleanups to move imports for mypy into typechecking blocks
Eli Schwartz
2022-04-13
dependencies: tighten type checking and fix cmake API violation for get_variable
Eli Schwartz
2022-04-12
cmake: Always use all compilers for LLVM (fixes #10249)
Daniel Mensinger
2022-03-07
Merge pull request #9743 from mensinda/cmakeGeneratorFixed
Jussi Pakkanen
2022-02-16
flake8: fix wrong numbers of blank line separators
Eli Schwartz
2022-02-16
flake8: fix typoed whitespace surrounding tokens
Eli Schwartz
2022-01-27
fix some flake8 violations for unused imports
Eli Schwartz
2022-01-23
cmake: Add TARGET_ generator expression support (fixes #9305)
Daniel Mensinger
2022-01-10
port from embedded data to importlib.resources
Eli Schwartz
2021-12-01
cmake: Fix old style dependency lookup with imported targets
Daniel Mensinger
2021-11-20
cmake: Use find_library() on bare library names in cmake dependencies
Jon Turney
2021-10-24
cmake: Add support for the Linux CMake registry (fixes #9418)
Daniel Mensinger
2021-10-06
cmake: Implement support for interpreting link "keywords"
Daniel Mensinger
2021-10-06
cmake: Warn if we could use IMPORTED CMake targets
Daniel Mensinger
2021-07-13
dependencies: drop Dependency.methods and Dependency.get_methods()
Dylan Baker
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
[next]