summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+3
* QtAutogen: Don't modify target source files while iterating them.Stephen Kelly2013-12-201-1/+10
* Automoc: Fix styleStephen Kelly2013-12-191-3/+3
* Constify autogen handling.Stephen Kelly2013-12-111-10/+12
* Autogen: Split AutoRcc handling into two methodsStephen Kelly2013-12-111-20/+36
* QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property.Stephen Kelly2013-11-271-8/+69
* QtAutoUic: Handle new -include command line parameter.Stephen Kelly2013-11-271-0/+1
* QtAutogen: Use config without prefix in map key.Stephen Kelly2013-11-271-2/+2
* cmQtAutogen: Allow specifying depends for autogen targets.Stephen Kelly2013-11-251-0/+5
* cmTarget: Make custom command accessors API const.Stephen Kelly2013-11-191-1/+1
* cmAutogen: Rename method to InitializeAutogenTargetStephen Kelly2013-11-051-1/+1
* cmAutogen: Move autogen target creation to InitializeMocSourceFile.Stephen Kelly2013-11-051-67/+72
* cmAutogen: Extract some helper methods for autogen targets.Stephen Kelly2013-11-051-9/+21
* Add automatic rcc invocation for Qt.Stephen Kelly2013-10-241-0/+283
* Add automatic uic invocation for Qt.Stephen Kelly2013-10-241-10/+381
* Record which files are skipped by automoc.Stephen Kelly2013-10-241-12/+26
* Add extra checks for the AUTOMOC target property.Stephen Kelly2013-10-241-14/+21
* Update output messages for generic use.Stephen Kelly2013-10-241-14/+14
* Rename RunAutomoc to RunAutogen.Stephen Kelly2013-10-241-2/+2
* Extract an SetupAutoMocTarget method.Stephen Kelly2013-10-241-48/+56
* Rename the AutomocInfo.cmake file to be more generic.Stephen Kelly2013-10-241-3/+3
* Move some makefile definitions up away from moc-specific code.Stephen Kelly2013-10-241-22/+21
* Add the AUTOGEN_TARGETS_FOLDER and obsolete AUTOMOC_TARGETS_FOLDER.Stephen Kelly2013-10-241-3/+8
* Rename some variables to reflect broader scope.Stephen Kelly2013-10-241-8/+9
* Rename method to reflect generic use.Stephen Kelly2013-10-241-2/+2
* Rename local variable to reflect generic use.Stephen Kelly2013-10-241-8/+8
* Move variable set to where it is used.Stephen Kelly2013-10-241-2/+1
* Rename the cmake_automoc command to cmake_autogen.Stephen Kelly2013-10-241-1/+1
* Rename the cmQtAutomoc class to cmQtAutoGenerators.Stephen Kelly2013-10-241-0/+1321