summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* CPackWiX: Teach WiX installers to remember the install location for upgradesNils Gladitz2014-09-191-0/+23
* CPackIFW: Revise this generatorKonstantin Podsvirov2014-08-126-20/+98
* Merge topic 'wix-acl'Brad King2014-08-114-2/+205
|\
| * CPackWIX: Implement CPACK_WIX_ACL (Access Control List) propertyNils Gladitz2014-08-094-2/+205
* | Merge topic 'cpack-ifw-generator'Brad King2014-08-119-992/+1666
|\ \ | |/ |/|
| * CPackIFW: Refactor and revise this generatorKonstantin Podsvirov2014-08-119-992/+1666
* | Fix used value warning.Bill Hoffman2014-08-051-2/+1
|/
* Fix scan-build warning parsed is never read after being set.Bill Hoffman2014-08-041-1/+0
* Merge topic 'cpack-ifw-generator'Brad King2014-07-311-5/+65
|\
| * CPackIFW: Add package configuration variablesKonstantin Podsvirov2014-07-291-5/+65
* | CPack: add generators for .7z and .tar.xz (#13072, #14519)Daniel Pfeifer2014-07-295-0/+133
|/
* CPackIFW: Replace use of strftime with cmTimestampBrad King2014-07-281-10/+3
* CPack: Add an "IFW" generator for Qt Framework InstallerKonstantin Podsvirov2014-07-283-0/+944
* cmCPackGenerator: Avoid crash on undefined CMAKE_MAKE_PROGRAMBrad King2014-06-251-2/+2
* Merge topic 'setlocale'Brad King2014-06-131-1/+1
|\
| * Encoding: Change to only set LC_CTYPE to fix encoding issues with libarchive.Clinton Stimpson2014-06-121-1/+1
* | regex: Use static regexs where possibleBen Boeckel2014-06-091-2/+2
|/
* Encoding: Add setlocale() to applications.Clinton Stimpson2014-06-041-0/+2
* CPackWiX: Implement CPACK_NEVER_OVERWRITE and CPACK_PERMANENT propertiesNils Gladitz2014-05-283-3/+23
* Add an "installed file" property scopeNils Gladitz2014-05-283-4/+16
* CPackWIX: Delay creation of cmWIXPatch until CPack has initialized LoggerNils Gladitz2014-04-182-6/+16
* cmTypeMacro: Add a class to eat the semicolon following the macro use.Stephen Kelly2014-04-031-3/+4
* CPackDeb: Add option to set compression typeSean D'Epagnier2014-03-141-9/+37
* Workaround Sun C++ 5.9 compiler crashBrad King2014-03-121-2/+2
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-116-58/+58
* Remove some c_str() calls.Stephen Kelly2014-03-115-45/+45