summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGen.cxx
Commit message (Expand)AuthorAgeFilesLines
* AUTOMOC: Automatically use options file for moc compilerDaniel Gehriger2022-04-261-0/+7
* Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-4/+4
* AUTOUIC: Fix merging of --blah options not being detected for Qt6Craig Scott2021-10-051-6/+7
* AUTOUIC: Revert "Fix generating of dependency rules for UI header files"Brad King2021-08-191-36/+0
* AUTOUIC: Fix generating of dependency rules for UI header filesAlexey Edelev2021-07-231-0/+36
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-2/+1
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-8/+9
* Autogen: Use JSON instead of CMake script for info filesSebastian Holtermann2019-09-251-1/+10
* Autogen: Split JobProbeDepsT job into separate moc and uic jobsSebastian Holtermann2019-09-161-0/+9
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-6/+4
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-2/+2
* Autogen: Use cm::string_view for AUTO{MOC,UIC,RCC} generator namesSebastian Holtermann2019-08-271-22/+12
* Autogen: Modernize cmQtAutoGen methods using cm::string_viewSebastian Holtermann2019-08-271-65/+39
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-12/+8
* cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-3/+1
* Autogen: Modernize to use cmStrCat for string concatenationSebastian Holtermann2019-08-071-3/+2
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-3/+2
* Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data cachingSebastian Holtermann2019-05-071-4/+4
* AutoRcc: Make rcc parsing function privateSebastian Holtermann2019-04-061-15/+9
* AutoRcc: Add cmQtAutoGen::RccLister classSebastian Holtermann2019-04-061-3/+105
* Autogen: Remove static const generator name strings from cmQtAutoGenSebastian Holtermann2019-04-021-23/+23
* Replace use of CollapseCombinedPath with CollapseFullPathBrad King2019-03-191-1/+1
* Autogen: Use more readable variable names for static const AUTO* stringsSebastian Holtermann2019-02-261-21/+21
* Autogen: Rename cmQtAutoGen::GeneratorT enum to cmQtAutoGen::GenTSebastian Holtermann2019-02-211-10/+10
* Autogen: cmQtAutoGen: Store generator names in class static const stringsSebastian Holtermann2019-02-211-17/+30
* Modernize: C-arrays and loops over themArtur Ryt2019-02-151-6/+14
* Merge topic 'autogen_adaptive_warning'Brad King2019-01-161-0/+35
|\
| * Autogen: Add and use QtAutoGen::Tools methodSebastian Holtermann2019-01-151-0/+35
* | IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-0/+1
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+3
* Autogen: Improved multi-config include schemeSebastian Holtermann2018-02-021-28/+0
* Autogen: Process files concurrently in AUTOMOC and AUTOUICSebastian Holtermann2018-01-171-194/+120
* Autogen: Fix for problematic nested lists separatorSebastian Holtermann2017-12-181-1/+1
* Autogen: Detect rcc feature once during configurationSebastian Holtermann2017-11-191-53/+38
* Replace cmArray{Begin,End,Size} by their standard counterpartsMatthias Maennich2017-10-231-2/+2
* Autogen: Reintroduce per-config sources supportSebastian Holtermann2017-09-251-20/+65
* Autogen: Rename cmQtAutoGen::GeneratorType to cmQtAutogen::GeneratorSebastian Holtermann2017-09-251-6/+6
* Autogen: Read relative paths from rcc outputSebastian Holtermann2017-09-211-9/+18
* Autogen: Refactor loggingSebastian Holtermann2017-09-071-7/+7
* Autogen: Use the same algorithm for RCC and UIC option mergingSebastian Holtermann2017-09-071-0/+77
* Autogen: Replace cmsys::SystemTools:: with cmSystemTools::Sebastian Holtermann2017-09-071-2/+2
* Autogen: Iterate source files only onceSebastian Holtermann2017-09-071-0/+243