| Commit message (Expand) | Author | Age | Files | Lines |
* | Ninja,Makefile: Drop extra space after RULE_LAUNCH_CUSTOM value | Brad King | 2018-09-11 | 1 | -5/+2 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -3/+3 |
|
|
* | Ninja: Drop unnecessary ident encoding logic for paths | Brad King | 2018-04-19 | 1 | -2/+1 |
|
|
* | Add glob verify support to XCode, VS, Ninja, and Makefile generators | Shane Parris | 2018-04-02 | 1 | -0/+10 |
|
|
* | Ninja: Generate scripts for long custom command sequences | Roger Leigh | 2018-02-06 | 1 | -4/+84 |
|
|
* | Makefile,Ninja: De-duplicate ComputeObjectFilenames method | Brad King | 2018-01-29 | 1 | -14/+0 |
|
|
* | Ninja: add CMAKE_JOB_POOLS variable as default for JOBS_POOLS | Matt McCormick | 2017-11-29 | 1 | -0/+3 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -2/+2 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -1/+1 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -23/+17 |
|
|
* | Performance: Add an index to Change cmLocalGenerator::GeneratorTargets. | Aaron Orenstein | 2017-08-16 | 1 | -2/+2 |
|
|
* | Add const-reference qualifications | Pavel Solodovnikov | 2017-05-26 | 1 | -1/+1 |
|
|
* | cmLocalCommonGenerator: Save CMAKE_BUILD_TYPE on construction | Brad King | 2017-05-15 | 1 | -2/+0 |
|
|
* | Merge topic 'split-sysroot' | Brad King | 2017-05-11 | 1 | -2/+3 |
|\ |
|
| * | Add options for separate compile and link sysroots | Brad King | 2017-05-09 | 1 | -2/+3 |
|
|
* | | Ninja: Fix command concatenation on Windows | Bernhard Burgermeister | 2017-05-09 | 1 | -1/+7 |
|/ |
|
* | Merge topic 'loosen-object-deps' | Brad King | 2017-04-24 | 1 | -2/+4 |
|\ |
|
| * | ninja: break unnecessary target dependencies | Ben Boeckel | 2017-04-21 | 1 | -2/+4 |
|
|
* | | CUDA: Allow sources to be compiled to .ptx files | Robert Maynard | 2017-04-20 | 1 | -2/+5 |
|/ |
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -7/+8 |
|
|
* | Ninja: Fix POST_BUILD noop on Windows | Brad King | 2016-10-28 | 1 | -6/+2 |
|
|
* | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmRulePlaceholderExpander: Port clients to direct-use | Stephen Kelly | 2016-10-15 | 1 | -3/+15 |
|
|
* | cmLocalGenerator: Use a converter in rule replacement API | Stephen Kelly | 2016-10-15 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Remove the launcher from RuleVariables | Stephen Kelly | 2016-10-15 | 1 | -4/+6 |
|
|
* | cmLinkLineComputer: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -6/+0 |
|
|
* | Ninja: Extract identical code from condition | Stephen Kelly | 2016-10-08 | 1 | -3/+1 |
|
|
* | Ninja: Replace array access with local variable | Stephen Kelly | 2016-10-07 | 1 | -4/+4 |
|
|
* | Ninja: Separate two coupled calls | Stephen Kelly | 2016-10-07 | 1 | -4/+3 |
|
|
* | cmLocalGenerator: Simplify ConvertToLinkReference | Stephen Kelly | 2016-10-06 | 1 | -3/+2 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | Convert: Inline uses of START_OUTPUT | Stephen Kelly | 2016-09-19 | 1 | -2/+4 |
|
|
* | Convert: Inline uses of HOME_OUTPUT | Stephen Kelly | 2016-09-19 | 1 | -1/+2 |
|
|
* | Common: Use a string instead of enum for WorkingDirectory | Stephen Kelly | 2016-09-19 | 1 | -1/+1 |
|
|
* | Convert: Avoid HOME_OUTPUT enum when converting to relative paths | Stephen Kelly | 2016-09-19 | 1 | -1/+1 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -0/+9 |
|
|
* | Merge topic 'cleanup-Convert' | Brad King | 2016-08-30 | 1 | -10/+13 |
|\ |
|
| * | Convert: Replace Convert(FULL) with equivalent | Stephen Kelly | 2016-08-27 | 1 | -1/+2 |
|
|
| * | Ninja: Replace ternary with if() | Stephen Kelly | 2016-08-27 | 1 | -3/+4 |
|
|
| * | Convert: Replace trivial conversion with new method | Stephen Kelly | 2016-08-27 | 1 | -1/+1 |
|
|
| * | Convert: Replace uses of Convert(NONE) | Stephen Kelly | 2016-08-27 | 1 | -2/+2 |
|
|
| * | Makefiles: Replace ternaries with if()s | Stephen Kelly | 2016-08-27 | 1 | -6/+7 |
|
|
* | | add_custom_command: Add DEPFILE option for Ninja | Kulla Christoph | 2016-08-30 | 1 | -1/+2 |
|/ |
|
* | Ninja: Fix inter-target order-only dependencies of custom commands | Brad King | 2016-07-20 | 1 | -2/+3 |
|
|
* | Refactor Makefile/Ninja tool working directory storage | Brad King | 2016-06-17 | 1 | -1/+1 |
|
|
* | Add missing braces around statements. | Daniel Pfeifer | 2016-06-10 | 1 | -7/+14 |
|
|
* | Merge topic 'improve-character-find-and-replace' | Brad King | 2016-05-25 | 1 | -1/+1 |
|\ |
|
| * | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 1 | -1/+1 |
|
|