summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGen.h
Commit message (Expand)AuthorAgeFilesLines
* AUTOMOC: Automatically use options file for moc compilerDaniel Gehriger2022-04-261-0/+5
* AUTOUIC: Fix merging of --blah options not being detected for Qt6Craig Scott2021-10-051-2/+2
* AUTOUIC: Revert "Fix generating of dependency rules for UI header files"Brad King2021-08-191-3/+0
* AUTOUIC: Fix generating of dependency rules for UI header filesAlexey Edelev2021-07-231-0/+3
* clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-271-1/+0
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-4/+4
* Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-201-2/+2
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* Autogen: Use JSON instead of CMake script for info filesSebastian Holtermann2019-09-251-2/+3
* Autogen: Variable renames and cleanupsSebastian Holtermann2019-09-251-2/+3
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* Autogen: Split JobProbeDepsT job into separate moc and uic jobsSebastian Holtermann2019-09-161-0/+3
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* Autogen: Use cm::string_view for AUTO{MOC,UIC,RCC} generator namesSebastian Holtermann2019-08-271-2/+2
* Autogen: Modernize cmQtAutoGen methods using cm::string_viewSebastian Holtermann2019-08-271-4/+6
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* Autogen: Evaluate compiler features for the same exectuable only onceSebastian Holtermann2019-05-221-0/+10
* AutoRcc: Make rcc parsing function privateSebastian Holtermann2019-04-061-16/+0
* AutoRcc: Add cmQtAutoGen::RccLister classSebastian Holtermann2019-04-061-0/+39
* Autogen: Remove static const generator name strings from cmQtAutoGenSebastian Holtermann2019-04-021-9/+0
* Autogen: Use more readable variable names for static const AUTO* stringsSebastian Holtermann2019-02-261-8/+8
* Autogen: Rename cmQtAutoGen::GeneratorT enum to cmQtAutoGen::GenTSebastian Holtermann2019-02-211-14/+13
* Autogen: cmQtAutoGen: Store generator names in class static const stringsSebastian Holtermann2019-02-211-4/+14
* Autogen: Add and use QtAutoGen::Tools methodSebastian Holtermann2019-01-151-0/+3
* Autogen: Use integers to store the Qt versionSebastian Holtermann2018-08-131-0/+26
* Cleanup: Fix typos and grammar in docs and codeCraig Scott2018-04-231-1/+1
* Autogen: Improved multi-config include schemeSebastian Holtermann2018-02-021-13/+0
* Autogen: Process files concurrently in AUTOMOC and AUTOUICSebastian Holtermann2018-01-171-19/+36
* Autogen: Detect rcc feature once during configurationSebastian Holtermann2017-11-191-3/+3
* Autogen: Reintroduce per-config sources supportSebastian Holtermann2017-09-251-9/+24
* Autogen: Rename cmQtAutoGen::GeneratorType to cmQtAutogen::GeneratorSebastian Holtermann2017-09-251-3/+3
* Autogen: Use the same algorithm for RCC and UIC option mergingSebastian Holtermann2017-09-071-0/+10
* Autogen: Iterate source files only onceSebastian Holtermann2017-09-071-0/+47