summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.cxx
Commit message (Expand)AuthorAgeFilesLines
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-4/+3
* cmMakefile: Delegate storage of Home dirs to the cmake class.Stephen Kelly2015-04-281-2/+5
* Merge topic 'autogen-no-rcc-stderr'Brad King2015-04-221-24/+37
|\
| * QtAutogen: Process 'rcc --list' stdout and stderr separately (#15523)Brad King2015-04-211-18/+26
| * cmQtAutoGenerators: Split CR stripping out to helper functionBrad King2015-04-211-7/+12
* | Merge topic 'clean-up-cmMakefile'Brad King2015-04-211-5/+5
|\ \ | |/ |/|
| * cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-2/+2
| * cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-3/+3
* | cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-4/+7
|/
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-2/+2
* Merge topic 'ninja-autogen'Brad King2015-04-171-0/+7
|\
| * QtAutogen: Workaround rcc CRCRLF newlines on Windows (#15459)Brad King2015-04-161-0/+7
* | Port Global property interaction to cmState.Stephen Kelly2015-04-151-4/+5
|/
* QtAutogen: Fix rcc rebuild with Ninja generator (#15459)Brad King2015-03-271-3/+6
* QtAutogen: Ensure write access to AutogenInfo.cmake (#15416)Justin Borodinsky2015-03-201-0/+14
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-1/+1
* 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