summaryrefslogtreecommitdiff
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* CPack: Do not recurse through directory symlinksBrad King2020-04-212-0/+5
* CPack/NSIS: Document and check requirement of at least NSIS 3.0Brad King2020-03-311-2/+2
* CPack: Deprecate OSXX11 generatorBrad King2020-01-311-0/+3
* CPack: Deprecate PackageMaker generatorBrad King2020-01-311-0/+3
* Merge topic 'cpack-dmg-breaklongline'Brad King2020-01-271-2/+3
|\
| * CPack/DragNDrop: Fix word corruption in BreakLongLinesKoray Kilinc2020-01-241-2/+3
* | CPack/DragNDrop: Support RTF licensesAndrew Fuller2020-01-241-10/+31
|/
* Merge topic 'cpack-custom-dmg-names'Craig Scott2020-01-171-0/+5
|\
| * CPack/DragNDrop: Support CPACK_DMG_<component>_FILE_NAMEAndrew Fuller2020-01-161-0/+5
* | Merge topic 'fix-cpack-deb-description-file'Brad King2020-01-131-2/+7
|\ \ | |/ |/|
| * CPack: Fix regression in DEB generator descriptionKyle Edwards2020-01-101-2/+7
| * Merge topic 'cpack-custom-templates' into release-3.16Brad King2019-11-186-9/+18
| |\
* | \ Merge topic 'nsis-headerimage'Kyle Edwards2020-01-101-4/+9
|\ \ \
| * | | CPack/NSIS: Add option for setting MUI_HEADERIMAGE_BITMAPJohnny Jazeix2020-01-021-4/+9
* | | | GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-2/+2
|/ / /
* | | Merge topic 'win-no-error-popup'Brad King2019-11-181-1/+0
|\ \ \
| * | | Windows: Restore suppression of error report popups in CI buildsBrad King2019-11-151-1/+0
* | | | Merge topic 'cpack-custom-templates'Brad King2019-11-186-9/+18
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | CPack: Restore support for custom package configuration templatesBrad King2019-11-156-9/+18
* | | Merge topic 'cpack-pkg-background'Brad King2019-11-124-4/+74
|\ \ \
| * | | CPack: Set background image in macOS installerSergey Larin2019-11-084-4/+74
* | | | Merge topic 'remove-CPACK_INSTALL_CMAKE_CONFIGURATIONS'Craig Scott2019-11-121-8/+0
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | CPack: Remove CPACK_INSTALL_CMAKE_CONFIGURATIONSAlex Turbov2019-11-111-8/+0
| |/
* | Merge topic 'cpack-nsis-welcome-finish-title'Brad King2019-11-061-6/+31
|\ \
| * | CPack/NSIS: Add options for custom welcome/finish titles + display on 3 linesJohnny Jazeix2019-11-051-6/+31
| |/
* | CPack: Ensure CPACK_PACKAGE_DIRECTORY is an absolute pathJohnny Jazeix2019-11-011-1/+7
|/
* Revise include order using clang-format-6.0Kitware Robot2019-10-0149-173/+170
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-208-8/+15
* cmCPackGeneratorFactory: rule of zeroTushar Maheshwari2019-09-173-31/+11
* Merge topic 'tidy-deprecated-headers'Brad King2019-09-1612-15/+16
|\
| * clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-1612-15/+16
* | Merge topic 'cpack-wix-start-menu'Brad King2019-09-132-12/+33
|\ \ | |/ |/|
| * CPackWIX: Allow omitting program menu folder and uninstall shortcutAlexej Harm2019-09-122-12/+33
* | clang-tidy: modernize-use-autoRegina Pfeifer2019-09-104-28/+18
|/
* Merge topic 'use-using'Brad King2019-09-0611-25/+25
|\
| * clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-0411-25/+25
* | CPack/FreeBSD: Cleanup include-what-you-use diagnosticsBrad King2019-09-052-3/+5
* | Merge topic 'cpack-zstd'Brad King2019-09-0523-314/+106
|\ \ | |/ |/|
| * CPack: Add generator for .tar.zst packagesRegina Pfeifer2019-09-043-0/+9
| * cmCPackArchiveGenerator: Code cleanupRegina Pfeifer2019-09-0423-314/+97
* | clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-032-2/+2
|/
* IWYU: Add missing cstddef includes for size_t and nullptr_tBrad King2019-09-031-0/+1
* Merge topic 'cpack-install-multiple-configurations'Brad King2019-09-031-21/+49
|\
| * cpack: Add `CPACK_INSTALL_CMAKE_CONFIGURATIONS` variableAlex Turbov2019-08-301-17/+47
| * Refactor: Use `unique_ptr` instead of raw pointerAlex Turbov2019-08-191-5/+3
* | CPack/IFW: Command vectorizationKonstantin Podsvirov2019-08-271-47/+72
* | Merge topic 'pvs-cleanup'Brad King2019-08-261-5/+5
|\ \
| * | cmCPackLog: Fix support for multiple log message tagsBrad King2019-08-261-5/+5
* | | Merge topic 'source_sweep_ostringstream_single'Brad King2019-08-261-3/+2
|\ \ \
| * | | Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-3/+2