summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* AUTOGEN: Generators: CommentsSebastian Holtermann2017-01-101-1/+1
|
* AUTOGEN: Generators: Variable renameSebastian Holtermann2017-01-101-2/+2
|
* AUTOGEN: Generators: Cleanup and optimize ParseForUic methodSebastian Holtermann2017-01-101-13/+7
|
* AUTOGEN: Generators: Cleanup variable initializationSebastian Holtermann2017-01-101-4/+1
|
* AUTOGEN: Generators: rename makeParentDirectory to MakeParentDirectorySebastian Holtermann2017-01-101-5/+5
|
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-1/+1
|
* QtAutogen: Don't use std::i/ofstream::is_open()Sebastian Holtermann2016-12-071-3/+4
|
* QtAutogen: Rename and sort variablesSebastian Holtermann2016-12-071-28/+46
|
* QtAutogen: Generate included ui_ and moc_ files in _automoc/includesSebastian Holtermann2016-12-071-44/+46
| | | | | | | | | | ui_ and moc_ files that are include in source files get generated in $CURRENT_BUILD_DIR/$TARGETNAME_automoc/include. The directory is added to the INCLUDE_DIRECTORIES of the origin target in the generation stage. From now on all autogen files get generated below $CURRENT_BUILD_DIR/$TARGETNAME_automoc.
* QtAutogen: Use checksum based subdirectories to avoid name collisionsSebastian Holtermann2016-12-071-26/+21
|
* QtAutogen: Remove .dir suffix from automoc build directorySebastian Holtermann2016-12-071-1/+1
|
* QtAutogen: Generate moc compilation in _automoc.dir/moc_compilation.cppSebastian Holtermann2016-12-071-12/+16
|
* QtAutogen: Use upper case for MOC, UIC and RCC in messagesSebastian Holtermann2016-12-071-1/+1
|
* QtAutogen: New common bold logging methodSebastian Holtermann2016-12-071-16/+15
|
* QtAutogen: Make sure parent directory exists before writing filesSebastian Holtermann2016-12-071-37/+83
|