summaryrefslogtreecommitdiff
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* Various typo fixesLuz Paz2018-01-041-1/+1
* CPack/IFW: Add option to control deletion of the install directoryJean-Philippe Lebel2017-12-152-0/+17
* CPack: enable all CMake policies for generator scriptsDomen Vrankar2017-12-091-4/+11
* Merge topic 'cpack-pkg-fix'Brad King2017-12-041-1/+1
|\
| * CPack: Fix macOS PKG component dependency informationAlexander Wittig2017-12-011-1/+1
* | CPack: enable setting default dir creation permissionsDomen Vrankar2017-11-082-12/+49
* | Fix trivial typos in textluzpaz2017-11-032-2/+2
* | Merge topic 'cpack-wix-cygwin'Brad King2017-10-166-14/+95
|\ \
| * | cpack wix: support WiX generator on CygwinStephen Sorley2017-10-136-14/+95
| |/
* | cmCPackDragNDropGenerator: Improve error reportingClinton Stimpson2017-10-111-6/+14
|/
* CPack: Fix PackageMaker .dmg HFS+ creation on macOS APFS hostsBrad King2017-10-051-2/+2
* CPack: Fix .dmg HFS+ creation on macOS APFS hostsBrad King2017-10-022-2/+3
* CPack: put local variable on the stackRolf Eike Beer2017-09-291-4/+3
* Merge topic 'clang-tidy'Brad King2017-09-296-30/+32
|\
| * Fix some occurrences of readability-braces-around-statementsMatthias Maennich2017-09-282-2/+4
| * Convert some leftover loops to C++11 range-based loopMatthias Maennich2017-09-282-15/+14
| * Fix left-over occurrences of else-after-returnMatthias Maennich2017-09-282-8/+8
| * Fix minor clang-tidy findingsMatthias Maennich2017-09-281-1/+1
| * Clean up some C-Style castsMatthias Maennich2017-09-281-1/+1
| * Fix some occurrences using string by value rather than by const&Matthias Maennich2017-09-282-3/+4
* | cpack: Fix compilation on Cygwin after auto_ptr removalBrad King2017-09-271-1/+1
|/
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-262-53/+49
* Merge topic 'cpackifw-options'Brad King2017-09-252-0/+43
|\
| * CPackIFW: Add some optionsKonstantin Podsvirov2017-09-212-0/+43
* | Merge topic 'string-empty'Brad King2017-09-221-1/+1
|\ \ | |/ |/|
| * Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-1/+1
* | Merge topic 'cpack-different-checksum-file-per-generator'Brad King2017-09-211-2/+1
|\ \
| * | CPack: use a distinct checksum file for each generatorDomen Vrankar2017-09-201-2/+1
* | | Merge topic 'cpack-check-install-script'Brad King2017-09-211-1/+2
|\ \ \ | |_|/ |/| |
| * | CPack: Add missing check for CPACK_INSTALL_SCRIPT variableAlex Turbov2017-09-201-1/+2
| |/
* | Merge topic 'cxx11-nullptr'Brad King2017-09-207-23/+23
|\ \ | |/ |/|
| * Use C++11 nullptr (cont.)Matthias Maennich2017-09-197-23/+23
* | Merge topic 'ranged-for'Brad King2017-09-1918-389/+246
|\ \
| * | Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-1918-389/+246
* | | Merge topic 'string-clear'Brad King2017-09-195-21/+21
|\ \ \ | |_|/ |/| |
| * | Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-165-21/+21
| |/
* | 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-102-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