summaryrefslogtreecommitdiff
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
...
| * Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-1/+1
* | Source: Simplify some boolean expressionsRose2021-10-231-5/+4
|/
* Merge topic 'ifw-run-program'Brad King2021-10-192-0/+44
|\
| * CPackIFW: Add support for RunProgram* config variablesErlend E. Aasland2021-10-172-0/+44
* | Merge topic 'fix-ifdef-windows'Brad King2021-10-181-1/+1
|\ \ | |/ |/|
| * Source: Fix typo in _WIN32 preprocessor checksBrad King2021-10-151-1/+1
| * Merge topic 'cmake-E-cat-binary' into release-3.19Brad King2020-10-151-19/+14
| |\
* | \ Merge topic 'ifw-installer-icon-filenames'Craig Scott2021-10-151-4/+12
|\ \ \
| * | | CPackIFW: Avoid colliding names for icons / logosErlend E. Aasland2021-10-151-4/+12
* | | | CPackIFW: Add support for DisableCommandLineInterface config attributeKonstantin Podsvirov2021-10-142-0/+19
* | | | Merge topic 'clang-warnings'Brad King2021-10-141-1/+1
|\ \ \ \
| * | | | Fix Clang -Wbitwise-instead-of-logical warningsBrad King2021-10-131-1/+1
| |/ / /
* | | | Merge topic 'wix_extension'Brad King2021-10-141-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | CPack/WiX: Add option to skip the WixUIExtensionVasileios Anagnostopoulos2021-10-121-1/+3
* | | | Merge topic 'ifw-refactor-packagefiles'Brad King2021-10-132-166/+203
|\ \ \ \
| * | | | CPackIFW: Refactor cmCPackIFWGenerator::PackageFilesErlend E. Aasland2021-10-112-166/+203
| |/ / /
* | | | Merge topic 'ifw-product-images'Brad King2021-10-132-0/+22
|\ \ \ \
| * | | | CPackIFW: Add support for ProductImages config optionErlend E. Aasland2021-10-082-0/+22
| |/ / /
* | | | CPackIFW: Add version guard for configuration attributesErlend E. Aasland2021-10-081-77/+86
|/ / /
* | | CPack/OSXX11: Fix Clang 13 Wunused-but-set-variableSean McBride2021-10-051-1/+1
* | | Rename cmProp in cmValueMarc Chevrier2021-09-2127-269/+273
* | | cmSystemTools::VersionCompare: use std::string for argumentsMarc Chevrier2021-09-171-5/+3
* | | Use new SetOption signaturesMarc Chevrier2021-09-1514-112/+88
* | | cmCPackGenerator::SetOption accepts cmProp or std::stringMarc Chevrier2021-09-152-4/+41
* | | cmProp: cm::string_view cast operator must be explicitMarc Chevrier2021-09-141-2/+2
* | | cmCPackGenerator::GetOption returns cmPropMarc Chevrier2021-09-1326-494/+462
* | | cmArchiveWrite: Check for construction errors on OpenBrad King2021-08-201-3/+21
* | | Merge topic 'nsis_ignore_license_page'Brad King2021-08-031-0/+7
|\ \ \
| * | | CPack/NSIS: Add option to not display license pageJohnny Jazeix2021-08-011-0/+7
* | | | Merge topic 'minimal_nsis'Brad King2021-08-031-2/+2
|\ \ \ \
| * | | | CPack/NSIS: Bump minimal version of NSIS to 3.03Johnny Jazeix2021-08-021-2/+2
| |/ / /
* | | | CPack/DEB: Add zstd compression for deb packagesRussell Greene2021-07-291-0/+3
|/ / /
* | | Refactor: Drop redundand `std::endl` calls in the middle of outputAlex Turbov2021-07-131-36/+52
* | | Refactor: Use `cmStrToLong` instead of `std::strtol`Alex Turbov2021-07-131-18/+17
* | | Refactor: Avoid duplicate calls to `GetOption("GEN_DBGSYMDIR")`Alex Turbov2021-07-131-9/+11
* | | Refactor: Deduplicate code of `createDebPackages()`Alex Turbov2021-07-131-22/+19
* | | CPack/DEB: dbgsym package not generated for non-component packagingAlex Turbov2021-07-132-45/+37
* | | Refactor: Extract packaged files finder into a functionAlex Turbov2021-07-131-45/+34
* | | Refactor: cmCPackDebGenerator::PackageComponents handle `else` firstAlex Turbov2021-07-131-27/+27
* | | Refactor: Change return value to bool for private membersAlex Turbov2021-07-132-20/+9
* | | Refactor: Drop unnecessary `if` before `return`Alex Turbov2021-07-131-8/+2
* | | Refactor: Drop useless assignments of `retval` before returnAlex Turbov2021-07-131-4/+2
* | | CPackDeb: sort package files before generating deb fileAlexey Rogachevskiy2021-06-301-0/+7
* | | Merge topic 'cpack-install-opts'Craig Scott2021-05-261-0/+17
|\ \ \
| * | | CPack: Implement new variable CPACK_CUSTOM_INSTALL_VARIABLESNils Gladitz2021-05-241-0/+17
* | | | CPack/WIX: Use language en-US, font Consolas, size 14Jason Erb2021-05-241-3/+3
|/ / /
* | | clang-tidy: fix `bugprone-redundant-branch-condition`Brad King2021-05-111-1/+1
* | | Source: Fix typos and spelling in commentsJosef Angstenberger2021-05-071-1/+1
* | | cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommandfriendlyanon2021-05-011-1/+1
* | | cmCPackDebGenerator: Remove unused local variableBrad King2021-04-281-1/+0