| Commit message (Expand) | Author | Age | Files | Lines |
* | Document and extend the CMAKE_SUPPRESS_REGENERATION variable | Shane Parris | 2018-02-23 | 1 | -20/+27 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -10/+9 |
|
|
* | Makefile,Ninja: De-duplicate ComputeObjectFilenames method | Brad King | 2018-01-29 | 1 | -14/+0 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -21/+25 |
|
|
* | LocalGenerator: refactoring | Marc Chevrier | 2018-01-23 | 1 | -3/+3 |
|
|
* | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
|
|
* | Makefiles: Avoid nested make calls for Fortran module dependencies | Yurii Batrak | 2017-12-14 | 1 | -0/+2 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -4/+4 |
|
|
* | Avoid using std::bind1st that is removed in C++17 | Brad King | 2017-09-23 | 1 | -2/+1 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -2/+2 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -131/+98 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -4/+4 |
|
|
* | Performance: Add an index to Change cmLocalGenerator::GeneratorTargets. | Aaron Orenstein | 2017-08-16 | 1 | -8/+8 |
|
|
* | Remove second arg: npos in substr usages | Pavel Solodovnikov | 2017-06-01 | 1 | -1/+1 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -9/+12 |
|
|
* | cmLocalUnixMakefileGenerator3: Remove unnecessary local variable | Brad King | 2017-06-01 | 1 | -2/+1 |
|
|
* | cmLocalCommonGenerator: Save CMAKE_BUILD_TYPE on construction | Brad King | 2017-05-15 | 1 | -2/+0 |
|
|
* | CUDA: Allow sources to be compiled to .ptx files | Robert Maynard | 2017-04-20 | 1 | -2/+5 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | cmAlgorithms: add cmEraseIf function | Daniel Pfeifer | 2017-02-10 | 1 | -4/+1 |
|
|
* | Makefiles: Make fast local and strip install truly fast | Mike Gelfand | 2017-01-13 | 1 | -2/+2 |
|
|
* | CUDA: Enable header dependency scanning. | Robert Maynard | 2016-11-14 | 1 | -1/+2 |
|
|
* | CUDA: State that cuda has preprocessor output and can generate assembly. | Robert Maynard | 2016-11-14 | 1 | -2/+2 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -9/+10 |
|
|
* | cmState: Split auxiliary classes into separate files | Stephen Kelly | 2016-10-19 | 1 | -0/+2 |
|
|
* | 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 | -9/+9 |
|
|
* | cmRulePlaceholderExpander: Port clients to direct-use | Stephen Kelly | 2016-10-15 | 1 | -2/+6 |
|
|
* | cmLocalGenerator: Use strings instead of a Target in rule replacement | Stephen Kelly | 2016-10-15 | 1 | -1/+2 |
|
|
* | 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 | -3/+3 |
|
|
* | Makefiles: Extract identical code from condition | Stephen Kelly | 2016-10-09 | 1 | -5/+2 |
|
|
* | Makefiles: Replace array access with local variable | Stephen Kelly | 2016-10-09 | 1 | -5/+6 |
|
|
* | Makefiles: Separate two coupled calls | Stephen Kelly | 2016-10-09 | 1 | -4/+3 |
|
|
* | Merge topic 'nmake-encoding' | Brad King | 2016-10-07 | 1 | -3/+8 |
|\ |
|
| * | NMake: Use ANSI encoding for NMake Makefiles | Dāvis Mosāns | 2016-10-06 | 1 | -3/+8 |
|
|
* | | Makefiles: Introduce local RelativePath method | Stephen Kelly | 2016-10-06 | 1 | -10/+23 |
|/ |
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Convert: Inline uses of START_OUTPUT | Stephen Kelly | 2016-09-19 | 1 | -4/+7 |
|
|
* | Common: Use a string instead of enum for WorkingDirectory | Stephen Kelly | 2016-09-19 | 1 | -1/+1 |
|
|
* | Convert: Move access to BinaryDirectory out of loops | Stephen Kelly | 2016-09-19 | 1 | -2/+2 |
|
|
* | Convert: Inline HOME_OUTPUT MAKERULE conversion | Stephen Kelly | 2016-09-19 | 1 | -4/+5 |
|
|
* | Convert: Move access to BinaryDirectory out of loops | Stephen Kelly | 2016-09-19 | 1 | -4/+2 |
|
|
* | Convert: Avoid HOME_OUTPUT enum when converting to relative paths | Stephen Kelly | 2016-09-19 | 1 | -3/+3 |
|
|
* | Convert: Move access to CurrentBinaryDirectory out of loops | Stephen Kelly | 2016-09-19 | 1 | -5/+5 |
|
|
* | Convert: Avoid START_OUTPUT enum when converting to relative paths | Stephen Kelly | 2016-09-19 | 1 | -2/+2 |
|
|
* | 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 |
|
|