summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
Commit message (Expand)AuthorAgeFilesLines
* QtAutogen: Regenerate qrc files if their input changes (#15074)Stephen Kelly2014-10-241-8/+267
* QtAutogen: Expand rccfiles into a vector early in the autogen process.Stephen Kelly2014-10-231-6/+6
* QtAutogen: Extract a GetRccExecutable method.Stephen Kelly2014-10-231-9/+31
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-21/+21
* Fix a few more places to use cmsys::[io]fstream instead of std::fstream.Clinton Stimpson2014-10-041-4/+4
* Merge topic 'autogen-fixes'Brad King2014-09-221-19/+25
|\
| * QtAutogen: Process all ui files in a source file (#14981).Stephen Kelly2014-09-181-18/+23
| * QtAutogen: Add source files to target when only AUTORCC is used.Stephen Kelly2014-09-171-1/+2
* | Fix memory leak of local generator detected by LeakSanitizer.Bill Hoffman2014-07-241-0/+1
* | QtAutogen: Put generated qrc files in a target-specific dir.Stephen Kelly2014-04-181-2/+10
* | cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-2/+2
* | cmTarget: Use string API to add sources to cmTarget objects.Stephen Kelly2014-03-311-10/+7
* | Merge topic 'fix-Qt-Autogen'Brad King2014-03-261-4/+9
|\ \ | |/
| * QtAutogen: Fix use of multiple ui files in a single target.Stephen Kelly2014-03-251-4/+7
| * QtAutogen: Use the basename for resource files.Stephen Kelly2014-03-251-0/+2
* | 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