summaryrefslogtreecommitdiff
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-073-5/+5
* CPack: Fix newline output in .deb generatorKyle Edwards2020-04-301-11/+15
* IWYU: mark <cstddef> as neededBen Boeckel2020-04-291-1/+1
* Merge topic 'cpack-symlinks'Brad King2020-04-222-0/+5
|\
| * CPack: Do not recurse through directory symlinksBrad King2020-04-212-0/+5
* | Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-172-4/+5
* | Merge topic 'cpack-nsis-dpi-aware'Brad King2020-04-151-0/+5
|\ \
| * | CPack/NSIS: Add option for setting DPI-awareJohnny Jazeix2020-04-141-0/+5
* | | clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-4/+0
|/ /
* | Merge topic 'parallel-lzma-compression'Brad King2020-04-063-0/+41
|\ \
| * | cmCPackArchiveGenerator: support multithreaded compressionBen Boeckel2020-04-031-1/+18
| * | cmCPackArchiveGenerator: support setting archive optionsBen Boeckel2020-03-312-0/+14
| * | cmArchiveWrite: split out opening the fileBen Boeckel2020-03-312-0/+10
* | | cmWorkingDirectory: Add GetOldDirectory methodBrad King2020-04-031-2/+2
* | | CPack/FreeBSD: Use RAII to save/restore working directoryBrad King2020-04-031-3/+2
* | | Merge topic 'cpack-nsis-version'Brad King2020-04-011-2/+2
|\ \ \ | | |/ | |/|
| * | CPack/NSIS: Document and check requirement of at least NSIS 3.0Brad King2020-03-311-2/+2
* | | Merge topic 'string-prefix'Brad King2020-03-267-35/+30
|\ \ \
| * | | use string_views to avoid memory allocationsRolf Eike Beer2020-03-243-15/+18
| * | | replace std::string::substr() with operations that do not allocate memoryRolf Eike Beer2020-03-232-2/+2
| * | | replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-1/+1
| * | | replace "substr(0, xx) ==" with cmHasPrefix()Rolf Eike Beer2020-03-232-10/+3
| * | | CPackWIXGenerator: use cmStrCat for more partsRolf Eike Beer2020-03-231-5/+5
| * | | remove needless check for std::string::substr()Rolf Eike Beer2020-03-231-2/+1
| | |/ | |/|
* | | CMake compilation: do not use compiler extensionsMarc Chevrier2020-03-231-0/+5
|/ /
* | Modernize memory managementMarc Chevrier2020-03-088-69/+58
|/
* 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
|/