| Commit message (Expand) | Author | Age | Files | Lines |
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -37/+37 |
|
|
* | cmake: Add options for parallel builds to --build mode | Florian Maushart | 2018-05-25 | 1 | -2/+4 |
|
|
* | Merge topic 'glob_configure_depends' | Brad King | 2018-04-06 | 1 | -28/+68 |
|\ |
|
| * | Add glob verify support to XCode, VS, Ninja, and Makefile generators | Shane Parris | 2018-04-02 | 1 | -28/+40 |
|
|
| * | Add cmGlobVerificationManager class, integrate with cmake and cmState | Shane Parris | 2018-03-29 | 1 | -0/+28 |
|
|
* | | Drop Visual Studio 8 2005 generator | Brad King | 2018-04-02 | 1 | -5/+2 |
|/ |
|
* | cmWorkingDirectory: Check success of current dir changes | Craig Scott | 2018-03-08 | 1 | -1/+10 |
|
|
* | cmake: Fix global generator path style in --build mode | Brad King | 2018-02-21 | 1 | -4/+4 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -19/+18 |
|
|
* | Merge topic 'reduce-temporaries' | Brad King | 2018-01-29 | 1 | -10/+8 |
|\ |
|
| * | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -10/+8 |
|
|
* | | Merge topic 'ctest-chrono' | Brad King | 2018-01-26 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | Make use of std::chrono throughout every component | Wouter Klouwen | 2018-01-23 | 1 | -2/+3 |
|
|
* | | Generators: adjust error message for the removed KDevelop3 generator | Alex Neundorf | 2018-01-24 | 1 | -1/+6 |
|
|
* | | Generators: remove KDevelop3 generator | Alex Neundorf | 2018-01-24 | 1 | -15/+0 |
|/ |
|
* | Merge topic 'cache-truncate-newlines' | Brad King | 2018-01-19 | 1 | -1/+1 |
|\ |
|
| * | cmCacheManager: Truncate values containing newlines | Kyle Edwards | 2018-01-15 | 1 | -1/+1 |
|
|
* | | CUDA: Add cu as default source file extension | Robert Maynard | 2018-01-08 | 1 | -0/+1 |
|/ |
|
* | Performance: Improve efficiency of source file lookup in cmMakefile | Aaron Orenstein | 2017-11-17 | 1 | -0/+25 |
|
|
* | Merge topic 'cm-array-begins-size' | Brad King | 2017-10-26 | 1 | -10/+11 |
|\ |
|
| * | Replace cmArray{Begin,End,Size} by their standard counterparts | Matthias Maennich | 2017-10-23 | 1 | -10/+11 |
|
|
* | | 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/+43 |
|
|
* | try_compile: Simplify generator platform and toolset propagation | Brad King | 2017-09-27 | 1 | -6/+3 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -24/+23 |
|
|
* | 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 | -91/+63 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -8/+8 |
|
|
* | Use C++11 unordered containers | Daniel Pfeifer | 2017-08-22 | 1 | -2/+2 |
|
|
* | Add const-reference qualifications | Pavel Solodovnikov | 2017-05-26 | 1 | -3/+3 |
|
|
* | cmake: register fake project commands in -P mode | Daniel Pfeifer | 2017-05-08 | 1 | -0/+2 |
|
|
* | cmake: initialize with Role that controls which commands to register | Daniel Pfeifer | 2017-05-08 | 1 | -4/+11 |
|
|
* | Drop Visual Studio 7 .NET 2003 generator | Brad King | 2017-04-19 | 1 | -4/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -4/+4 |
|
|
* | Add self-sufficient wrapper for <sys/stat.h> | Daniel Pfeifer | 2017-03-24 | 1 | -4/+1 |
|
|
* | cmWorkingDirectory: use the new class | Ben Boeckel | 2017-03-06 | 1 | -15/+15 |
|
|
* | cmCommands: add commands directly to cmState | Daniel Pfeifer | 2017-02-13 | 1 | -12/+2 |
|
|
* | split Default commands into Scripting and Project | Daniel Pfeifer | 2017-02-13 | 1 | -3/+13 |
|
|
* | VS: Use Visual Studio Installer to locate VS 2017 | Iyyappa Murugandi | 2016-12-16 | 1 | -12/+18 |
|
|
* | Merge branch 'vs15-rename-generator' into vs15-rename-generator-for-master | Brad King | 2016-11-29 | 1 | -1/+1 |
|\ |
|
| * | VS: Rename VS 15 generator to 'Visual Studio 15 2017' | Roman Wüger | 2016-11-29 | 1 | -1/+1 |
|
|
* | | VS: Teach `cmake --build` to reconfigure if needed before building | Yves Frederix | 2016-11-17 | 1 | -10/+54 |
|
|
* | | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -2/+3 |
|
|
* | | Merge topic 'separate-compilation' | Brad King | 2016-10-24 | 1 | -5/+2 |
|\ \ |
|
| * | | Create all commands from a single function | Daniel Pfeifer | 2016-10-21 | 1 | -5/+2 |
|
|
* | | | Introduce CM_UNORDERED_MAP | Daniel Pfeifer | 2016-10-24 | 1 | -5/+2 |
|/ / |
|
* | | cmState: Port dependent code to new cmStateSnapshot name | Stephen Kelly | 2016-10-19 | 1 | -2/+2 |
|
|
* | | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -25/+27 |
|
|
* | | Merge topic 'vs-default-generator' | Brad King | 2016-10-13 | 1 | -48/+58 |
|\ \ |
|
| * | | cmake: Fix default VS generator selection for Microsoft Build Tools | Brad King | 2016-10-11 | 1 | -7/+13 |
|
|