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
/
dev.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-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.get_define
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.has_header
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.find_library
Dylan Baker
2025-10-29
environment: move tool detection functions to a new module
Paolo Bonzini
2025-10-20
interpreter: port dependency version to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency optional_modules to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency native to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency modules to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency main to typed_kwargs
Dylan Baker
2025-10-20
dependency: Use a TypedDict to describe the keyword arguments to Dependency
Dylan Baker
2025-04-02
compilers: introduce get_exe() and get_exe_args()
Paolo Bonzini
2025-03-24
dependencies/dev: prepend sysroot when searching for GTest sources
Ross Burton
2025-01-28
dependencies: version_compare -> version_compare_many
Dylan Baker
2024-09-21
add diasdk dependency
unknown
2024-04-11
dependencies/dev: make the warning about LLVM's CMake non-fatal
Dylan Baker
2024-04-11
dependencies/llvm: Try to make warning about CMake better
Dylan Baker
2024-02-12
cmake dependency: avoid setting property to None as a workaround
Eli Schwartz
2024-02-07
Fix comment typos
Sam James
2023-12-20
dependencies/llvm: strip default include dirs also for config-tool version
Karol Herbst
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-09-22
ZlibSystemDependency: pass libtype to clib_compiler.find_library
Alan Coopersmith
2023-06-26
dependencies: switch the delayed-import mechanism for custom dependencies
Eli Schwartz
2023-06-08
dependencies/llvm: strip default include dirs
Karol Herbst
2023-01-28
cmake: allow dynamic linking with LLVM
Konstantin
2023-01-03
Add fatal=False to many mlog.warnings()
Dylan Baker
2023-01-03
dependencies/dev: refactor some code to make mypy happy
Dylan Baker
2022-12-15
Change double quote doc comment to sinqle quote
Tristan Partin
2022-12-15
Try to find the jni dependency when javac is a Darwin stub
Tristan Partin
2022-12-14
Deduplicate code in JNISystemDependency conditional
Tristan Partin
2022-11-29
pylint: enable implicit-str-concat
Dylan Baker
2022-11-29
Fix crash when toolchain is missing
SmallWood-D
2022-10-24
Move JNISystemDependency to dependencies.base.detect_compiler
Tristan Partin
2022-10-09
Fix some wording in a JNISystemDependency comment
Tristan Partin
2022-10-09
Add BSD support to the JNISystemDependency
Tristan Partin
2022-09-19
compilers: perform targeted imports for detect
Eli Schwartz
2022-09-19
compilers: directly import from subpackages
Eli Schwartz
2022-09-12
dependencies: simplify logging methods
Eli Schwartz
2022-08-29
flake8: fix typing casts to not have actual objects
Eli Schwartz
2022-05-01
cmake: Fix CMake LLVM dependency error (fixes #10322)
Daniel Mensinger
2022-04-12
cmake: Always use all compilers for LLVM (fixes #10249)
Daniel Mensinger
2022-03-29
move a bunch of imports into TYPE_CHECKING blocks
Eli Schwartz
2022-03-04
Add modules kwarg to JNI system dep
Tristan Partin
2022-03-02
Rename JDK system dep to JNI
Tristan Partin
2022-03-01
mark a bunch of dependencies with the version they were introduced
Eli Schwartz
2021-11-20
dependencies/zlib: Allow for generic OS checks
Dudemanguy
[next]