summaryrefslogtreecommitdiff
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge topic 'cpack-archive-prefix'Brad King2015-03-301-0/+8
|\
| * cpack: Fix CPACK_PACKAGING_INSTALL_PREFIX handling for archives (#14677)Clinton Stimpson2015-03-301-0/+8
* | Merge topic 'wix-fix-utf8'Brad King2015-03-303-4/+10
|\ \
| * | CPackWIX: Omit codepage conversion when internal encoding is already UTF-8.Nils Gladitz2015-03-273-4/+10
| |/
* | Merge topic 'clean-scanbuild-warnings'Brad King2015-03-301-0/+5
|\ \
| * | Fix warnings from clang scanbuild.Bill Hoffman2015-03-251-0/+5
| |/
* | CPackWIX: Add static_casts for XML_Parser.Nils Gladitz2015-03-261-2/+2
|/
* CPack: Add support to overwrite or pass additional parameter to codesignAndré Klitzing2015-03-231-3/+11
* CPackWIX: Fix .wixobj output locations and filenames.Nils Gladitz2015-03-061-1/+18
* CPackWIX: Support patching of root <Feature> elements.Nils Gladitz2015-03-061-0/+1
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-1/+1
* Merge topic 'wix-shortcut-properties'Brad King2015-02-238-152/+343
|\
| * CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property.Nils Gladitz2015-02-215-1/+39
| * CPackWIX: Add installed file properties for the creation of shortcuts.Nils Gladitz2015-02-216-12/+67
| * CPackWIX: Refactor start menu and desktop shortcut creation.Nils Gladitz2015-02-216-150/+248
* | CPack: Print output from codesign if signing failsAndré Klitzing2015-02-201-6/+7
|/
* CPackWIX: Extend the patching mechanism to allow adding content to <Product>.Nils Gladitz2015-02-132-2/+16
* Split cmAlgorithms into a separate header file.Stephen Kelly2015-02-101-0/+1
* Merge topic 'cmStandardIncludes-cleanup'Brad King2015-02-101-0/+1
|\
| * cmStandardIncludes: Remove list include.Stephen Kelly2015-02-061-0/+1
* | Merge topic 'use-algorithms'Brad King2015-02-102-5/+5
|\ \
| * | Remove use of cmsys_stl.Stephen Kelly2015-02-052-5/+5
| |/
* | Merge branch 'backport-no-global-setlocale' into no-global-setlocaleBrad King2015-02-061-2/+0
|\ \ | |/ |/|