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
/
dub.py
Age
Commit message (
Expand
)
Author
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
dependencies: Add `silent` to known keyword arguments to Dependency
Dylan Baker
2025-10-20
interpreter: port dependency required to typed_kwargs
Dylan Baker
2025-10-20
dependency: Use a TypedDict to describe the keyword arguments to Dependency
Dylan Baker
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2025-03-05
dependencies/dub: First try to describe local project
Andrei Horodniceanu
2025-01-28
dependencies/dub: Fix arguments passed as strings that should be bools
Dylan Baker
2024-08-06
dependencies/dub: Correctly handle dub >= 1.35 as well as older dub
Remi Thebault
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-10-03
temp disable pylint falsepositive on dub.py
Charles Brunet
2023-05-18
Check dub version (#11794)
Remi Thebault
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-09-28
Move classes used by scripts to their own module
Xavier Claessens
2022-09-19
compilers: perform targeted imports for detect
Eli Schwartz
2022-09-19
compilers: directly import from subpackages
Eli Schwartz
2022-06-13
flake8: fix non-idiomatic ordering of "if not in" checks
Eli Schwartz
2022-06-13
flake8: fix various whitespace nits
Eli Schwartz
2022-03-23
Fix DUB dependencies
Remi Thebault
2021-07-13
dependencies: drop Dependency.methods and Dependency.get_methods()
Dylan Baker
2021-06-14
dependencies: Use a typing.NewType for Dependency.type_name
Dylan Baker
2021-06-06
typing: Fully annotate dependencies.dub
Daniel Mensinger
2021-06-03
deps: Split dependencies.base
Daniel Mensinger