| Commit message (Expand) | Author | Age | Files | Lines |
* | cmWorkingDirectory: Check success of current dir changes | Craig Scott | 2018-03-08 | 1 | -2/+12 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -10/+10 |
|
|
* | Merge topic 'reduce-temporaries' | Brad King | 2018-01-29 | 1 | -50/+49 |
|\ |
|
| * | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -50/+49 |
|
|
* | | Make use of std::chrono throughout every component | Wouter Klouwen | 2018-01-23 | 1 | -2/+3 |
|/ |
|
* | Autogen: Rename cmQtAutogeneratorInitializer to cmQtAutoGenInitializer | Sebastian Holtermann | 2018-01-17 | 1 | -5/+5 |
|
|
* | Xcode: rename embedded SDK query function | Gregor Jasny | 2017-12-22 | 1 | -1/+1 |
|
|
* | Autogen: Make cmQtAutoGeneratorInitializer an instantiable class | Sebastian Holtermann | 2017-11-19 | 1 | -22/+14 |
|
|
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
|
|
* | CMP0037: Allow test and package targets when features are not enabled | Brad King | 2017-10-30 | 1 | -5/+67 |
|
|
* | cmGlobalGenerator: Refactor test and package target conditions | Brad King | 2017-10-26 | 1 | -42/+50 |
|
|
* | Merge topic 'cm-array-begins-size' | Brad King | 2017-10-26 | 1 | -2/+2 |
|\ |
|
| * | Replace cmArray{Begin,End,Size} by their standard counterparts | Matthias Maennich | 2017-10-23 | 1 | -2/+2 |
|
|
* | | Merge topic 'defer-target-source-check' | Brad King | 2017-10-25 | 1 | -0/+42 |
|\ \ |
|
| * | | Defer check for sources within a target until generation. | Deniz Bahadir | 2017-10-24 | 1 | -0/+42 |
| |/ |
|
* | | Add infrastructure for generators to select a build tool instance | Brad King | 2017-10-19 | 1 | -0/+27 |
|/ |
|
* | cmake: Add --open option for IDE generators | Gregor Jasny | 2017-10-13 | 1 | -0/+10 |
|
|
* | Find native build tool after determining the target system | Brad King | 2017-09-27 | 1 | -9/+11 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -188/+131 |
|
|
* | Autogen: Iterate source files only once | Sebastian Holtermann | 2017-09-07 | 1 | -37/+37 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -18/+18 |
|
|
* | Performance: Add an index to Change cmLocalGenerator::GeneratorTargets. | Aaron Orenstein | 2017-08-16 | 1 | -4/+4 |
|
|
* | Autogen: Merge and remove redundant function calls | Sebastian Holtermann | 2017-08-10 | 1 | -23/+24 |
|
|
* | Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable | Betsy McPhail | 2017-07-10 | 1 | -9/+48 |
|
|
* | cmGlobalGenerator: Rename member to avoid shadowing | Brad King | 2017-06-14 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Remove unused line | Brad King | 2017-06-12 | 1 | -1/+0 |
|
|
* | cmGlobalGenerator: remove 'return' from void expression | Daniel Pfeifer | 2017-06-08 | 1 | -1/+1 |
|
|
* | Merge topic 'lint-function-args' | Brad King | 2017-06-05 | 1 | -2/+2 |
|\ |
|
| * | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -2/+2 |
|
|
* | | Provide and use CM_FALLTHROUGH | Daniel Pfeifer | 2017-06-03 | 1 | -0/+3 |
|/ |
|
* | 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 | -2/+2 |
|
|
* | Features: Refactor <LANG>_STANDARD update | Brad King | 2017-05-01 | 1 | -0/+12 |
|
|
* | Merge topic 'include-style' | Brad King | 2017-04-13 | 1 | -4/+4 |
|\ |
|
| * | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -4/+4 |
|
|
* | | cmGlobalGenerator: Abort generation earlier on export() error | Brad King | 2017-04-11 | 1 | -4/+5 |
|/ |
|
* | Add GENERATOR_IS_MULTI_CONFIG global property | Bastien Schatt | 2017-04-04 | 1 | -0/+1 |
|
|
* | Apple: Fix Resources location for all generators | Gregor Jasny | 2017-03-23 | 1 | -0/+5 |
|
|
* | fix include order of windows.h | Daniel Pfeifer | 2017-03-14 | 1 | -7/+8 |
|
|
* | cmWorkingDirectory: use the new class | Ben Boeckel | 2017-03-06 | 1 | -7/+2 |
|
|
* | Add policy CMP0068 separate install_name and RPATH settings on macOS | Clinton Stimpson | 2017-02-14 | 1 | -0/+25 |
|
|
* | Xcode: Control emission of EFFECTIVE_PLATFORM_NAME | Gregor Jasny | 2017-01-20 | 1 | -2/+2 |
|
|
* | Tolerate removed/replaced CMakeCache.txt with old CMakeFiles/ | Brad King | 2016-11-17 | 1 | -0/+20 |
|
|
* | Merge topic 'import-librhash' | Brad King | 2016-11-10 | 1 | -9/+4 |
|\ |
|
| * | Port hash computation to cmCryptoHash | Brad King | 2016-11-10 | 1 | -9/+4 |
|
|
* | | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -10/+11 |
|/ |
|
* | cmGlobalGenerator: Allow FindMakeProgram to fail | Brad King | 2016-10-20 | 1 | -3/+7 |
|
|
* | 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: Port dependent code to new cmStateSnapshot name | Stephen Kelly | 2016-10-19 | 1 | -7/+7 |
|
|