summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-1/+1
* | Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* | use CM_NULLPTRDaniel Pfeifer2016-06-281-6/+6
* | Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-141-29/+29
* | Simplify boolean expressionsDaniel Pfeifer2016-06-021-6/+5
|/
* Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-241-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-833/+631
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-5/+5
* Source: Stabilize include orderBrad King2016-04-291-2/+2
* Autogen: Message tweaks: Compiler type (moc/qrc/ui) added to progress messagesSebastian Holtermann2016-04-251-4/+4
* Autogen: Message cleanups: Compose messages in std::stringstreamSebastian Holtermann2016-04-251-104/+158
* Autogen: Generate qrc_NAME.cpp files in subdirectoriesSebastian Holtermann2016-04-221-5/+10
* Autogen: Generate not included moc files in subdirectories (#12873)Sebastian Holtermann2016-04-221-10/+59
* Autogen: Check added for name collisions of generated qrc_NAME.cpp filesSebastian Holtermann2016-04-221-0/+14
* Autogen: Check added for name collisions of generated ui_NAME.h filesSebastian Holtermann2016-04-221-0/+16
* Autogen: Check added for name collisions of generated moc filesSebastian Holtermann2016-04-221-0/+69
* Autogen: Qrc processing: Generate single map with final input / output namesSebastian Holtermann2016-04-191-46/+74
* Autogen: Ui processing: Generate single map with final input / output namesSebastian Holtermann2016-04-191-17/+39
* Autogen: Split out UI file generation code to dedicated methodSebastian Holtermann2016-04-191-12/+26
* Autogen: Split out moc file generation code to dedicated methodSebastian Holtermann2016-04-191-54/+103
* Autogen: Rename method GenerateQrc{ => Files}Sebastian Holtermann2016-04-191-2/+2
* Autogen: New logCommand method. It prints commands using std::cout.Sebastian Holtermann2016-04-191-21/+24
* Autogen: Rename header extension Join method to JoinExtsSebastian Holtermann2016-04-191-5/+9
* Autogen: Use SystemTools string functions instead of rolling out ownSebastian Holtermann2016-04-191-20/+2
* Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-291-3/+3
* Revert "Automoc: Fix support of files with the same name (#12873)"Brad King2016-02-191-32/+3
* Automoc: Fix support of files with the same name (#12873)Mariusz Pluciński2016-02-161-3/+32
* cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-1/+1
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+1
* Set the current dirs on the snapshot before creating the cmMakefile.Stephen Kelly2015-10-071-2/+3
* QtAutogen: Port away from cmLocalGenerator.Stephen Kelly2015-09-291-8/+7