| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | cmTarget: Refactor GetLocation API | Brad King | 2014-03-08 | 1 | -6/+6 |
|
|
* | | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -7/+7 |
|
|
* | | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -7/+7 |
|
|
* | | stringapi: Accept strings in cmStrCmp | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | | stringapi: Use strings for property names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|/ |
|
* | Small typo fix | Kevin Funk | 2014-02-17 | 1 | -1/+1 |
|
|
* | QtAutogen: Only add source files to the target if AUTORCC is ON. | Stephen Kelly | 2014-02-05 | 1 | -12/+16 |
|
|
* | QtAutogen: Make uic work even when the source is in a subdir. | Stephen Kelly | 2014-02-04 | 1 | -14/+20 |
|
|
* | QtAutogen: Short-circut some logic when moc is not available. | Stephen Kelly | 2014-01-28 | 1 | -3/+14 |
|
|
* | QtAutogen: Separate source file processing from AUTOMOC. | Stephen Kelly | 2014-01-28 | 1 | -93/+71 |
|
|
* | QtAutogen: Make some methods appropriately file-static. | Stephen Kelly | 2014-01-28 | 1 | -34/+31 |
|
|
* | QtAutogen: Fix autouic target options in the presence of a config. | Stephen Kelly | 2014-01-28 | 1 | -1/+5 |
|
|
* | QtAutogen: Remove unused variables. | Stephen Kelly | 2014-01-28 | 1 | -2/+0 |
|
|
* | QtAutogen: Remove read of SKIP_AUTOUIC target property. | Stephen Kelly | 2014-01-28 | 1 | -7/+1 |
|
|
* | QtAutogen: Use Qt 4 IMPORTED targets to find executable locations. | Stephen Kelly | 2014-01-28 | 1 | -22/+36 |
|
|
* | cmTarget: Make GetSourceFiles populate an out-vector parameter. | Stephen Kelly | 2014-01-09 | 1 | -4/+8 |
|
|