summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Do not call setlocale() globally in CMake applications (#15377)Brad King2015-02-061-2/+0
| * CPack: Fix packaging of source tarballs with symbolic linksBill Hoffman2015-01-301-0/+12
| * Merge branch 'cpack-PackageMaker-OSX-10.10' into releaseBrad King2015-01-152-10/+26
| |\
| * | CPack: Avoid crash on invalid CMake generator name (#15308)Domen Vrankar2015-01-141-0/+8
* | | 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
* | | Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-182-6/+6
* | | Merge topic 'delete-algorithm'Brad King2015-01-151-5/+1
|\ \ \
| * | | Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-5/+1
* | | | Merge topic 'cpack-PackageMaker-OSX-10.10'Brad King2015-01-152-10/+26
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | CPack: Fix PackageMaker internal versioning for OS X 10.10Calin Cascaval2015-01-122-10/+26
| |/
* | Merge topic 'drop-ancient-workarounds'Brad King2015-01-1214-79/+80
|\ \
| * | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-1114-79/+80
* | | Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-6/+1
|/ /
* | CPack invalid CMake generatorDomen Vrankar2015-01-021-0/+8
* | cpack: Fix installed size computation with PackageMaker generatorCalin Cascaval2014-12-221-0/+1
* | Remove some unneeded c_str calls.Stephen Kelly2014-11-234-9/+9
* | CPack: Add support for code signing of bundles on MacOSAndré Klitzing2014-10-282-1/+127
* | Merge topic 'remove-borland-build'Brad King2014-10-212-5/+0
|\ \
| * | Remove borland workarounds.Stephen Kelly2014-10-152-5/+0
| |/
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-156-16/+16
|/
* Merge topic 'cpack-ifw-updates'Brad King2014-10-074-37/+155
|\
| * CPackIFW: Added support for multiple repositoriesKonstantin Podsvirov2014-10-054-25/+142
| * CPackIFW: Search algorithm updateKonstantin Podsvirov2014-10-041-12/+13
* | CPackWiX: Work around RelativePath() returning an empty string for the rootNils Gladitz2014-10-031-0/+5
|/
* CPackWiX: Extend CPACK_WIX_ACL to support directoriesNils Gladitz2014-09-273-5/+38