summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenInitializer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Ninja: Add multi-config variantKyle Edwards2019-12-131-3/+10
* cmMakefile: Delay custom command creationDaniel Eiband2019-11-241-8/+7
* cmCustomCommand: Explicitly pass backtrace on constructionDaniel Eiband2019-11-241-2/+2
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-2/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-20/+21
* cmCustomCommand: Move custom commandsDaniel Eiband2019-09-261-1/+1
* cmMakefile: Move enumerations into new headerDaniel Eiband2019-09-261-4/+4
* Autogen: Use JSON instead of CMake script for info filesSebastian Holtermann2019-09-251-365/+427
* Autogen: Variable renames and cleanupsSebastian Holtermann2019-09-251-19/+22
* Autogen: Inline GetKnownQtVersions functionSebastian Holtermann2019-09-251-49/+45
* Autogen: Return unsigned int from GetParallelCPUCount()Sebastian Holtermann2019-09-251-6/+5
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* Merge topic 'autogen_path_prefix'Brad King2019-09-191-170/+196
|\
| * Autogen: Add moc path prefix generation (AUTOMOC_PATH_PREFIX)Sebastian Holtermann2019-09-161-0/+2
| * Autogen: Abbreviate file paths in messagesSebastian Holtermann2019-09-161-0/+7
| * Autogen: Remove CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE sort duplicationSebastian Holtermann2019-09-161-2/+0
| * Autogen: Use CollapseFullPath instead of RealPath to support symbolic linksSebastian Holtermann2019-09-161-31/+26
| * Autogen: Sanitize include and search directoriesSebastian Holtermann2019-09-161-9/+41
| * Autogen: Modernize by using an unnamed namespace instead of static functionsSebastian Holtermann2019-09-161-6/+9
| * Autogen: Compute and store generator pointers once in initializer constructorSebastian Holtermann2019-09-161-124/+113
* | cmCustomCommandLine: Provide command line make functionsDaniel Eiband2019-09-161-24/+9
|/
* add_custom_command: Refactor setting implicit dependsDaniel Eiband2019-09-121-4/+6
* IWYU: Add missing cstddef includes for size_t and nullptr_tBrad King2019-09-031-0/+1
* cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-3/+3
* Autogen: cmQtAutoGenInitializer string concatenation cleanupsSebastian Holtermann2019-08-271-52/+43
* Autogen: Use cm::string_view for AUTO{MOC,UIC,RCC} generator namesSebastian Holtermann2019-08-271-18/+25
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-7/+4
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-41/+26
* Merge topic 'string-literal-append'Brad King2019-08-191-4/+2
|\
| * avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-4/+2
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-3/+2
|/
* Merge topic 'cmExpandList'Kyle Edwards2019-08-161-6/+6
|\
| * Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-6/+6
* | cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-101-2/+2
|/
* Autogen: Modernize to use cmStrCat for string concatenationSebastian Holtermann2019-08-071-64/+35
* Autogen: Modernize code to use cm::string_view for the info writerSebastian Holtermann2019-08-071-19/+14
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-0/+2
* Autogen: Use cmake::IsHeader/SourceExtension for file type detectionSebastian Holtermann2019-07-041-17/+14
* Autogen: Fix header detection for paths with symbolic linksSebastian Holtermann2019-06-061-3/+3
* Autogen: Deprecation message for CMAKE_AUTOMOC_RELAXED_MODESebastian Holtermann2019-05-271-0/+13
* Autogen: Evaluate compiler features for the same exectuable only onceSebastian Holtermann2019-05-221-21/+30
* Autogen: Use ADDITIONAL_CLEAN_FILES target property for file cleaningSebastian Holtermann2019-05-151-10/+10
* Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data cachingSebastian Holtermann2019-05-071-43/+104
* AutoRcc: Use cmQtAutoGen::RccLister in initializer and generatorSebastian Holtermann2019-04-061-88/+2
* Autogen: Add more frequently used keywords to Keywords classSebastian Holtermann2019-04-021-26/+17
* Autogen: Fallback on internal qrc parser when RCC isn't built yetAlexandru Croitor2019-03-041-2/+7
* Autogen: Move additional source header search to configuration stageSebastian Holtermann2019-02-251-0/+61
* Autogen: Refactor file lists computationSebastian Holtermann2019-02-251-162/+208
* Autogen: Refactor cmQtAutoGenInitializer::AddGeneratedSource methodSebastian Holtermann2019-02-211-65/+59