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
/
framework.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/framework: remove useless stringlistify call
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-11-19
compilers: Remove environment parameter from Compiler.find_framework_paths
Dylan Baker
2025-10-20
dependency: Use a TypedDict to describe the keyword arguments to Dependency
Dylan Baker
2024-07-10
dependencies: find extraframeworks on case-sensitive filesystems
Randy Eckenrode
2024-02-25
cmake: Allow recasting a CMake dependency into an Apple framework
L. E. Segovia
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-10-12
Use -idirafter when adding Apple framework include paths
Tristan Partin
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-09-12
dependencies: simplify log_tried into a staticmethod
Eli Schwartz
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-09
compilers: Fix missing functions in Compiler base class
Daniel Mensinger
2021-06-06
typing: Fully annotate dependencies.framework
Daniel Mensinger
2021-06-03
deps: Split dependencies.base
Daniel Mensinger