summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
Commit message (Expand)AuthorAgeFilesLines
* QtAutogen: Issue error message with origin file (#15342).Stephen Kelly2015-02-031-1/+2
* Merge topic 'join-algorithm'Brad King2015-01-121-39/+5
|\
| * Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-39/+5
* | Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-12/+2
* | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-24/+7
|/
* Remove some temporary vectors for ExpandListArgument.Stephen Kelly2014-12-181-8/+1
* Merge topic 'remove-c_str'Brad King2014-11-251-5/+5
|\
| * Remove some unneeded c_str calls.Stephen Kelly2014-11-231-5/+5
* | Merge topic 'clean-autogen'Brad King2014-11-251-4/+4
|\ \
| * | QtAutogen: Use cmHasLiteral{Prefix,Suffix} where possible.Stephen Kelly2014-11-181-3/+3
| * | QtAutogen: Don't take a reference to temporary.Stephen Kelly2014-11-181-1/+1
| |/
* | Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-2/+5
|/
* 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