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
/
coarrays.py
Age
Commit message (
Expand
)
Author
2025-12-17
dependencies/coarrays: Remove dead code
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-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
interpreter: port dependency modules to typed_kwargs
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
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-06-26
dependencies: switch the delayed-import mechanism for custom dependencies
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2021-07-13
dependencies: drop Dependency.methods and Dependency.get_methods()
Dylan Baker
2021-06-17
move base class for system dependencies into base.py
Eli Schwartz
2021-06-14
dependencies: Use the SystemDependency
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-05
typing: Fully annotate dependencies.coarrays
Daniel Mensinger
2021-06-03
deps: Split dependencies.base
Daniel Mensinger
2020-01-29
dependencies: Use a factory for fortran coarrays
Dylan Baker
2020-01-29
dependencies: Make Dependency initializer signatures match
Dylan Baker
2019-12-19
dependencies: refactor to use methods properly
Michael Hirsch, Ph.D
2019-11-17
deps: add pkg-config to coarray with CMake fallback
Michael Hirsch, Ph.D