summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/qt.py
Commit message (Expand)AuthorAgeFilesLines
* modules/qt: compeil_resources allow name to be unsetDylan Baker2021-12-051-1/+1
* qt module: fix stupid copy-paste errorEli Schwartz2021-11-221-1/+1
* add location nodes to some Feature callsEli Schwartz2021-11-201-6/+11
* qt module: add depfile support to moc as wellEli Schwartz2021-11-131-1/+11
* fix various flake8 whitespace errorsEli Schwartz2021-10-271-1/+1
* Fix typos discovered by codespellChristian Clauss2021-10-101-3/+3
* interpreter: Use typed_kwargs for func_custom_targetDylan Baker2021-09-301-8/+8
* pylint: check for duplicate importsDylan Baker2021-09-241-2/+1
* qt module: consolidate on one list of binsEli Schwartz2021-09-101-25/+25
* qt module: fix regression in building translations via qresourceEli Schwartz2021-09-101-1/+1
* qt module: correctly register a found tool and stop looking for itEli Schwartz2021-09-101-3/+1
* interpreter: fix cases of `KwargInfo(..., T, default=None)`Dylan Baker2021-08-271-2/+3
* modules/qt: Allow using generated sources for compile_translations ts_filesDylan Baker2021-08-181-4/+11
* modules/qt: Allow Generated sources in compile_resourcesDylan Baker2021-08-181-28/+48
* modules/qt: allow passing generated targets to compile_uiDylan Baker2021-08-181-2/+9
* modules/qt: Allow generated sources for arguemnts to compile_mocDylan Baker2021-08-181-4/+18
* Add install tagsXavier Claessens2021-08-171-0/+1
* qt: Allow CustomTargets for qt.preprocess source argumentsDylan Baker2021-07-231-11/+11
* modules/qt: use _impl private methods to avoid incorrect FeatureNewDylan Baker2021-06-271-11/+28
* holders: Fix the remaining code to respect the holder changesDaniel Mensinger2021-06-181-37/+36
* modules/qt: use append rather than extend in preprocessDylan Baker2021-06-181-3/+3
* modules/qt: allow string values for include_directoriesDylan Baker2021-06-181-4/+4
* modules/qt: sort and clean up dependenciesDylan Baker2021-06-151-8/+9
* modules/qt: Return GeneratedListHolder instead of GeneratedListDylan Baker2021-06-151-2/+2
* interpreterobjects|build: use typed_kwargs for generator.processDylan Baker2021-06-151-3/+3
* build: Pass name of generator to initializerDylan Baker2021-06-151-6/+11
* interpreter|build: Do Generator keyword argument checking in the interpreterDylan Baker2021-06-151-13/+9
* interpreter|build: Pass just the executable down to GeneratorDylan Baker2021-06-151-3/+3
* modues/qt: Make use of typed_kwargs since/deprecation abiltiyDylan Baker2021-06-151-15/+7
* modules/qt: fix remaining typing issues and add to run_mypyDylan Baker2021-06-151-13/+15
* modules/qt: use type checking and annotations for compile_translationsDylan Baker2021-06-151-13/+34
* modules/qt: fully annotate and check qt.has_toolsDylan Baker2021-06-151-4/+18
* modules/qt: Make use of the default=[] availabilityDylan Baker2021-06-151-29/+44
* modules/qt: Type anotations and cleanupsDylan Baker2021-06-151-17/+30
* modules/qt: have pre-process dispatch to moc_compileDylan Baker2021-06-151-31/+10
* modules/qt: Add a compile_moc methodDylan Baker2021-06-151-1/+59
* modules/qt: use the compile_ui method inside the preprocess methodDylan Baker2021-06-151-8/+2
* modules/qt: Add a compile_ui methodDylan Baker2021-06-151-0/+33
* modules/qt: Dispatch the preprocess method to the compile_resources methodDylan Baker2021-06-151-30/+5
* modules/qt: Add a `compile_resources` methodDylan Baker2021-06-151-14/+98
* modules/qt: Deprecated the preprocess sources keyword argumentDylan Baker2021-06-151-2/+3
* modules/qt: Deprecated the *sources variadic argument to preproccessDylan Baker2021-06-151-2/+5
* deps: Split dependencies.baseDaniel Mensinger2021-06-031-1/+1
* modules: Replace find_program_impl() by state.find_program()Xavier Claessens2021-05-281-11/+10
* modules: Add methods dict everywhereXavier Claessens2021-05-281-0/+5
* modules: Remove snippet methodsXavier Claessens2021-05-281-2/+1
* gnome: Fix gtkdoc generationXavier Claessens2021-05-121-2/+2
* Fix python exception thrown for invalid resource pathNellie Zhang2021-05-081-1/+1
* Refactor Qt Dependency into proper split classes with factoriesDylan Baker2021-03-231-13/+9
* qt: move compilers_detect to the qt moduleDylan Baker2021-03-221-2/+59