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
/
platform.py
Age
Commit message (
Expand
)
Author
2025-12-17
dependencies: Remove `log_tried` method
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-11-19
compilers: Remove Environment parameter from Compiler.find_framework
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-06-26
dependencies: switch the delayed-import mechanism for custom dependencies
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-09-12
dependencies: simplify log_tried into a staticmethod
Eli Schwartz
2021-06-14
dependencies: Use a typing.NewType for Dependency.type_name
Dylan Baker
2021-06-09
compilers: Fix missing functions in Compiler base class
Daniel Mensinger
2021-06-06
typing: Fully annotate dependencies.platform
Daniel Mensinger
2020-01-29
dependencies: Make Dependency initializer signatures match
Dylan Baker
2019-05-02
Non-required appleframework deps should not be an error. Closes #5295.
Jussi Pakkanen
2019-03-10
Fix appleframeworks with multiple modules.
Jussi Pakkanen
2019-02-01
better handle variable HDF5 setups, update Fortran compiler def
Michael Hirsch, Ph.D
2019-02-01
Rewrite appleframework and extraframework dependency classes
Nirbheek Chauhan
2018-11-02
Fix incorrect checking of build machine for dependency availability
Jon Turney
2018-09-10
Add missing reporting of some methods tried to find the dependency
Jon Turney
2018-08-26
Comparison with an unknown dependency version should always fail
Jon Turney
2018-08-26
Set is_found in AppleFrameworks constructor
Jon Turney
2018-06-20
dependencies: Don't assume self.compiler is a C compiler
Nirbheek Chauhan
2017-06-09
dependencies: Add a new class ExternalDependency
Nirbheek Chauhan
2017-05-09
Split apart platform-specific dependencies
Elliott Sales de Andrade