| Commit message (Expand) | Author | Age | Files | Lines |
* | Source: Simplify some boolean expressions | Rose | 2021-10-23 | 1 | -5/+4 |
|
|
* | Merge topic 'ifw-run-program' | Brad King | 2021-10-19 | 2 | -0/+44 |
|\ |
|
| * | CPackIFW: Add support for RunProgram* config variables | Erlend E. Aasland | 2021-10-17 | 2 | -0/+44 |
|
|
* | | Merge topic 'fix-ifdef-windows' | Brad King | 2021-10-18 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Source: Fix typo in _WIN32 preprocessor checks | Brad King | 2021-10-15 | 1 | -1/+1 |
|
|
| * | Merge topic 'cmake-E-cat-binary' into release-3.19 | Brad King | 2020-10-15 | 1 | -19/+14 |
| |\ |
|
* | \ | Merge topic 'ifw-installer-icon-filenames' | Craig Scott | 2021-10-15 | 1 | -4/+12 |
|\ \ \ |
|
| * | | | CPackIFW: Avoid colliding names for icons / logos | Erlend E. Aasland | 2021-10-14 | 1 | -4/+12 |
|
|
* | | | | CPackIFW: Add support for DisableCommandLineInterface config attribute | Konstantin Podsvirov | 2021-10-14 | 2 | -0/+19 |
|
|
* | | | | Merge topic 'clang-warnings' | Brad King | 2021-10-14 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix Clang -Wbitwise-instead-of-logical warnings | Brad King | 2021-10-13 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge topic 'wix_extension' | Brad King | 2021-10-14 | 1 | -1/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | CPack/WiX: Add option to skip the WixUIExtension | Vasileios Anagnostopoulos | 2021-10-12 | 1 | -1/+3 |
|
|
* | | | | Merge topic 'ifw-refactor-packagefiles' | Brad King | 2021-10-13 | 2 | -166/+203 |
|\ \ \ \ |
|
| * | | | | CPackIFW: Refactor cmCPackIFWGenerator::PackageFiles | Erlend E. Aasland | 2021-10-11 | 2 | -166/+203 |
| |/ / / |
|
* | | | | Merge topic 'ifw-product-images' | Brad King | 2021-10-13 | 2 | -0/+22 |
|\ \ \ \ |
|
| * | | | | CPackIFW: Add support for ProductImages config option | Erlend E. Aasland | 2021-10-08 | 2 | -0/+22 |
| |/ / / |
|
* | | | | CPackIFW: Add version guard for configuration attributes | Erlend E. Aasland | 2021-10-08 | 1 | -77/+86 |
|/ / / |
|
* | | | CPack/OSXX11: Fix Clang 13 Wunused-but-set-variable | Sean McBride | 2021-10-05 | 1 | -1/+1 |
|
|
* | | | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 27 | -269/+273 |
|
|
* | | | cmSystemTools::VersionCompare: use std::string for arguments | Marc Chevrier | 2021-09-17 | 1 | -5/+3 |
|
|
* | | | Use new SetOption signatures | Marc Chevrier | 2021-09-15 | 14 | -112/+88 |
|
|
* | | | cmCPackGenerator::SetOption accepts cmProp or std::string | Marc Chevrier | 2021-09-15 | 2 | -4/+41 |
|
|
* | | | cmProp: cm::string_view cast operator must be explicit | Marc Chevrier | 2021-09-14 | 1 | -2/+2 |
|
|
* | | | cmCPackGenerator::GetOption returns cmProp | Marc Chevrier | 2021-09-13 | 26 | -494/+462 |
|
|
* | | | cmArchiveWrite: Check for construction errors on Open | Brad King | 2021-08-20 | 1 | -3/+21 |
|
|
* | | | Merge topic 'nsis_ignore_license_page' | Brad King | 2021-08-03 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | CPack/NSIS: Add option to not display license page | Johnny Jazeix | 2021-08-01 | 1 | -0/+7 |
|
|
* | | | | Merge topic 'minimal_nsis' | Brad King | 2021-08-03 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | CPack/NSIS: Bump minimal version of NSIS to 3.03 | Johnny Jazeix | 2021-08-02 | 1 | -2/+2 |
| |/ / / |
|
* | | | | CPack/DEB: Add zstd compression for deb packages | Russell Greene | 2021-07-29 | 1 | -0/+3 |
|/ / / |
|
* | | | Refactor: Drop redundand `std::endl` calls in the middle of output | Alex Turbov | 2021-07-13 | 1 | -36/+52 |
|
|
* | | | Refactor: Use `cmStrToLong` instead of `std::strtol` | Alex Turbov | 2021-07-13 | 1 | -18/+17 |
|
|
* | | | Refactor: Avoid duplicate calls to `GetOption("GEN_DBGSYMDIR")` | Alex Turbov | 2021-07-13 | 1 | -9/+11 |
|
|
* | | | Refactor: Deduplicate code of `createDebPackages()` | Alex Turbov | 2021-07-13 | 1 | -22/+19 |
|
|
* | | | CPack/DEB: dbgsym package not generated for non-component packaging | Alex Turbov | 2021-07-13 | 2 | -45/+37 |
|
|
* | | | Refactor: Extract packaged files finder into a function | Alex Turbov | 2021-07-13 | 1 | -45/+34 |
|
|
* | | | Refactor: cmCPackDebGenerator::PackageComponents handle `else` first | Alex Turbov | 2021-07-13 | 1 | -27/+27 |
|
|
* | | | Refactor: Change return value to bool for private members | Alex Turbov | 2021-07-13 | 2 | -20/+9 |
|
|
* | | | Refactor: Drop unnecessary `if` before `return` | Alex Turbov | 2021-07-13 | 1 | -8/+2 |
|
|
* | | | Refactor: Drop useless assignments of `retval` before return | Alex Turbov | 2021-07-13 | 1 | -4/+2 |
|
|
* | | | CPackDeb: sort package files before generating deb file | Alexey Rogachevskiy | 2021-06-30 | 1 | -0/+7 |
|
|
* | | | Merge topic 'cpack-install-opts' | Craig Scott | 2021-05-26 | 1 | -0/+17 |
|\ \ \ |
|
| * | | | CPack: Implement new variable CPACK_CUSTOM_INSTALL_VARIABLES | Nils Gladitz | 2021-05-23 | 1 | -0/+17 |
|
|
* | | | | CPack/WIX: Use language en-US, font Consolas, size 14 | Jason Erb | 2021-05-24 | 1 | -3/+3 |
|/ / / |
|
* | | | clang-tidy: fix `bugprone-redundant-branch-condition` | Brad King | 2021-05-11 | 1 | -1/+1 |
|
|
* | | | Source: Fix typos and spelling in comments | Josef Angstenberger | 2021-05-07 | 1 | -1/+1 |
|
|
* | | | cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommand | friendlyanon | 2021-05-01 | 1 | -1/+1 |
|
|
* | | | cmCPackDebGenerator: Remove unused local variable | Brad King | 2021-04-28 | 1 | -1/+0 |
|
|
* | | | cmArchiveWrite: Consolidate multiple ways to set thread count | Nils Gladitz | 2021-04-22 | 3 | -34/+12 |
|
|