summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'remove-c_str-calls'Brad King2014-03-121-31/+31
|\
| * Remove some c_str() calls.Stephen Kelly2014-03-111-31/+31
* | Merge topic 'fix-AUTOGEN-custom-command-depends'Brad King2014-03-111-0/+12
|\ \ | |/ |/|
| * QtAutogen: Fix AUTOGEN depends on custom command output with VS.Stephen Kelly2014-03-101-0/+12
* | stringapi: Use strings for generator namesBen Boeckel2014-03-081-1/+1
* | stringapi: Use strings for directoriesBen Boeckel2014-03-081-8/+12
* | stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-10/+11
* | cmTarget: Refactor GetLocation APIBrad King2014-03-081-6/+6
* | strings: Remove cmStdString referencesBen Boeckel2014-03-081-7/+7
* | stringapi: Use strings in target nameBen Boeckel2014-03-081-7/+7
* | stringapi: Accept strings in cmStrCmpBen Boeckel2014-03-081-2/+2
* | stringapi: Use strings for property namesBen Boeckel2014-03-081-1/+1
|/
* Small typo fixKevin Funk2014-02-171-1/+1
* QtAutogen: Only add source files to the target if AUTORCC is ON.Stephen Kelly2014-02-051-12/+16
* QtAutogen: Make uic work even when the source is in a subdir.Stephen Kelly2014-02-041-14/+20
* QtAutogen: Short-circut some logic when moc is not available.Stephen Kelly2014-01-281-3/+14
* QtAutogen: Separate source file processing from AUTOMOC.Stephen Kelly2014-01-281-93/+71
* QtAutogen: Make some methods appropriately file-static.Stephen Kelly2014-01-281-34/+31
* QtAutogen: Fix autouic target options in the presence of a config.Stephen Kelly2014-01-281-1/+5
* QtAutogen: Remove unused variables.Stephen Kelly2014-01-281-2/+0
* QtAutogen: Remove read of SKIP_AUTOUIC target property.Stephen Kelly2014-01-281-7/+1
* QtAutogen: Use Qt 4 IMPORTED targets to find executable locations.Stephen Kelly2014-01-281-22/+36
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-4/+8
* 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