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-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
2021-11-15
dependencies/zlib: Add system zlib method for android
Dudemanguy
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-09-25
dependencies: Add JDK system dependency for Solaris
Alan Coopersmith
2021-07-13
dependencies: drop Dependency.methods and Dependency.get_methods()
Dylan Baker
2021-07-04
dependencies: Deterministic LLVM compile and link arg ordering (#8959)
kira78
2021-06-25
Split compiler detection from Environment
Daniel Mensinger
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
compilers: Fix missing functions in Compiler base class
Daniel Mensinger
2021-06-09
typing: Fully annotate dependencies
Daniel Mensinger
2021-06-03
deps: Split dependencies.base
Daniel Mensinger
[next]