summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* 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
* stringapi: Prevent a NULL dereference in WiXBen Boeckel2014-03-081-1/+1
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-0810-28/+28
* stringapi: Pass strings as install directories in CPackBen Boeckel2014-03-082-13/+13
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-3/+4
* strings: Remove cmStdString referencesBen Boeckel2014-03-082-3/+3
* stringapi: Use string for OS X resource namesBen Boeckel2014-03-084-10/+13
* stringapi: Use strings in CPack generator parametersBen Boeckel2014-03-084-22/+23
* stringapi: Use strings for variable namesBen Boeckel2014-03-082-14/+10
* CPackWIX: support installation of empty directoriesNils Gladitz2014-03-013-0/+36
* CPackWIX: Allow Windows Installer property customizationNils Gladitz2014-03-014-0/+46
* CPackWIX: refactor and cleanupNils Gladitz2014-02-2617-534/+842
* CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKSTimo Rothenpieler2014-02-082-2/+113
* CPackWiX: added new CPACK_WIX_CMAKE_PACKAGE_REGISTRY variableNils Gladitz2014-01-082-1/+45
* Merge topic 'unicode-fstream'Brad King2014-01-079-16/+21
|\