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
/
modules
/
qt.py
Age
Commit message (
Expand
)
Author
2024-04-09
modules: rename qt.py -> _qt.py
Dylan Baker
2024-02-12
qt: add preserve_paths keyword to functions
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-09-06
qt module: add include_directories to moc compile
Charles Brunet
2023-09-06
qt module: fix substitution for depfile in moc
Charles Brunet
2023-08-18
Add more descriptive description to CustomTarget
Charles Brunet
2023-01-10
modules/qt: Fix annotations for state.find_program
Dylan Baker
2022-11-14
Raise an error, if the file element in a resource file has no text.
Hagen Möbius
2022-09-19
pylint: enable use-maxsplit-arg
Dylan Baker
2022-07-25
qt module: correctly compare program name for lrelease version
Eli Schwartz
2022-06-01
interpreter: use a shared KwargInfo for install_dir
Dylan Baker
2022-04-30
qt module: fix missing sanity check for install_dir + install
Eli Schwartz
2022-04-30
qt module: fix broken install_dir kwarg
Eli Schwartz
2022-04-14
qt module: move comment to the correct location after refactoring
Eli Schwartz
2022-04-12
qt module: also prefer the changed name scheme for the tools
Eli Schwartz
2022-04-12
Add support for Qt 6.1+
John Lindgren
2022-03-29
move a bunch of imports into TYPE_CHECKING blocks
Eli Schwartz
2022-03-29
Pass environment down to base Target class
Xavier Claessens
2022-03-07
treewide: string-quote the first argument to T.cast
Eli Schwartz
2022-01-28
build: replace kwargs in CustomTarget initializer
Dylan Baker
2021-12-05
modules/qt: compeil_resources allow name to be unset
Dylan Baker
2021-11-22
qt module: fix stupid copy-paste error
Eli Schwartz
2021-11-20
add location nodes to some Feature calls
Eli Schwartz
2021-11-13
qt module: add depfile support to moc as well
Eli Schwartz
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-09-30
interpreter: Use typed_kwargs for func_custom_target
Dylan Baker
2021-09-24
pylint: check for duplicate imports
Dylan Baker
2021-09-10
qt module: consolidate on one list of bins
Eli Schwartz
2021-09-10
qt module: fix regression in building translations via qresource
Eli Schwartz
2021-09-10
qt module: correctly register a found tool and stop looking for it
Eli Schwartz
2021-08-27
interpreter: fix cases of `KwargInfo(..., T, default=None)`
Dylan Baker
2021-08-18
modules/qt: Allow using generated sources for compile_translations ts_files
Dylan Baker
2021-08-18
modules/qt: Allow Generated sources in compile_resources
Dylan Baker
2021-08-18
modules/qt: allow passing generated targets to compile_ui
Dylan Baker
2021-08-18
modules/qt: Allow generated sources for arguemnts to compile_moc
Dylan Baker
2021-08-17
Add install tags
Xavier Claessens
2021-07-23
qt: Allow CustomTargets for qt.preprocess source arguments
Dylan Baker
2021-06-27
modules/qt: use _impl private methods to avoid incorrect FeatureNew
Dylan Baker
2021-06-18
holders: Fix the remaining code to respect the holder changes
Daniel Mensinger
2021-06-18
modules/qt: use append rather than extend in preprocess
Dylan Baker
2021-06-18
modules/qt: allow string values for include_directories
Dylan Baker
2021-06-15
modules/qt: sort and clean up dependencies
Dylan Baker
2021-06-15
modules/qt: Return GeneratedListHolder instead of GeneratedList
Dylan Baker
2021-06-15
interpreterobjects|build: use typed_kwargs for generator.process
Dylan Baker
2021-06-15
build: Pass name of generator to initializer
Dylan Baker
2021-06-15
interpreter|build: Do Generator keyword argument checking in the interpreter
Dylan Baker
2021-06-15
interpreter|build: Pass just the executable down to Generator
Dylan Baker
2021-06-15
modues/qt: Make use of typed_kwargs since/deprecation abiltiy
Dylan Baker
2021-06-15
modules/qt: fix remaining typing issues and add to run_mypy
Dylan Baker
[next]