summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* CPack: Fix packaging of source tarballs with symbolic linksBill Hoffman2015-01-301-0/+12
* Replace 'foo.length() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* CPack invalid CMake generatorDomen Vrankar2015-01-021-0/+8
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-6/+6
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-3/+3
* Fix used value warning.Bill Hoffman2014-08-051-2/+1
* cmCPackGenerator: Avoid crash on undefined CMAKE_MAKE_PROGRAMBrad King2014-06-251-2/+2