summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cpack.cxx
Commit message (Expand)AuthorAgeFilesLines
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-1/+2
* Merge topic 'cpack-status-callback'Brad King2018-12-101-0/+10
|\
| * CPack/External: Fix status messages of staging scriptsNils Gladitz2018-12-071-0/+10
* | cpack: When given an unknown generator print out all valid generatorsRobert Maynard2018-11-091-1/+14
* | cpack: Better error message when generator doesn't exist.Robert Maynard2018-11-081-2/+3
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-7/+9
* Help: Improve accuracy, readability and cross-referencing of cpack docsCraig Scott2018-04-271-9/+11
* CPack: Fix crash on invalid generator nameBrad King2018-04-101-4/+4
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+1
* Merge topic 'cpack_trace'Brad King2018-01-241-0/+20
|\
| * CPack: accept --trace and --trace-expandIsaiah Norton2018-01-231-0/+20
* | Extend libuv file translate mode workaround to all executablesBrad King2018-01-231-0/+1
* | cpack: Enable MSVC debug hook earlierBrad King2018-01-231-2/+1
|/
* cpack: Fix compilation on Cygwin after auto_ptr removalBrad King2017-09-271-1/+1
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-27/+25
* CPack: Add missing check for CPACK_INSTALL_SCRIPT variableAlex Turbov2017-09-201-1/+2
* Merge topic 'ranged-for'Brad King2017-09-191-12/+6
|\
| * Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-191-12/+6
* | Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-1/+1
|/
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+6
* cmState: remove RemoveUnscriptableCommandsDaniel Pfeifer2017-05-081-2/+0
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-4/+4
* Windows: Use UTF-8 for pipes in CMake, CTest and CPackDāvis Mosāns2016-11-291-0/+2
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-14/+15
* Enable Unicode output to Windows consolesDāvis Mosāns2016-10-261-0/+8
* Remove cmObject.h and cmTypeMacro.hDaniel Pfeifer2016-10-241-1/+0
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* Do not define cout/cerr preprocessor symbolsBrad King2016-10-041-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CPack: include what you useDaniel Pfeifer2016-09-061-6/+14
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-1/+1
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-6/+6
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-5/+1
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-2/+2
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-213/+165
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-7/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-5/+5
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+1
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* CPack: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-051-2/+0
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-4/+5
* cmGlobalGenerator: Remove MakeLocalGenerator method.Stephen Kelly2015-08-281-1/+1
* cmGlobalGenerator: Require a snapshot to create a local generator.Stephen Kelly2015-08-281-1/+2
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-2/+1