| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -3/+13 |
|
|
* | Convert: Replace Convert(FULL) with equivalent | Stephen Kelly | 2016-08-27 | 1 | -15/+17 |
|
|
* | Convert: Replace trivial conversion with new method | Stephen Kelly | 2016-08-27 | 1 | -4/+7 |
|
|
* | Convert: Replace UNCHANGED conversions with new API call | Stephen Kelly | 2016-08-27 | 1 | -2/+2 |
|
|
* | Convert: Replace FULL conversions with equivalent | Stephen Kelly | 2016-08-27 | 1 | -2/+1 |
|
|
* | Convert: Replace uses of Convert(NONE) | Stephen Kelly | 2016-08-27 | 1 | -12/+10 |
|
|
* | Makefiles: Replace ternaries with if()s | Stephen Kelly | 2016-08-27 | 1 | -4/+8 |
|
|
* | Makefiles: Inline MakeLauncher into only caller | Stephen Kelly | 2016-08-27 | 1 | -32/+27 |
|
|
* | Makefiles: Simplify MakeLauncher return value | Stephen Kelly | 2016-08-27 | 1 | -3/+2 |
|
|
* | Makefiles: Invert logic in MakeLauncher | Stephen Kelly | 2016-08-27 | 1 | -20/+19 |
|
|
* | Makefiles: Remove useless use of Convert | Stephen Kelly | 2016-08-27 | 1 | -2/+1 |
|
|
* | Makefiles: Replace method with Wacom specific API | Stephen Kelly | 2016-08-27 | 1 | -6/+16 |
|
|
* | Makefiles: Deduplicate variable | Stephen Kelly | 2016-08-27 | 1 | -4/+5 |
|
|
* | Makefiles: Change AppendCustomCommand API to strings | Stephen Kelly | 2016-08-27 | 1 | -7/+6 |
|
|
* | Makefiles: Change signature of AppendCustomCommand | Stephen Kelly | 2016-08-27 | 1 | -3/+3 |
|
|
* | Makefiles: Port CreateCDCommand to string-based API | Stephen Kelly | 2016-08-27 | 1 | -14/+13 |
|
|
* | Makefiles: Use string overload of ConvertToOutputForExisting | Stephen Kelly | 2016-08-27 | 1 | -1/+1 |
|
|
* | Makefiles: Rename local variable | Stephen Kelly | 2016-08-27 | 1 | -2/+2 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -2/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -6/+6 |
|
|
* | cmOutputConverter: remove unused 'local' argument | Daniel Pfeifer | 2016-06-20 | 1 | -4/+3 |
|
|
* | Refactor Makefile/Ninja tool working directory storage | Brad King | 2016-06-17 | 1 | -1/+1 |
|
|
* | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 1 | -1/+1 |
|
|
* | Remove unnecessary local copies. | Daniel Pfeifer | 2016-05-26 | 1 | -2/+1 |
|
|
* | Merge topic 'improve-character-find-and-replace' | Brad King | 2016-05-25 | 1 | -6/+6 |
|\ |
|
| * | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 1 | -5/+5 |
|
|
| * | Use std::replace for replacing chars in strings. | Daniel Pfeifer | 2016-05-24 | 1 | -1/+1 |
|
|
* | | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -48/+64 |
|/ |
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -1028/+712 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -46/+0 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+18 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -6/+6 |
|
|
* | Makefile: Optionally scan only source and build trees for dependencies | Attila Krasznahorkay | 2016-03-22 | 1 | -0/+61 |
|
|
* | Merge topic 'minor-cleanups' | Brad King | 2015-10-28 | 1 | -11/+10 |
|\ |
|
| * | Makefiles: Remove unused variable | Stephen Kelly | 2015-10-27 | 1 | -1/+0 |
|
|
| * | Use LocalGenerator when possible | Stephen Kelly | 2015-10-26 | 1 | -10/+10 |
|
|
* | | cmLocalGenerator: Add IsRootMakefile API | Stephen Kelly | 2015-10-27 | 1 | -3/+3 |
|
|
* | | cmGeneratorTarget: Add GetUtilities API | Stephen Kelly | 2015-10-27 | 1 | -2/+2 |
|
|
* | | cmGeneratorTarget: Add API for target-relative commands. | Stephen Kelly | 2015-10-26 | 1 | -4/+4 |
|/ |
|
* | Makefiles: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -5/+6 |
|
|
* | Use cmLocalGenerator at generate-time. | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | Port to GetGeneratorTargets. | Stephen Kelly | 2015-10-24 | 1 | -15/+15 |
|
|
* | cmLocalGenerator: Store a vector of generator targets. | Stephen Kelly | 2015-10-21 | 1 | -25/+25 |
|
|
* | cmLocalGenerator: Don't store imported generator targets | Stephen Kelly | 2015-10-20 | 1 | -7/+1 |
|
|
* | cmLocalGenerator: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -12/+14 |
|
|
* | Merge topic 'clean-up-cmTarget' | Brad King | 2015-10-16 | 1 | -9/+9 |
|\ |
|
| * | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -9/+9 |
|
|
| * | Generators: Use GetType from the cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -6/+6 |
|
|
* | | cmLocalUnixMakefileGenerator3: Port AppendCleanCommand to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -6/+4 |
|
|