summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGenInitializer.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-5/+12
* cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-8/+10
* Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-7/+8
* Fix AUTOMOC deps file to contain correct rule nameAlexandru Croitor2020-02-011-1/+8
* Merge topic 'automoc-using-depfiles'Brad King2020-01-301-6/+49
|\
| * AutoGen: Use depfiles for the XXX_autogen ninja targetsJoerg Bornemann2020-01-281-6/+48
| * AutoGen: Use moc's feature to output dependenciesJoerg Bornemann2020-01-281-0/+1
* | cm::String: enhance compatibility with STLMarc Chevrier2020-01-251-1/+0
|/
* Merge topic 'autogen_rcc_skip_unity'Brad King2020-01-201-10/+14
|\
| * Autogen: Enable SKIP_UNITY_BUILD_INCLUSION on AUTORCC generated filesSebastian Holtermann2020-01-171-10/+14
* | cmMakefile: modernize memory managementMarc Chevrier2020-01-141-5/+5
* | Autogen: Process .hh headers based on new policy CMP0100 settingsSebastian Holtermann2020-01-041-40/+87
* | Autogen: Try adding header suffix to moc output file name on name conflictsSebastian Holtermann2020-01-041-13/+31
* | Merge topic 'autogen-no-hh'Brad King2019-12-191-2/+4
|\ \ | |/
| * Autogen: Revert processing of .hh files for compatibilityBrad King2019-12-181-2/+4
* | Merge topic 'stdstring-target'Brad King2019-12-171-4/+4
|\ \
| * | cmTarget: add std::string overloadsVitaly Stakhovsky2019-12-141-4/+4
* | | 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