summaryrefslogtreecommitdiff
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* 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-142-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-292-3/+11
* | CPackDeb: allow empty directories in component packagesRaffi Enficiaud2015-09-291-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-221-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
* | Merge topic 'clean-up-makefile-generators'Brad King2015-05-192-2/+2
|\ \
| * | cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-162-2/+2
| |/
* | CPackIFW: Add QtIFW 2.0 supportKonstantin Podsvirov2015-05-156-11/+299
|/
* CPackDeb: Fix lintian md5sum file warningRaffi Enficiaud2015-04-231-0/+6
* Merge topic 'disable-cmMakefile-copy'Brad King2015-04-211-2/+2
|\
| * CPack: Don't copy cmMakefile. Just push a scope instead.Stephen Kelly2015-04-211-2/+2
* | CPackDeb: Refactor package variable lookup by generatorDomen Vrankar2015-04-211-39/+36
* | cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-208-23/+28
|/
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-182-7/+7
* CPack: Read the config listfile in the normal way.Stephen Kelly2015-04-181-1/+1
* Merge topic 'cpack-one-component-only'Brad King2015-04-171-2/+2
|\
| * CPack: Fix single component packagingRaffi Enficiaud2015-04-161-2/+2
* | Port cmCommand consumers to cmState.Stephen Kelly2015-04-151-1/+1
* | cmake: Teach "-E tar" command a "--format=" optionNils Gladitz2015-04-108-11/+11
* | Merge topic 'cpack-one-component-only'Brad King2015-04-061-1/+4
|\ \ | |/
| * CPack single component packagingDomen Vrankar2015-04-051-1/+4
* | Merge topic 'test_cpack_symlinks'Brad King2015-04-061-0/+3
|\ \ | |/ |/|
| * cpack: Disable CMake Cygwin legacy warning while packagingBrad King2015-04-011-0/+3
* | Merge topic 'cpack-deb-format-cast'Brad King2015-04-011-2/+4
|\ \
| * | cmCPackDebGenerator: Cast file mode to proper type for %o formatterBrad King2015-03-311-2/+4
| |/
* | CPack: Fix make tool selection during preinstall (#15483)Brad King2015-03-311-15/+8
|/