summaryrefslogtreecommitdiff
path: root/Source/cmQtAutoGenGlobalInitializer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Autogen: Split creation and setup of custom targets into separate stepsOrkun Tokdemir2023-03-241-5/+0
* cmCustomCommand: Refactor custom command-specific policy valuesKyle Edwards2023-02-061-2/+0
* cmLocalGenerator: Simplify Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-8/+7
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* Refactor: Use new SetProperty signaturesMarc Chevrier2021-08-251-1/+1
* Source: Remove unnecessary comparisons to nullptrVitaly Stakhovsky2021-05-101-1/+1
* Merge topic 'autogen-moc-version'Brad King2021-04-261-1/+2
|\
| * AutoGen: Retrieve Qt version from moc as fallbackJoerg Bornemann2021-04-231-1/+2
* | Autogen: Restore mocs_compilation in OBJECT librariesBrad King2021-04-201-0/+5
|/
* cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-1/+3
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-22/+25
* Autogen: Avoid processing CSharp targetsAlessandro Ambrosano2020-12-111-0/+7
* cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-2/+2
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* GetSafeProperty: return std::string const&Vitaly Stakhovsky2020-04-301-3/+3
* cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-2/+2
* Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-2/+2
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-4/+4
* cmMakefile: Delay custom command creationDaniel Eiband2019-11-241-7/+6
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-5/+6
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+4
* cmMakefile: Move enumerations into new headerDaniel Eiband2019-09-261-1/+2
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-14/+6
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-4/+2
* Autogen: Modernize to use cmStrCat for string concatenationSebastian Holtermann2019-08-071-21/+16
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-2/+2
* Autogen: Evaluate compiler features for the same exectuable only onceSebastian Holtermann2019-05-221-20/+17
* Autogen: Add more frequently used keywords to Keywords classSebastian Holtermann2019-04-021-0/+8
* Autogen: Add `AUTO*_EXECUTABLE` strings to Keywords classSebastian Holtermann2019-04-021-3/+6
* Autogen: Remove static const generator name strings from cmQtAutoGenSebastian Holtermann2019-04-021-3/+3
* Autogen: Add cmQtAutogenGlobalInitializer::Keywords classSebastian Holtermann2019-04-021-0/+7
* Autogen: Use more readable variable names for static const AUTO* stringsSebastian Holtermann2019-02-261-3/+3
* Autogen: Add output caching GetExecutableTestOutputSebastian Holtermann2019-02-191-0/+64
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* Merge topic 'autogen_adaptive_warning'Brad King2019-01-161-21/+15
|\
| * Autogen: Adaptive missing Qt warningSebastian Holtermann2019-01-151-7/+13
| * Autogen: Add and use QtAutoGen::Tools methodSebastian Holtermann2019-01-151-13/+1
| * Autogen: Fix rcc validity checkSebastian Holtermann2019-01-141-1/+1
* | Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
|/
* Autogen: Issue a warning when AUTOMOC/UIC/RCC gets disabled.Sebastian Holtermann2019-01-101-3/+37
* Autogen: Add AUTO(MOC|RCC|UIC)_EXECUTABLE target propertiesTobias Hunger2019-01-101-5/+17
* Autogen: Prepare for Qt 6Tobias Hunger2019-01-071-1/+2
* Autogen: Add support for global ``autogen`` and ``autorcc`` targetsSebastian Holtermann2018-11-111-6/+115
* Autogen: Add cmQtAutoGenGlobalInitializer classSebastian Holtermann2018-11-111-0/+76