summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* Format include directive blocks and ordering with clang-formatBrad King2016-04-2923-90/+90
* Source: Stabilize include orderBrad King2016-04-2924-19/+29
* CPack/IFW: port to cmXMLWriterDaniel Pfeifer2016-03-236-103/+81
* Merge topic 'cpack-osx-optional-CoreServices'Brad King2016-03-211-0/+6
|\
| * CPack: Avoid using OS X CoreServices if compiler fails on header (#16021)Brad King2016-03-181-0/+6
* | Merge topic 'cpack-osx-no-carbon'Brad King2016-03-181-15/+6
|\ \ | |/
| * CPack: Avoid requiring Carbon framework on OS X (#16021)Sean McBride2016-03-171-15/+6
* | CPack: Fix CPACK_INSTALL_CMAKE_PROJECTS SubDirectory (4th) optionDaniel Wirtz2016-02-181-2/+1
|/
* CPack/DragNDrop: Fix handling of certain license file content (#15899)Andrey Mishchenko2016-01-072-25/+77
* CPackWIX: Allow multiple patch files and diagnose if any are missingNils Gladitz2015-12-143-4/+21
* CPackWIX: Allow patching of shortcut componentsNils Gladitz2015-12-121-0/+2
* CPackWIX: Fix installed file property lookups when using componentsNils Gladitz2015-12-102-4/+22
* CPack/DragNDrop: Allow single license for multiple languagesSimon Levermann2015-12-022-7/+17
* CPack/DragNDrop: Use documented CPACK_DMG_SLA_LANGUAGES variableSimon Levermann2015-11-231-7/+7
* CPack/DragNDrop: Optionally run an AppleScript when making a packageRobert Maynard2015-11-132-11/+100
* CPack/DragNDrop: Place the background image file in a hidden folderRobert Maynard2015-11-131-16/+2
* CPack/DragNDrop: Use source file extension for background imageRobert Maynard2015-11-131-1/+5
* CPackWIX: Don't allow users to deselect the top-level feature (#15838)Nils Gladitz2015-11-091-0/+1
* Merge topic 'cpack-dmg-multilanguage-sla'Brad King2015-11-092-39/+333
|\
| * CPackDMG: Add support for multilingual SLAsSimon Levermann2015-11-062-39/+333
* | CPackDEB: added config file optional Source fieldRaffi Enficiaud2015-11-041-0/+7
|/
* Merge topic 'cpack-deb-fakeroot-removal'Brad King2015-10-261-1/+1
|\
| * CPackDEB: Use proper compression scheme for control.tar.gzRaffi Enficiaud2015-10-231-1/+1
* | Merge topic 'wix-text-node'Brad King2015-10-146-19/+118
|\ \
| * | CPackWIX: Handle text nodes in XML patch contentNils Gladitz2015-10-126-19/+118
* | | cmState: Initialize default definitions immediately.Stephen Kelly2015-10-132-0/+2
|/ /
* | Merge topic 'cpack-nsis-bitmap'Brad King2015-10-081-0/+22
|\ \
| * | CPackNSIS: Add options to set the bitmap for NSIS installer left sideColin Tracey2015-10-061-0/+22
* | | Remove unused cmLocalGenerator include.Stephen Kelly2015-10-059-9/+0
* | | CPack: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-052-5/+0
|/ /
* | CPack: allow packaging of empty directoriesDomen Vrankar2015-09-282-3/+11
* | CPackDeb: allow empty directories in component packagesRaffi Enficiaud2015-09-281-0/+2
* | Revert topic 'cpack-package-empty-dirs'Brad King2015-09-252-6/+0
* | CPack: remove accidental changesDomen Vrankar2015-09-231-1/+0
* | CPack: allow packaging of empty directoriesDomen Vrankar2015-09-221-0/+5
* | CPackDeb: allow empty directories in component packagesRaffi Enficiaud2015-09-211-0/+2
* | CPackDeb: preventing md5sum on symlinksRaffi Enficiaud2015-09-181-13/+16
|/
* CPackDeb: use of libarchive and removal of fakerootRaffi Enficiaud2015-09-171-113/+186
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-282-6/+8
* cmGlobalGenerator: Remove MakeLocalGenerator method.Stephen Kelly2015-08-282-2/+2
* cmGlobalGenerator: Require a snapshot to create a local generator.Stephen Kelly2015-08-282-2/+4
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-08-245-6/+6
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-08-241-2/+2
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-08-241-1/+1
* Remove use of include <cmsys/ios/*> and cmsys_ios::*Brad King2015-08-202-7/+7
* CPackIFW: Load module to set CPACK_IFW_FRAMEWORK_VERSIONKonstantin Podsvirov2015-07-081-2/+4
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-272-4/+2
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-6/+4
* Merge topic 'refactor-cmLocalGenerator'Brad King2015-05-192-0/+4
|\
| * cmState: Compute and store directory components.Stephen Kelly2015-05-162-0/+4