summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-26/+24
* CPack: use a distinct checksum file for each generatorDomen Vrankar2017-09-201-2/+1
* Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-191-57/+38
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-3/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-12/+11
* Remove second arg: npos in substr usagesPavel Solodovnikov2017-06-011-2/+2
* CPack unify component/monolithic package symlink handlingDomen Vrankar2017-05-141-0/+1
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+1
* c++: prefer vectors over listsBen Boeckel2017-05-041-3/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-3/+3
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-2/+2
* CPack: Add option to specify --component-plist for productbuildTim Hutt2017-02-171-0/+5
* Merge topic 'cpack-ifw-options'Brad King2016-11-301-0/+18
|\
| * CPackIFW: Add some optionsKonstantin Podsvirov2016-11-241-0/+18
* | iwyu: Fix more findingsDaniel Pfeifer2016-11-281-8/+8
|/
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CPack: Add option to generate a checksum file next to each package filePetr Orlov2016-09-191-1/+32
* CPack: include what you useDaniel Pfeifer2016-09-061-1/+4
* CPack: don't use else after returnDaniel Pfeifer2016-08-181-1/+2
* Merge topic 'compat-CPACK_INSTALL_CMAKE_PROJECTS-subdirectory'Brad King2016-07-201-1/+2
|\
| * CPack: Add compatibility for incorrect CPACK_INSTALL_CMAKE_PROJECTS valueBrad King2016-07-191-1/+2
* | Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-4/+4
* | Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* | use CM_NULLPTRDaniel Pfeifer2016-06-281-10/+12
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-799/+574
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-38/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-7/+7
* CPack: Fix CPACK_INSTALL_CMAKE_PROJECTS SubDirectory (4th) optionDaniel Wirtz2016-02-181-2/+1
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+1
* CPack: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-051-3/+0
* CPack: allow packaging of empty directoriesDomen Vrankar2015-09-281-1/+9
* Revert topic 'cpack-package-empty-dirs'Brad King2015-09-251-4/+0
* CPack: remove accidental changesDomen Vrankar2015-09-231-1/+0
* CPack: allow packaging of empty directoriesDomen Vrankar2015-09-221-0/+5
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+3
* 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
* Merge topic 'refactor-cmLocalGenerator'Brad King2015-05-191-0/+2
|\
| * cmState: Compute and store directory components.Stephen Kelly2015-05-161-0/+2
* | cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-161-1/+1
|/
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-2/+3
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-4/+4
* CPack: Read the config listfile in the normal way.Stephen Kelly2015-04-181-1/+1
* CPack: Fix single component packagingRaffi Enficiaud2015-04-161-2/+2
* CPack single component packagingDomen Vrankar2015-04-051-1/+4
* CPack: Fix make tool selection during preinstall (#15483)Brad King2015-03-311-15/+8
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-1/+1
* cmStandardIncludes: Remove list include.Stephen Kelly2015-02-061-0/+1