summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* QtAutogen: Split initializer class into separate file.Stephen Kelly2015-09-291-1049/+8
* QtAutogen: Split initializer methods into separate class.Stephen Kelly2015-09-261-22/+31
* QtAutogen: Add _automoc.cpp sources before initializing.Stephen Kelly2015-09-261-2/+15
* QtAutogen: Move initialization condition to caller.Stephen Kelly2015-09-261-13/+1
* QtAutogen: Make some methods static.Stephen Kelly2015-09-261-12/+15
* QtAutogen: Don't use members to initialize automoc targets.Stephen Kelly2015-09-261-19/+17
* QtAutogen: Rename variable.Stephen Kelly2015-09-261-2/+3
* QtAutogen: Don't use a member to store skipped uic files.Stephen Kelly2015-09-261-11/+9
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-1/+2
* QtAutogen: Use a smart pointer.Stephen Kelly2015-08-281-2/+1
* cmGlobalGenerator: Remove MakeLocalGenerator method.Stephen Kelly2015-08-281-1/+1
* cmGlobalGenerator: Require a snapshot to create a local generator.Stephen Kelly2015-08-281-1/+2
* cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget.Stephen Kelly2015-08-261-3/+11
* cmGeneratorTarget: Move compile defintions processing from cmTarget.Stephen Kelly2015-08-261-2/+0
* Remove use of include <cmsys/ios/*> and cmsys_ios::*Brad King2015-08-201-3/+2
* Merge topic 'global-generator-makefiles'Brad King2015-08-111-2/+2
|\
| * cmQtAutoGenerators: Prefer a generator to access global generator.Stephen Kelly2015-08-071-2/+2
* | cmTarget: Split storage of include directories from genexes.Stephen Kelly2015-08-071-0/+2
|/
* cmGeneratorTarget: Move LinkInterfaceDependent methods from cmTarget.Stephen Kelly2015-08-051-3/+8
* cmGeneratorTarget: Move GetAutoUicOptions from cmTarget.Stephen Kelly2015-08-051-1/+4
* cmMakefile: Simplify generate-time cmGeneratorTarget creation.Stephen Kelly2015-07-291-1/+0
* cmTarget: Restore the ImportedGetLocation method.Stephen Kelly2015-07-271-6/+10
* cmGlobalGenerator: Create cmGeneratorTargets before QtAutomoc.Stephen Kelly2015-07-271-1/+6
* Merge topic 'autorcc-qt-5.1'Brad King2015-07-101-1/+1
|\
| * cmQtAutoGenerators: Fix rcc invocation for Qt 5.0 and 5.1 (#15644)Brad King2015-07-091-1/+1
* | Merge topic 'use-generator-target'Brad King2015-06-231-3/+3
|\ \