| Commit message (Expand) | Author | Age | Files | Lines |
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -7/+9 |
|
|
* | Help: Improve accuracy, readability and cross-referencing of cpack docs | Craig Scott | 2018-04-27 | 1 | -9/+11 |
|
|
* | CPack: Fix crash on invalid generator name | Brad King | 2018-04-10 | 1 | -4/+4 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -1/+1 |
|
|
* | Merge topic 'cpack_trace' | Brad King | 2018-01-24 | 1 | -0/+20 |
|\ |
|
| * | CPack: accept --trace and --trace-expand | Isaiah Norton | 2018-01-23 | 1 | -0/+20 |
|
|
* | | Extend libuv file translate mode workaround to all executables | Brad King | 2018-01-23 | 1 | -0/+1 |
|
|
* | | cpack: Enable MSVC debug hook earlier | Brad King | 2018-01-23 | 1 | -2/+1 |
|/ |
|
* | cpack: Fix compilation on Cygwin after auto_ptr removal | Brad King | 2017-09-27 | 1 | -1/+1 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -27/+25 |
|
|
* | CPack: Add missing check for CPACK_INSTALL_SCRIPT variable | Alex Turbov | 2017-09-20 | 1 | -1/+2 |
|
|
* | Merge topic 'ranged-for' | Brad King | 2017-09-19 | 1 | -12/+6 |
|\ |
|
| * | Meta: modernize old-fashioned loops to range-based `for` (CPack). | Pavel Solodovnikov | 2017-09-19 | 1 | -12/+6 |
|
|
* | | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -1/+1 |
|/ |
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+0 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -6/+6 |
|
|
* | cmState: remove RemoveUnscriptableCommands | Daniel Pfeifer | 2017-05-08 | 1 | -2/+0 |
|
|
* | cmake: initialize with Role that controls which commands to register | Daniel Pfeifer | 2017-05-08 | 1 | -1/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -4/+4 |
|
|
* | Windows: Use UTF-8 for pipes in CMake, CTest and CPack | Dāvis Mosāns | 2016-11-29 | 1 | -0/+2 |
|
|
* | iwyu: Fix more findings | Daniel Pfeifer | 2016-11-28 | 1 | -14/+15 |
|
|
* | Enable Unicode output to Windows consoles | Dāvis Mosāns | 2016-10-26 | 1 | -0/+8 |
|
|
* | Remove cmObject.h and cmTypeMacro.h | Daniel Pfeifer | 2016-10-24 | 1 | -1/+0 |
|
|
* | 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 |
|
|
* | Do not define cout/cerr preprocessor symbols | Brad King | 2016-10-04 | 1 | -2/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | CPack: include what you use | Daniel Pfeifer | 2016-09-06 | 1 | -6/+14 |
|
|
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 1 | -1/+1 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -1/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -6/+6 |
|
|
* | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 1 | -5/+1 |
|
|
* | Remove redundant c_str() calls. | Daniel Pfeifer | 2016-05-26 | 1 | -2/+2 |
|
|
* | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -213/+165 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -7/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -5/+5 |
|
|
* | cmState: Initialize default definitions immediately. | Stephen Kelly | 2015-10-13 | 1 | -0/+1 |
|
|
* | Remove unused cmLocalGenerator include. | Stephen Kelly | 2015-10-05 | 1 | -1/+0 |
|
|
* | CPack: Remove needless cmLocalGenerator creation. | Stephen Kelly | 2015-10-05 | 1 | -2/+0 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -4/+5 |
|
|
* | cmGlobalGenerator: Remove MakeLocalGenerator method. | Stephen Kelly | 2015-08-28 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Require a snapshot to create a local generator. | Stephen Kelly | 2015-08-28 | 1 | -1/+2 |
|
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -2/+1 |
|
|
* | Merge topic 'refactor-cmLocalGenerator' | Brad King | 2015-05-19 | 1 | -0/+2 |
|\ |
|
| * | cmState: Compute and store directory components. | Stephen Kelly | 2015-05-16 | 1 | -0/+2 |
|
|
* | | cmGlobalGenerator: Add NVI wrapper to create local generator. | Stephen Kelly | 2015-05-16 | 1 | -1/+1 |
|/ |
|
* | CPack: Don't copy cmMakefile. Just push a scope instead. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | cmMakefile: Remove always-null first parameter to ReadListFile. | Stephen Kelly | 2015-04-18 | 1 | -3/+3 |
|
|