summaryrefslogtreecommitdiffstats
path: root/Source/CPack/IFW
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-292-4/+5
* cmList class: various enhancementsMarc Chevrier2023-04-291-6/+6
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-243-11/+12
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-163-22/+24
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-2/+1
* style: use `cmStrCat` in some more locationsBen Boeckel2022-05-191-1/+1
* CPackIFW: Fix regression in icon file namesJean-Philippe Lebel2022-04-141-3/+3
* CPack/IFW: Add missing referenced source file validationCraig Scott2022-03-251-2/+22
* Merge topic 'ifw-sign-installer'Brad King2021-12-023-0/+23
|\
| * CPackIFW: add support for signing the generated app bundles on macOSErlend E. Aasland2021-11-223-0/+23
* | Source: Cleanup and simplify some codeRose2021-11-042-6/+6
|/
* CPackIFW: add support for archive format and compression level optionsErlend E. Aasland2021-10-282-0/+32
* Source: Simplify some boolean expressionsRose2021-10-231-5/+4
* CPackIFW: Add support for RunProgram* config variablesErlend E. Aasland2021-10-172-0/+44
* Merge topic 'ifw-installer-icon-filenames'Craig Scott2021-10-151-4/+12
|\
| * CPackIFW: Avoid colliding names for icons / logosErlend E. Aasland2021-10-141-4/+12
* | CPackIFW: Add support for DisableCommandLineInterface config attributeKonstantin Podsvirov2021-10-142-0/+19
|/
* 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
|/
* Rename cmProp in cmValueMarc Chevrier2021-09-216-86/+89
* cmSystemTools::VersionCompare: use std::string for argumentsMarc Chevrier2021-09-171-5/+3
* Use new SetOption signaturesMarc Chevrier2021-09-151-1/+1
* cmCPackGenerator::GetOption returns cmPropMarc Chevrier2021-09-136-149/+147
* CPackIFW: Fix parsing of name and version in component DEPENDSCraig Scott2021-03-261-32/+77
* CPackIFW: Remove redundant variable assignmentCraig Scott2021-03-241-1/+1
* CPackIFWInstaller: Avoid potential null pointer dereferenceCraig Scott2021-02-191-2/+9
* CPackIFW: Improve warning and docs for show page list optionCraig Scott2021-02-141-3/+5
* CPackIFW: Fix cppcheck warningsCraig Scott2021-02-141-3/+4
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-274-12/+12
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-054-13/+13
* CPackIFW: Add CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST variableKonstantin Podsvirov2020-11-272-0/+29
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-035-20/+5
* IWYU: mark <cstddef> as neededBen Boeckel2020-04-291-1/+1
* clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-4/+0
* replace "substr(0, xx) ==" with cmHasPrefix()Rolf Eike Beer2020-03-231-8/+2
* remove needless check for std::string::substr()Rolf Eike Beer2020-03-231-2/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-019-30/+30
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-163-3/+3
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-102-20/+14
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-043-9/+9
* IWYU: Add missing cstddef includes for size_t and nullptr_tBrad King2019-09-031-0/+1
* CPack/IFW: Command vectorizationKonstantin Podsvirov2019-08-271-47/+72
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-233-8/+4
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-222-6/+5
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-4/+4
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-144-16/+18
* cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-051-1/+2