summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-1525-100/+100
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-3/+2
* Merge topic 'cpack-dmg-iwyu'Brad King2017-08-301-0/+1
|\
| * cmCPackDragNDropGenerator: Add missing includeBrad King2017-08-291-0/+1
* | Merge topic 'cpackifw-repositories-directories'Brad King2017-08-282-0/+40
|\ \
| * | CPackIFW: Add CPACK_IFW_REPOSITORIES_DIRECTORIES variableKonstantin Podsvirov2017-08-172-0/+40
* | | Merge topic 'iwyu-keep-cmConfigure'Daniel Pfeifer2017-08-2723-23/+20
|\ \ \
| * | | IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-2623-23/+20
* | | | cmCPackDebGenerator: Use libarchive to create .deb fileDaniel Pfeifer2017-08-251-271/+19
|/ / /
* | | Use C++11 nullptrDaniel Pfeifer2017-08-2414-52/+51
|/ /
* | CPackIFW: Add CPACK_IFW_PACKAGE_FILE_EXTENSION variableKonstantin Podsvirov2017-08-092-12/+27
* | CPack: Pass volume mount name to AppleScript instead of volume name.Gusts Kaksis2017-07-201-1/+3
* | Change ComputeFileMD5 to ComputeFileHashAndré Klitzing2017-07-141-5/+4
* | CPackDeb: Enable the DEB generator on WindowsNils Gladitz2017-06-282-10/+28
* | cmCPackDragNDropGenerator: Drop unused memberBrad King2017-06-141-2/+0
* | Merge topic 'cpack-freebsd-pkg'Brad King2017-06-123-0/+405
|\ \
| * | CPack-FreeBSD: add a generator for FreeBSD pkg(8)Adriaan de Groot2017-06-103-0/+405
| |/
* | Add CM_OVERRIDE to CPack generator destructorsBrad King2017-06-088-8/+8
|/
* Remove second arg: npos in substr usagesPavel Solodovnikov2017-06-012-4/+4
* cmCPackLog: pass std::string by const&Daniel Pfeifer2017-05-251-6/+6
* CPack/Archive: per component filenames supportDomen Vrankar2017-05-162-16/+46
* Merge topic 'cpackifw-i18n'Brad King2017-05-164-16/+101
|\
| * CPackIFW: Internationalization SupportKonstantin Podsvirov2017-05-124-16/+101
* | CPack unify component/monolithic package symlink handlingDomen Vrankar2017-05-141-0/+1
|/
* Merge topic 'cpackifw-access-refactoring'Brad King2017-05-115-558/+583
|\
| * CPackIFW: Access refactoringKonstantin Podsvirov2017-05-095-558/+583
* | cmState: remove RemoveUnscriptableCommandsDaniel Pfeifer2017-05-081-2/+0
* | cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-082-2/+2
|/
* Merge topic 'vector-over-list'Brad King2017-05-052-6/+6
|\
| * c++: prefer vectors over listsBen Boeckel2017-05-042-6/+6
* | CPackIFW: Refactor out some commonly used codeKonstantin Podsvirov2017-05-0310-322/+238
|/
* cmCPackIFWInstaller: fix validation of WizardStyle optionKonstantin Podsvirov2017-04-261-4/+5
* clang-tidy: use operators for string comparisonDaniel Pfeifer2017-04-262-6/+5
* Merge topic 'wix-attributes-patch'Brad King2017-04-256-19/+37
|\
| * wix: adds ability to modify attributes with patchKeith Holman2017-04-245-12/+30
| * wix: fix spelling error in function nameKeith Holman2017-04-242-7/+7
* | clang-tidy: remove reduntant .data() callsDaniel Pfeifer2017-04-212-18/+13
|/
* Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-191-2/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-1151-72/+72
* CPack: drop CPack prefix for includesDaniel Pfeifer2017-04-1117-24/+24
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-115-0/+5
* Add self-sufficient wrapper for <sys/stat.h>Daniel Pfeifer2017-03-245-10/+5
* cmCPackGenerator: Move macros to bottom of fileDaniel Pfeifer2017-03-231-14/+14
* cmWorkingDirectory: use the new classBen Boeckel2017-03-062-9/+5
* OSXScriptLauncher: remove unused variableBen Boeckel2017-03-061-1/+0
* cmCPackDragNDropGenerator: Improving handling of temporary dmg imagesClinton Stimpson2017-02-231-20/+25
* Merge topic 'iwyu'Brad King2017-02-201-1/+0
|\
| * fix some include-what-you-use diagnosticsDaniel Pfeifer2017-02-171-1/+0
* | Merge topic 'productbuild_component_plist'Brad King2017-02-203-0/+13
|\ \
| * | CPack: Add option to specify --component-plist for productbuildTim Hutt2017-02-173-0/+13
| |/