summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoMocUic.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-2/+2
* Refactor: Avoid `std::endl` where it's not necessary (part 2)Alex Turbov2020-03-241-12/+11
* AutoGen: Use depfiles for the XXX_autogen ninja targetsJoerg Bornemann2020-01-281-0/+116
* AutoGen: Use moc's feature to output dependenciesJoerg Bornemann2020-01-281-14/+78
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-7/+7
* Autogen: Fix ambiguity in header file detection on WindowsSebastian Holtermann2019-10-301-5/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-16/+18
* Autogen: Make cmQtAutoMocUic a free functionSebastian Holtermann2019-09-291-101/+629
* Autogen: Refactor json info file reading interfaceSebastian Holtermann2019-09-291-65/+63
* Autogen: Use JSON instead of CMake script for info filesSebastian Holtermann2019-09-251-269/+244
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-4/+6
* Autogen: Add moc path prefix generation (AUTOMOC_PATH_PREFIX)Sebastian Holtermann2019-09-161-34/+76
* Autogen: Add IsHeader flag to SourceFileT classSebastian Holtermann2019-09-161-72/+81
* Autogen: Abbreviate file paths in messagesSebastian Holtermann2019-09-161-132/+148
* Autogen: Split JobEvalCacheT job into separate moc and uic jobsSebastian Holtermann2019-09-161-234/+274
* Autogen: Split JobProbeDepsT job into separate moc and uic jobsSebastian Holtermann2019-09-161-57/+83
* Autogen: Rename job classesSebastian Holtermann2019-09-161-27/+27
* Autogen: Remove CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE sort duplicationSebastian Holtermann2019-09-161-40/+4
* Autogen: Use CollapseFullPath instead of RealPath to support symbolic linksSebastian Holtermann2019-09-161-4/+6
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* Merge topic 'autogen_strcat'Brad King2019-08-291-273/+226
|\
| * Autogen: cmQtAutoMocUic settings hash computation optimizationsSebastian Holtermann2019-08-271-15/+9
| * Autogen: cmQtAutoMocUic string concatenation cleanupsSebastian Holtermann2019-08-271-258/+217
* | Merge topic 'autogen_fix_use_after_move'Brad King2019-08-281-2/+2
|\ \ | |/ |/|
| * Autogen: Fix AUTOUIC segfault, when file includes colliding ui_*.h fileSebastian Holtermann2019-08-271-2/+2
* | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-4/+3
* | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-72/+53
* | clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-211-2/+4
* | Merge topic 'cmExpandList'Kyle Edwards2019-08-161-4/+3
|\ \
| * | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-4/+3
* | | cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-101-3/+2
|/ /
* | Autogen: Modernize to use cmStrCat for string concatenationSebastian Holtermann2019-08-071-114/+72
* | Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-011-1/+1
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* | Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
|/
* Autogen: Deprecation message for CMAKE_AUTOMOC_RELAXED_MODESebastian Holtermann2019-05-271-4/+4
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-9/+6
* Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data cachingSebastian Holtermann2019-05-071-1137/+1588
* cmWorkerPool: Set worker thread count separately to Process()Sebastian Holtermann2019-04-241-4/+2
* Autogen: Rename `cmQtAutoGeneratorMocUic` class to `cmQtAutoMocUic`Sebastian Holtermann2019-04-151-0/+1747