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
/
configtool.py
Age
Commit message (
Expand
)
Author
2025-12-17
dependencies: Remove `log_tried` method
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
dependencies: Add remaining internal arguments to Dependency classes
Dylan Baker
2025-10-20
interpreter: port dependency version to typed_kwargs
Dylan Baker
2025-10-20
dependency: Use a TypedDict to describe the keyword arguments to Dependency
Dylan Baker
2024-10-04
programs: Allow excluding certain paths when searching in PATH
Nirbheek Chauhan
2024-09-24
MPI detection: support more implementations (any compilers)
paugier
2024-09-21
Add get_variable() system dependency
unknown
2024-09-14
Fix various incorrect uses of `its` vs `it's`.
Andrew McNulty
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-09-18
Remove get_configtool_variable()
Xavier Claessens
2023-09-18
Remove get_pkgconfig_variable()
Xavier Claessens
2023-09-08
Override config-tool get_variable args for qmake
Nirbheek Chauhan
2023-06-14
WIP: refactor loggable popen calls for consistency
Eli Schwartz
2023-06-07
dependencies: add more logging to configtool
Eli Schwartz
2023-05-03
dependencies: allow config-tool to fallback to default program names
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-18
dependencies: fix pcap-config which now errors on --version
Eli Schwartz
2022-09-12
dependencies: simplify log_tried into a staticmethod
Eli Schwartz
2022-04-13
dependencies: tighten type checking and fix cmake API violation for get_variable
Eli Schwartz
2021-07-13
dependencies: drop Dependency.methods and Dependency.get_methods()
Dylan Baker
2021-07-05
condense lines
Eli Schwartz
2021-07-05
more f-strings too complex to be caught by pyupgrade
Eli Schwartz
2021-06-14
dependencies: Use a typing.NewType for Dependency.type_name
Dylan Baker
2021-06-05
typing: Fully annotate dependencies.configtool
Daniel Mensinger
2021-06-03
deps: Split dependencies.base
Daniel Mensinger