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
/
factory.py
Age
Commit message (
Expand
)
Author
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-10-20
dependency: Use a TypedDict to describe the keyword arguments to Dependency
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2022-09-12
dependencies: use better internal representation of factory methods
Eli Schwartz
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-05-23
move various imports into TYPE_CHECKING blocks for neatness
Eli Schwartz
2022-02-02
openssl dependency: add cmake support
Eli Schwartz
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-06-17
add new dependency type "builtin"
Eli Schwartz
2021-06-17
move base class for system dependencies into base.py
Eli Schwartz
2021-06-14
dependencies: Use a typing.NewType for Dependency.type_name
Dylan Baker
2021-06-09
typing: Rename some variables
Daniel Mensinger
2021-06-06
typing: Fully annotate dependencies.{detect,factory} + some other fixes
Daniel Mensinger
2021-06-03
deps: Split dependencies.base
Daniel Mensinger