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
/
ui.py
Age
Commit message (
Expand
)
Author
2025-12-17
Dependencies: Make use of the DependencyCandidate class
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-08
dependencies/ui.py: Improve Vulkan detection on Windows
Chun-wei Fan
2025-11-19
compilers: Remove Environment parameter from Compiler.compute_int
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 detection functions to envconfig.py
Paolo Bonzini
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
2025-10-20
vulkan: Fix Vulkan detection when cross-compiling to Windows
Godvin Ouseph
2025-05-23
vulkan: Extract Vulkan version in SDK path
Arjan Molenaar
2025-05-23
vulkan: Make VK_SDK_PATH optional
Arjan Molenaar
2025-01-13
vulkan system dep: determine version on cross builds
Florian "sp1rit"
2024-12-16
dependencies: support old vulkan SDK version
Víctor Manuel Jáquez Leal
2024-10-04
programs: Allow excluding certain paths when searching in PATH
Nirbheek Chauhan
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-08
Detect version for Vulkan system dependency
Lucas Alber
2023-06-26
dependencies: switch the delayed-import mechanism for custom dependencies
Eli Schwartz
2023-04-24
dependencies: allow to fallback on CMake to find the SDL2 library
Matthieu Bouron
2023-03-24
Add a system method for obtaining GL dependency on Linux OS
Helen Ginn
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-09-12
dependencies: simplify logging methods
Eli Schwartz
2022-02-14
Add wx-config-3.1 provided by mingw-w64-x86_64-wxmsw3.1
apoorv569
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 a typing.NewType for Dependency.type_name
Dylan Baker
2021-06-14
dependencies: Use the SystemDependency
Dylan Baker
2021-06-09
typing: Fully annotate dependencies
Daniel Mensinger
2021-06-03
deps: Split dependencies.base
Daniel Mensinger
2021-03-22
dependencies: split qt out of the ui module
Dylan Baker
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-02-07
Add Qt6 module
Luca Weiss
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2020-10-30
qt: dependency: Strip tool versions from newlines
Laurent Pinchart
2020-08-07
qt dependency: do not require all the tools automatically
Eli Schwartz
2020-07-04
qt: Fix has_tools() when required=False
Xavier Claessens
2020-06-12
dependencies: Split search_tool out of ExternalDependency
Dylan Baker
2020-06-10
dependencies: Remove finish_init method
Dylan Baker
2020-05-14
ui/qt: Warn if Android cpu_family is unknown
Nirbheek Chauhan
2020-05-14
ui/qt: use new directory layout for qt on android
Matthew Waters
2020-04-05
qt dependency: Pick debug libraries based on b_vscrt
Cerbero
2020-03-19
dependencies/base: Make the ConfigTool Dependency more flexible
Dylan Baker
2020-02-05
depdenencies/qt: Second attempt to allow qt --no-framework on MacOS.
nikolayp
2020-02-05
dependencies/ui: Honor static argument with wxwidgets
Dylan Baker
2020-02-05
dependencies/ui: Add type annotations to WxDependency
Dylan Baker
2020-02-05
dependencies/ui: wxwidgets requires C++
Dylan Baker
2020-01-30
Qt5: Do not use system qmake if not specified in cross file
Xavier Claessens
[next]