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
/
qt.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-11-19
compilers: Remove Environment parameter from Compiler.find_library
Dylan Baker
2025-10-20
dependencies: Add remaining internal arguments to Dependency classes
Dylan Baker
2025-10-20
interpreter: port dependency version to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency private_headers to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency modules to typed_kwargs
Dylan Baker
2025-10-20
interpreter: port dependency method 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-07-13
qt dependency: Don't insert backslashes into cflags on windows
Nirbheek Chauhan
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-02-12
override subclass attribute type when we know it is not None
Eli Schwartz
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-09-18
Remove get_pkgconfig_variable()
Xavier Claessens
2023-09-08
dependencies: fix crash in Qt if private_headers dir not found
Eli Schwartz
2023-09-08
Override config-tool get_variable args for qmake
Nirbheek Chauhan
2023-06-26
dependencies: switch the delayed-import mechanism for custom dependencies
Eli Schwartz
2023-06-08
dependencies/qt: add support for Qt frameworks referencing includes in includ...
Matthew Waters
2023-05-23
qt: Allow specifying separate tools for qt4/5/6
Nirbheek Chauhan
2023-04-11
fix various spelling issues
Josh Soref
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-11-29
Fix crash when toolchain is missing
SmallWood-D
2022-10-06
Add handling Qt6's EntryPoint library.
Hagen Möbius
2022-08-09
dependencies: reject Qt6 pkg-config dependency if libexecdir is not known
Eli Schwartz
2022-08-09
qt: fix qt 6 tools detection for pkg-config
Konstantin
2022-04-12
qt dependency: adapt to the qmake command changed name
Eli Schwartz
2022-04-12
qt dependency: find the correct -qtX configtool name
Eli Schwartz
2022-04-12
Add support for Qt 6.1+
John Lindgren
2022-03-07
treewide: string-quote the first argument to T.cast
Eli Schwartz
2022-01-18
dependencies: don't pass kwargs from get_pkgconfig_variable
Dylan Baker
2021-11-01
various manual conversion of percent-formatted strings to f-strings
Eli Schwartz
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-06-03
deps: Split dependencies.base
Daniel Mensinger
2021-03-23
Refactor Qt Dependency into proper split classes with factories
Dylan Baker
2021-03-22
qt: move compilers_detect to the qt module
Dylan Baker
2021-03-22
dependencies/qt: Split _get_modules_lib_suffix out of the class
Dylan Baker
2021-03-22
dependencies/qt: split get_qmake_host_bins into a free function
Dylan Baker
2021-03-22
dependencies/qt: Add type annotations
Dylan Baker
2021-03-22
dependencies: split qt out of the ui module
Dylan Baker