summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
Commit message (Expand)AuthorAgeFilesLines
* QtAutogen: Rename and sort variablesSebastian Holtermann2016-12-071-18/+24
* QtAutogen: Generate included ui_ and moc_ files in _automoc/includesSebastian Holtermann2016-12-071-1/+5
* QtAutogen: Use checksum based subdirectories to avoid name collisionsSebastian Holtermann2016-12-071-0/+3
* QtAutogen: New common bold logging methodSebastian Holtermann2016-12-071-0/+1
* QtAutogen: Make sure parent directory exists before writing filesSebastian Holtermann2016-12-071-0/+2
* QtAutogen: Improved error handlingSebastian Holtermann2016-12-071-2/+2
* QtAutogen: Error and warning log method tweaksSebastian Holtermann2016-12-071-2/+4
* QtAutogen: Improved error recognition on config loadSebastian Holtermann2016-12-071-2/+2
* QtAutogen: Rename config AM_RELAXED_MODE to AM_MOC_RELAXED_MODESebastian Holtermann2016-12-061-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/+2
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* QtAutogen: Allow multiple qrc files with the same nameSebastian Holtermann2016-08-101-1/+2
* QtAutogen: Allow multiple moc files with the same nameSebastian Holtermann2016-08-101-1/+2
* Autogen: Revert changes to generate moc/rcc in subdirectoriesBrad King2016-07-211-4/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-36/+40
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Source: Stabilize include orderBrad King2016-04-291-0/+2
* Autogen: Message cleanups: Compose messages in std::stringstreamSebastian Holtermann2016-04-251-1/+4
* Autogen: Generate not included moc files in subdirectories (#12873)Sebastian Holtermann2016-04-221-1/+4
* Autogen: Check added for name collisions of generated moc filesSebastian Holtermann2016-04-221-0/+5
* Autogen: Qrc processing: Generate single map with final input / output namesSebastian Holtermann2016-04-191-0/+2
* Autogen: Ui processing: Generate single map with final input / output namesSebastian Holtermann2016-04-191-1/+3
* Autogen: Split out UI file generation code to dedicated methodSebastian Holtermann2016-04-191-0/+2
* Autogen: Split out moc file generation code to dedicated methodSebastian Holtermann2016-04-191-0/+4
* Autogen: Rename method GenerateQrc{ => Files}Sebastian Holtermann2016-04-191-1/+1
* Autogen: New logCommand method. It prints commands using std::cout.Sebastian Holtermann2016-04-191-0/+1
* Autogen: Rename header extension Join method to JoinExtsSebastian Holtermann2016-04-191-1/+1
* Autogen: Use SystemTools string functions instead of rolling out ownSebastian Holtermann2016-04-191-2/+0
* QtAutogen: Split initializer class into separate file.Stephen Kelly2015-09-291-41/+0
* QtAutogen: Split initializer methods into separate class.Stephen Kelly2015-09-261-15/+21
* QtAutogen: Add _automoc.cpp sources before initializing.Stephen Kelly2015-09-261-0/+1
* QtAutogen: Move initialization condition to caller.Stephen Kelly2015-09-261-1/+1
* QtAutogen: Make some methods static.Stephen Kelly2015-09-261-11/+11
* QtAutogen: Make internal method private.Stephen Kelly2015-09-261-1/+2
* QtAutogen: Don't use members to initialize automoc targets.Stephen Kelly2015-09-261-0/+5
* QtAutogen: Don't use a member to store skipped uic files.Stephen Kelly2015-09-261-1/+3
* QtAutogen: Add missing includes and forward declarations.Stephen Kelly2015-09-261-0/+5
* cmGlobalGenerator: Create cmGeneratorTargets before QtAutomoc.Stephen Kelly2015-07-271-1/+2
* cmQtAutoGenerators: Re-arrange data layout.Stephen Kelly2015-06-071-2/+1
* cmStandardIncludes: Remove list include.Stephen Kelly2015-02-061-0/+2
* QtAutogen: Regenerate qrc files if their input changes (#15074)Stephen Kelly2014-10-241-0/+10
* QtAutogen: Expand rccfiles into a vector early in the autogen process.Stephen Kelly2014-10-231-1/+1
* QtAutogen: Extract a GetRccExecutable method.Stephen Kelly2014-10-231-0/+2
* Merge topic 'autogen-fixes'Brad King2014-09-221-12/+12
|\
| * QtAutogen: Process all ui files in a source file (#14981).Stephen Kelly2014-09-181-12/+12
* | QtAutogen: Put generated qrc files in a target-specific dir.Stephen Kelly2014-04-181-0/+1
* | Merge topic 'fix-Qt-Autogen'Brad King2014-03-261-1/+1
|\ \ | |/
| * QtAutogen: Fix use of multiple ui files in a single target.Stephen Kelly2014-03-251-1/+1
* | stringapi: Use strings for directoriesBen Boeckel2014-03-081-4/+4