summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/ui.py
AgeCommit message (Expand)Author
2025-12-17Dependencies: Make use of the DependencyCandidate classDylan Baker
2025-12-17dependencies: stop passing "language" as a keyword argumentDylan Baker
2025-12-17dependencies: Pass the `name` to `ExternalDependency` constructorDylan Baker
2025-12-08dependencies/ui.py: Improve Vulkan detection on WindowsChun-wei Fan
2025-11-19compilers: Remove Environment parameter from Compiler.compute_intDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.has_headerDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.find_libraryDylan Baker
2025-10-29environment: move detection functions to envconfig.pyPaolo Bonzini
2025-10-20interpreter: port dependency modules to typed_kwargsDylan Baker
2025-10-20dependency: Use a TypedDict to describe the keyword arguments to DependencyDylan Baker
2025-10-20vulkan: Fix Vulkan detection when cross-compiling to WindowsGodvin Ouseph
2025-05-23vulkan: Extract Vulkan version in SDK pathArjan Molenaar
2025-05-23vulkan: Make VK_SDK_PATH optionalArjan Molenaar
2025-01-13vulkan system dep: determine version on cross buildsFlorian "sp1rit"​
2024-12-16dependencies: support old vulkan SDK versionVíctor Manuel Jáquez Leal
2024-10-04programs: Allow excluding certain paths when searching in PATHNirbheek Chauhan
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-08-08Detect version for Vulkan system dependencyLucas Alber
2023-06-26dependencies: switch the delayed-import mechanism for custom dependenciesEli Schwartz
2023-04-24dependencies: allow to fallback on CMake to find the SDL2 libraryMatthieu Bouron
2023-03-24Add a system method for obtaining GL dependency on Linux OSHelen Ginn
2023-02-01treewide: add future annotations importEli Schwartz
2022-09-12dependencies: simplify logging methodsEli Schwartz
2022-02-14Add wx-config-3.1 provided by mingw-w64-x86_64-wxmsw3.1apoorv569
2021-07-13dependencies: drop Dependency.methods and Dependency.get_methods()Dylan Baker
2021-06-17move base class for system dependencies into base.pyEli Schwartz
2021-06-14dependencies: Use a typing.NewType for Dependency.type_nameDylan Baker
2021-06-14dependencies: Use the SystemDependencyDylan Baker
2021-06-09typing: Fully annotate dependenciesDaniel Mensinger
2021-06-03deps: Split dependencies.baseDaniel Mensinger
2021-03-22dependencies: split qt out of the ui moduleDylan Baker
2021-03-19split program related classes and functions out of dependenciesDylan Baker
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-02-07Add Qt6 moduleLuca Weiss
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2020-10-30qt: dependency: Strip tool versions from newlinesLaurent Pinchart
2020-08-07qt dependency: do not require all the tools automaticallyEli Schwartz
2020-07-04qt: Fix has_tools() when required=FalseXavier Claessens
2020-06-12dependencies: Split search_tool out of ExternalDependencyDylan Baker
2020-06-10dependencies: Remove finish_init methodDylan Baker
2020-05-14ui/qt: Warn if Android cpu_family is unknownNirbheek Chauhan
2020-05-14ui/qt: use new directory layout for qt on androidMatthew Waters
2020-04-05qt dependency: Pick debug libraries based on b_vscrtCerbero
2020-03-19dependencies/base: Make the ConfigTool Dependency more flexibleDylan Baker
2020-02-05depdenencies/qt: Second attempt to allow qt --no-framework on MacOS.nikolayp
2020-02-05dependencies/ui: Honor static argument with wxwidgetsDylan Baker
2020-02-05dependencies/ui: Add type annotations to WxDependencyDylan Baker
2020-02-05dependencies/ui: wxwidgets requires C++Dylan Baker
2020-01-30Qt5: Do not use system qmake if not specified in cross fileXavier Claessens