| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile: Fix "make clean" when there are no targets | Brad King | 2018-03-08 | 1 | -0/+4 |
|
|
* | Document and extend the CMAKE_SUPPRESS_REGENERATION variable | Shane Parris | 2018-02-23 | 1 | -5/+21 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -4/+3 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -3/+3 |
|
|
* | Makefiles: Drop 'requires' step and its supporting infrastructure | Yurii Batrak | 2017-12-14 | 1 | -28/+0 |
|
|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -2/+2 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -93/+58 |
|
|
* | 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 | -11/+12 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -5/+6 |
|
|
* | Avoid some copies | Daniel Pfeifer | 2016-10-30 | 1 | -1/+1 |
|
|
* | cmState: Split auxiliary classes into separate files | Stephen Kelly | 2016-10-19 | 1 | -0/+2 |
|
|
* | cmState: Port dependent code to new cmStateSnapshot name | Stephen Kelly | 2016-10-19 | 1 | -6/+5 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -30/+35 |
|
|
* | Merge topic 'nmake-encoding' | Brad King | 2016-10-07 | 1 | -1/+2 |
|\ |
|
| * | NMake: Use ANSI encoding for NMake Makefiles | Dāvis Mosāns | 2016-10-06 | 1 | -1/+2 |
|
|
* | | Makefiles: Hardcode the relative location of the CMakeCache file | Stephen Kelly | 2016-10-06 | 1 | -5/+1 |
|/ |
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Convert: Inline HOME_OUTPUT MAKERULE conversion | Stephen Kelly | 2016-09-19 | 1 | -3/+4 |
|
|
* | Convert: Move access to BinaryDirectory out of loops | Stephen Kelly | 2016-09-19 | 1 | -6/+4 |
|
|
* | Convert: Avoid HOME_OUTPUT enum when converting to relative paths | Stephen Kelly | 2016-09-19 | 1 | -5/+6 |
|
|
* | Convert: Move access to CurrentBinaryDirectory out of loops | Stephen Kelly | 2016-09-19 | 1 | -11/+5 |
|
|
* | Convert: Avoid START_OUTPUT enum when converting to relative paths | Stephen Kelly | 2016-09-19 | 1 | -6/+6 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -0/+12 |
|
|
* | Convert: Replace Convert(FULL) with equivalent | Stephen Kelly | 2016-08-27 | 1 | -4/+6 |
|
|
* | Convert: Replace trivial conversion with new method | Stephen Kelly | 2016-08-27 | 1 | -7/+14 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -4/+4 |
|
|
* | Remove redundant c_str() calls. | Daniel Pfeifer | 2016-05-26 | 1 | -2/+2 |
|
|
* | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -12/+12 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -503/+366 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -15/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -4/+4 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | Merge topic 'minor-cleanups' | Brad King | 2015-10-28 | 1 | -4/+2 |
|\ |
|
| * | Remove some obsolete declarations | Stephen Kelly | 2015-10-27 | 1 | -1/+0 |
|
|
| * | Makefiles: Remove some unneeded casts | Stephen Kelly | 2015-10-26 | 1 | -3/+2 |
|
|
* | | cmLocalGenerator: Add IsRootMakefile API | Stephen Kelly | 2015-10-27 | 1 | -2/+2 |
|/ |
|
* | Makefiles: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -7/+6 |
|
|
* | Use cmLocalGenerator at generate-time. | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | Port to GetGeneratorTargets. | Stephen Kelly | 2015-10-24 | 1 | -20/+20 |
|
|
* | Makefiles: Port progress marks to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -3/+3 |
|
|
* | cmLocalGenerator: Store a vector of generator targets. | Stephen Kelly | 2015-10-21 | 1 | -9/+9 |
|
|
* | cmLocalGenerator: Don't store imported generator targets | Stephen Kelly | 2015-10-20 | 1 | -12/+0 |
|
|
* | Use IsImported from cmGeneratorTarget. | Stephen Kelly | 2015-10-16 | 1 | -3/+3 |
|
|
* | Merge topic 'clean-up-cmTarget' | Brad King | 2015-10-16 | 1 | -35/+35 |
|\ |
|
| * | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -35/+35 |
|
|
* | | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -3/+1 |
|
|
* | | cmLocalUnixMakefileGenerator3: Port another API to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -9/+11 |
|/ |
|
* | Merge topic 'genex-generator-objects' | Brad King | 2015-10-14 | 1 | -3/+3 |
|\ |
|