summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* QtAutogen: Improved error handlingSebastian Holtermann2016-12-071-16/+30
* QtAutogen: Error and warning log method tweaksSebastian Holtermann2016-12-071-13/+23
* QtAutogen: Improved error recognitionSebastian Holtermann2016-12-071-42/+48
* QtAutogen: Improved error recognition on config loadSebastian Holtermann2016-12-071-22/+38
* QtAutogen: Rename config AM_RELAXED_MODE to AM_MOC_RELAXED_MODESebastian Holtermann2016-12-061-2/+2
* Merge topic 'autorcc-only-no-rebuild'Brad King2016-11-101-2/+2
|\
| * QtAutogen: Do not re-generate AUTORCC outputs on every buildBrad King2016-11-091-2/+2
* | Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-12/+11
* | cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-191-0/+2
* | cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* | cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-191-1/+1
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+10
* QtAutogen: Allow multiple qrc files with the same nameSebastian Holtermann2016-08-101-14/+48
* QtAutogen: Allow multiple moc files with the same nameSebastian Holtermann2016-08-101-10/+12
* QtAutogen: Use std:: instead of ::std::Sebastian Holtermann2016-08-101-2/+2
* Merge topic 'revert-autogen-subdirs'Brad King2016-07-221-64/+15
|\
| * Autogen: Revert changes to generate moc/rcc in subdirectoriesBrad King2016-07-211-64/+15