summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Autogen: Rename GenerateFooAll variables to GenerateAllFooSebastian Holtermann2017-02-191-15/+15
|
* Autogen: Fix headers not skippedSebastian Holtermann2017-02-151-2/+2
|
* Autogen: Generators: Remove spaceSebastian Holtermann2017-01-121-1/+0
|
* Autogen: Generators: Rename requiresMocing methodSebastian Holtermann2017-01-121-4/+4
|
* Autogen: Generators: Fix clang-tidy readability-else-after-returnSebastian Holtermann2017-01-121-5/+5
|
* Autogen: Generators: Save the UIC/RCC settings that were actually usedSebastian Holtermann2017-01-121-27/+110
|
* Autogen: Generators: Dedicated generateAll variables for MOC/UIC/RCCSebastian Holtermann2017-01-121-6/+8
|
* Autogen: Generators: Save the MOC settings that were actually usedSebastian Holtermann2017-01-121-45/+54
|
* Autogen: Generators: Add function to read makefile definitions config awareSebastian Holtermann2017-01-121-57/+47
|
* Autogen: Generators: Move moc/uic/rcc executable test to generate methodSebastian Holtermann2017-01-121-12/+18
|
* Autogen: Generators: Rename GenerateFoo methods to FooGenerateSebastian Holtermann2017-01-121-19/+19
|
* Autogen: Generators: Use FileAbsentOrOlder for UIC testsSebastian Holtermann2017-01-121-4/+6
|
* Autogen: Generators: Use FileAbsentOrOlder for MOC testsSebastian Holtermann2017-01-121-4/+7
|
* Autogen: Generators: Introduce FileAbsentOrOlder functionSebastian Holtermann2017-01-121-24/+30
|
* Autogen: Generators: Simplify (and fix) JoinExts functionSebastian Holtermann2017-01-121-11/+9
|
* Autogen: Generators: Make class static method a source static functionSebastian Holtermann2017-01-121-20/+20
|
* Autogen: Generators: Make class static method a source static functionSebastian Holtermann2017-01-121-36/+35
|
* Autogen: Generators: Static function upper case renameSebastian Holtermann2017-01-121-3/+3
|
* Autogen: Generators: Static function upper case renameSebastian Holtermann2017-01-121-3/+3
|
* Autogen: Generators: Sort methods by taskSebastian Holtermann2017-01-121-114/+122
|
* AUTOGEN: Generators: Do moc/uic skip test during file list generationSebastian Holtermann2017-01-101-15/+16
|
* AUTOGEN: Generators: Message upper/lower case unificationSebastian Holtermann2017-01-101-23/+23
|
* AUTOGEN: Generators: Use single moc/uic skip test method onlySebastian Holtermann2017-01-101-50/+42
|
* AUTOGEN: Generators: Use AUTOMOC/UIC/RCC instead of AUTOGEN in messagesSebastian Holtermann2017-01-101-8/+8
|
* AUTOGEN: Generators: Moc/UicSkipTest methodsSebastian Holtermann2017-01-101-28/+35
|
* AUTOGEN: Generators: Use separate header lists for MOC and UICSebastian Holtermann2017-01-101-13/+45
| | | | This is necessary for the skipMoc and skipUic lists to work properly.
* AUTOGEN: Generators: Be verbose about skipping filesSebastian Holtermann2017-01-101-18/+43
|
* AUTOGEN: Generators: Remove unused variableSebastian Holtermann2017-01-101-3/+2
|
* AUTOGEN: Make skipMoc and skipUic blacklists behave the same waySebastian Holtermann2017-01-101-62/+51
| | | | | | | Before skipMoc was a list of files that were not included in the sources. Now the skipMoc files are added to the sources as well in case they are needed for uic processing. skipMoc becomes a blacklist just like skipUic.
* AUTOGEN: Generators: Add dedicated method for moc content parsingSebastian Holtermann2017-01-101-62/+74
|
* AUTOGEN: Generators: Split config SKIP_MOC and SKIP_UIC into vectorsSebastian Holtermann2017-01-101-20/+16
|
* AUTOGEN: Generators: Split config headers/sources into vectorSebastian Holtermann2017-01-101-13/+10
|
* AUTOGEN: Generators: Rename ParseForUic methodSebastian Holtermann2017-01-101-4/+4
|
* AUTOGEN: Generators: Group static function definitionsSebastian Holtermann2017-01-101-9/+9
|
* AUTOGEN: Generators: Use precompiled regular expressionsSebastian Holtermann2017-01-101-38/+36
|
* AUTOGEN: Generators: Use unified ParseSourceFile and drop old methodsSebastian Holtermann2017-01-101-315/+5
|
* AUTOGEN: Generators: Introduce unified ParseSourceFileSebastian Holtermann2017-01-101-0/+208
| | | | | | | The new cmQtAutoGenerators::ParseSourceFile method combines the functionality of ParseCppFile and StrictParseCppFile in a single method to avoid code duplication. Relaxed or strict mode is selected by an additional bool argument.