| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: -S and -B can be used to specify source and build directories | Robert Maynard | 2018-09-15 | 1 | -1/+2 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -30/+37 |
|
|
* | cmake: Add options for parallel builds to --build mode | Florian Maushart | 2018-05-25 | 1 | -1/+49 |
|
|
* | Extend libuv file translate mode workaround to all executables | Brad King | 2018-01-23 | 1 | -16/+1 |
|
|
* | cmake: Add --open option for IDE generators | Gregor Jasny | 2017-10-13 | 1 | -0/+43 |
|
|
* | Merge topic 'string-clear' | Brad King | 2017-09-19 | 1 | -2/+2 |
|\ |
|
| * | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -2/+2 |
|
|
* | | bootstrap: Make libuv available during bootstrap | Brad King | 2017-09-17 | 1 | -3/+4 |
|/ |
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -8/+6 |
|
|
* | use static_cast<> for casts from void* | Rolf Eike Beer | 2017-09-01 | 1 | -1/+1 |
|
|
* | Merge topic 'fix-find-package-mode' | Brad King | 2017-08-30 | 1 | -1/+1 |
|\ |
|
| * | cmake: Fix --find-package mode with imported targets | Brad King | 2017-08-29 | 1 | -1/+1 |
|
|
* | | Merge topic 'cstyle-casts' | Daniel Pfeifer | 2017-08-30 | 1 | -5/+5 |
|\ \ |
|
| * | | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -5/+5 |
|
|
* | | | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -2/+1 |
|/ / |
|
* | | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -13/+12 |
|
|
* | | Make libuv available to all parts of CMake | Brad King | 2017-08-08 | 1 | -11/+6 |
|/ |
|
* | cmake: Fix default file translate mode when using libuv | Brad King | 2017-06-14 | 1 | -0/+16 |
|
|
* | cmakemain: use script role for -P | Daniel Pfeifer | 2017-05-11 | 1 | -1/+3 |
|
|
* | cmake: initialize with Role that controls which commands to register | Daniel Pfeifer | 2017-05-08 | 1 | -4/+4 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -4/+4 |
|
|
* | fix include order of windows.h | Daniel Pfeifer | 2017-03-14 | 1 | -7/+6 |
|
|
* | Windows: Use UTF-8 for pipes in CMake, CTest and CPack | Dāvis Mosāns | 2016-11-29 | 1 | -0/+2 |
|
|
* | VS: Teach `cmake --build` to reconfigure if needed before building | Yves Frederix | 2016-11-17 | 1 | -0/+2 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -0/+1 |
|
|
* | Enable Unicode output to Windows consoles | Dāvis Mosāns | 2016-10-26 | 1 | -0/+8 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -3/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -4/+9 |
|
|
* | cmake: Add trivial usage of libuv | Brad King | 2016-08-31 | 1 | -0/+7 |
|
|
* | CMake: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -4/+5 |
|
|
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 1 | -2/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -12/+13 |
|
|
* | cmake: Add an option to control what files needs to be traced | Alex Turbov | 2016-06-17 | 1 | -0/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -209/+139 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -5/+0 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+4 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -7/+7 |
|
|
* | Drop Visual Studio 6 generator | Brad King | 2016-03-09 | 1 | -7/+0 |
|
|
* | cmake: Teach --build to reject multiple --target options | Sebastian Schuberth | 2016-02-05 | 1 | -1/+13 |
|
|
* | cmake: add --trace-expand option | Ben Boeckel | 2015-07-23 | 1 | -0/+1 |
|
|
* | cmake: Fix --build <relative-dir> for VS generators (#15609) | Brad King | 2015-06-11 | 1 | -1/+1 |
|
|
* | cmake: Replace CurrentLocalGenerator concept with CurrentMakefile. | Stephen Kelly | 2015-06-04 | 1 | -6/+1 |
|
|
* | cmMakefile: Rename method to something more appropriate. | Stephen Kelly | 2015-05-19 | 1 | -1/+1 |
|
|
* | cmState: Compute and store directory components. | Stephen Kelly | 2015-05-16 | 1 | -0/+6 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | cmMakefile: Rename GetCurrent{,Source}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -8/+5 |
|
|
* | Port to cmState. | Stephen Kelly | 2015-04-13 | 1 | -5/+6 |
|
|
* | cmCacheManager: Port consumers to non-iterator API. | Stephen Kelly | 2015-04-08 | 1 | -10/+16 |
|
|