summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Autogen: Add hint to SKIP_AUTOMOC in error messageSebastian Holtermann2017-02-231-1/+3
| | | | Closes #15751
* Autogen: Add Quote function and use it for loggingSebastian Holtermann2017-02-231-51/+73
|
* Autogen: Add AUTOMOC_DEPEND_FILTERS supportSebastian Holtermann2017-02-221-10/+50
|
* Autogen: Single point of return in Run() methodSebastian Holtermann2017-02-221-15/+19
|
* Autogen: Log simplificationsSebastian Holtermann2017-02-221-24/+15
|
* Merge topic 'autogen_json'Brad King2017-02-221-715/+861
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 29d96633 Autogen: Don't use .moc include in Q_PLUGIN_METADATA test d60f1ddc Autogen: Documentation update cdb72127 Autogen: Add release notes for Q_PLUGIN_METADATA support 8b13a52c Autogen: Tests: Set different compression levels in rcc test 9d1db7d7 Autogen: Overhaul and simplify AutogenInfo.cmake file generation 0ab817fa Autogen: Optimize GetCompileDefinitionsAndDirectories function 754d4318 Autogen: Sort AutogenInfo.cmake.in cd74daf0 Autogen: Tests: Add Q_PLUGIN_METADATA test 39c4819e Autogen: Tests: Add moc include tests 50805693 Autogen: Tests: Clean comments c23206b6 Autogen: Log simplifications 347572cf Autogen: Only touch an unchanged moc_compilation.cpp 03df033b Autogen: Rebuild moc when Q_PLUGIN_METADATA json file changes 3ec230de Autogen: Use GetRealPath in central places only 41fb64e7 Autogen: Search moc includes in include directories 175c8900 Autogen: Sort includes before composing include options ...
| * Autogen: Sort AutogenInfo.cmake.inSebastian Holtermann2017-02-211-2/+2
| | | | | | | | | | Also rename AM_SKIP_MOC to AM_MOC_SKIP and AM_SKIP_UIC to AM_UIC_SKIP
| * Autogen: Log simplificationsSebastian Holtermann2017-02-211-123/+116
| | | | | | | | | | The logging methods now automatically add an end-of-line to the message if it is missing.
| * Autogen: Only touch an unchanged moc_compilation.cppSebastian Holtermann2017-02-211-36/+37
| |
| * Autogen: Rebuild moc when Q_PLUGIN_METADATA json file changesSebastian Holtermann2017-02-211-64/+166
| | | | | | | | Closes #15419
| * Autogen: Use GetRealPath in central places onlySebastian Holtermann2017-02-211-27/+18
| |
| * Autogen: Search moc includes in include directoriesSebastian Holtermann2017-02-211-8/+31
| |
| * Autogen: Sort includes before composing include optionsSebastian Holtermann2017-02-211-34/+33
| |
| * Autogen: Add FindInIncludeDirectories methodSebastian Holtermann2017-02-211-0/+19
| |
| * Autogen: Split moc include paths on info readingSebastian Holtermann2017-02-211-19/+17
| |
| * Autogen: Loop based macro detection instead of code duplicationSebastian Holtermann2017-02-211-17/+19
| |
| * Autogen: Issue a warning if moc isn't required in strict modeSebastian Holtermann2017-02-211-0/+9
| |
| * Autogen: Error message tweaksSebastian Holtermann2017-02-211-18/+17
| |
| * Autogen: Acquire and store header extensions in Init()Sebastian Holtermann2017-02-211-44/+38
| |
| * Autogen: Overhaul FindMatchingHeader functionSebastian Holtermann2017-02-211-71/+76
| |
| * Autogen: Don't list all search paths in error messageSebastian Holtermann2017-02-211-7/+1
| |
| * Autogen: Indentation fixSebastian Holtermann2017-02-211-2/+1
| |
| * Autogen: Rename moc related variablesSebastian Holtermann2017-02-211-11/+10
| |
| * Autogen: Overhaul moc include list generationSebastian Holtermann2017-02-211-47/+55
| |
| * Autogen: Inline string generationSebastian Holtermann2017-02-191-5/+2
| |
| * Autogen: Synchronize variable namesSebastian Holtermann2017-02-191-54/+54
| |
| * Autogen: Move method declarations; Remove commentsSebastian Holtermann2017-02-191-5/+1
| |
| * Autogen: Rename SkipFoo variables/methods to FooSkipSebastian Holtermann2017-02-191-12/+12
| |
| * Autogen: Split moc options info string immediatelySebastian Holtermann2017-02-191-11/+15
| |
| * Autogen: Split moc compile options info string immediatelySebastian Holtermann2017-02-191-12/+11
| |
| * Autogen: Rename variables read from info fileSebastian Holtermann2017-02-191-9/+9
| |
| * Autogen: Inline settings string generation methodsSebastian Holtermann2017-02-191-38/+20
| |
| * Autogen: Rename settings string variablesSebastian Holtermann2017-02-191-9/+9
| |
| * Autogen: Make methods constSebastian Holtermann2017-02-191-5/+5
| |
| * Autogen: Add method for checksum based path generationSebastian Holtermann2017-02-191-7/+20
| |
| * Autogen: Use nested loops instead of code duplicationSebastian Holtermann2017-02-191-35/+28
| |
| * Autogen: Use cmSystemTools::Stdout/err instead of std::cout/errSebastian Holtermann2017-02-191-8/+7
| |
| * Autogen: LogWarning method fixSebastian Holtermann2017-02-191-2/+2
| |
| * Autogen: Single point of return in RccGenerateFileSebastian Holtermann2017-02-191-71/+78
| |
| * Autogen: Single point of return in UicGenerateFileSebastian Holtermann2017-02-191-39/+50
| |
| * Autogen: Single point of return in MocGenerateFileSebastian Holtermann2017-02-191-36/+45
| |
| * Autogen: Use FooEnabled() utility methodsSebastian Holtermann2017-02-191-8/+8
| |
| * Autogen: Generate empty settings string for disabled featureSebastian Holtermann2017-02-191-25/+32
| |
| * Autogen: Simplify settings write methodSebastian Holtermann2017-02-191-9/+10
| |
| * Autogen: Simplify settings read methodSebastian Holtermann2017-02-191-19/+17
| |
| * Autogen: Rename settings key variablesSebastian Holtermann2017-02-191-9/+9
| |
| * Autogen: Rename settings string generation methodsSebastian Holtermann2017-02-191-6/+6
| |
| * Autogen: Rename settings file read/write methodsSebastian Holtermann2017-02-191-6/+5
| |
| * Autogen: Remove unnecessary testSebastian Holtermann2017-02-191-36/+33
| |
| * Autogen: Add GenerateAllAny flag test methodSebastian Holtermann2017-02-191-3/+2
| |