| Commit message (Expand) | Author | Age | Files | Lines |
* | cmMakefile: Delegate storage of Home dirs to the cmake class. | Stephen Kelly | 2015-04-28 | 1 | -2/+5 |
|
|
* | Merge topic 'autogen-no-rcc-stderr' | Brad King | 2015-04-22 | 1 | -24/+37 |
|\ |
|
| * | QtAutogen: Process 'rcc --list' stdout and stderr separately (#15523) | Brad King | 2015-04-21 | 1 | -18/+26 |
|
|
| * | cmQtAutoGenerators: Split CR stripping out to helper function | Brad King | 2015-04-21 | 1 | -7/+12 |
|
|
* | | Merge topic 'clean-up-cmMakefile' | Brad King | 2015-04-21 | 1 | -5/+5 |
|\ \
| |/
|/| |
|
| * | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
| * | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -3/+3 |
|
|
* | | cmSystemTools: Teach RunSingleCommand to separate stdout and stderr | Brad King | 2015-04-20 | 1 | -4/+7 |
|/ |
|
* | cmMakefile: Remove always-null first parameter to ReadListFile. | Stephen Kelly | 2015-04-18 | 1 | -2/+2 |
|
|
* | Merge topic 'ninja-autogen' | Brad King | 2015-04-17 | 1 | -0/+7 |
|\ |
|
| * | QtAutogen: Workaround rcc CRCRLF newlines on Windows (#15459) | Brad King | 2015-04-16 | 1 | -0/+7 |
|
|
* | | Port Global property interaction to cmState. | Stephen Kelly | 2015-04-15 | 1 | -4/+5 |
|/ |
|
* | QtAutogen: Fix rcc rebuild with Ninja generator (#15459) | Brad King | 2015-03-27 | 1 | -3/+6 |
|
|
* | QtAutogen: Ensure write access to AutogenInfo.cmake (#15416) | Justin Borodinsky | 2015-03-20 | 1 | -0/+14 |
|
|
* | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|
|
* | Genex: Allow COMPILE_LANGUAGE when processing compile definitions. | Stephen Kelly | 2015-03-09 | 1 | -1/+1 |
|
|
* | QtAutogen: Issue error message with origin file (#15342). | Stephen Kelly | 2015-02-03 | 1 | -1/+2 |
|
|
* | Merge topic 'join-algorithm' | Brad King | 2015-01-12 | 1 | -39/+5 |
|\ |
|
| * | Use the cmJoin algorithm where possible. | Stephen Kelly | 2015-01-08 | 1 | -39/+5 |
|
|
* | | Use two-iterator std::set::insert where appropriate. | Stephen Kelly | 2015-01-11 | 1 | -12/+2 |
|
|
* | | Use insert instead of a loop in some cases. | Stephen Kelly | 2015-01-11 | 1 | -24/+7 |
|/ |
|
* | Remove some temporary vectors for ExpandListArgument. | Stephen Kelly | 2014-12-18 | 1 | -8/+1 |
|
|
* | Merge topic 'remove-c_str' | Brad King | 2014-11-25 | 1 | -5/+5 |
|\ |
|
| * | Remove some unneeded c_str calls. | Stephen Kelly | 2014-11-23 | 1 | -5/+5 |
|
|
* | | Merge topic 'clean-autogen' | Brad King | 2014-11-25 | 1 | -4/+4 |
|\ \ |
|
| * | | QtAutogen: Use cmHasLiteral{Prefix,Suffix} where possible. | Stephen Kelly | 2014-11-18 | 1 | -3/+3 |
|
|
| * | | QtAutogen: Don't take a reference to temporary. | Stephen Kelly | 2014-11-18 | 1 | -1/+1 |
| |/ |
|
* | | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 1 | -2/+5 |
|/ |
|
* | QtAutogen: Regenerate qrc files if their input changes (#15074) | Stephen Kelly | 2014-10-24 | 1 | -8/+267 |
|
|
* | QtAutogen: Expand rccfiles into a vector early in the autogen process. | Stephen Kelly | 2014-10-23 | 1 | -6/+6 |
|
|
* | QtAutogen: Extract a GetRccExecutable method. | Stephen Kelly | 2014-10-23 | 1 | -9/+31 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -21/+21 |
|
|
* | Fix a few more places to use cmsys::[io]fstream instead of std::fstream. | Clinton Stimpson | 2014-10-04 | 1 | -4/+4 |
|
|
* | Merge topic 'autogen-fixes' | Brad King | 2014-09-22 | 1 | -19/+25 |
|\ |
|
| * | QtAutogen: Process all ui files in a source file (#14981). | Stephen Kelly | 2014-09-18 | 1 | -18/+23 |
|
|
| * | QtAutogen: Add source files to target when only AUTORCC is used. | Stephen Kelly | 2014-09-17 | 1 | -1/+2 |
|
|
* | | Fix memory leak of local generator detected by LeakSanitizer. | Bill Hoffman | 2014-07-24 | 1 | -0/+1 |
|
|
* | | QtAutogen: Put generated qrc files in a target-specific dir. | Stephen Kelly | 2014-04-18 | 1 | -2/+10 |
|
|
* | | cmTarget: Make the source files depend on the config. | Stephen Kelly | 2014-04-02 | 1 | -2/+2 |
|
|
* | | cmTarget: Use string API to add sources to cmTarget objects. | Stephen Kelly | 2014-03-31 | 1 | -10/+7 |
|
|
* | | Merge topic 'fix-Qt-Autogen' | Brad King | 2014-03-26 | 1 | -4/+9 |
|\ \
| |/ |
|
| * | QtAutogen: Fix use of multiple ui files in a single target. | Stephen Kelly | 2014-03-25 | 1 | -4/+7 |
|
|
| * | QtAutogen: Use the basename for resource files. | Stephen Kelly | 2014-03-25 | 1 | -0/+2 |
|
|
* | | Merge topic 'remove-c_str-calls' | Brad King | 2014-03-12 | 1 | -31/+31 |
|\ \ |
|
| * | | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -31/+31 |
|
|
* | | | Merge topic 'fix-AUTOGEN-custom-command-depends' | Brad King | 2014-03-11 | 1 | -0/+12 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | QtAutogen: Fix AUTOGEN depends on custom command output with VS. | Stephen Kelly | 2014-03-10 | 1 | -0/+12 |
|
|
* | | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Use strings for directories | Ben Boeckel | 2014-03-08 | 1 | -8/+12 |
|
|
* | | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -10/+11 |
|
|