summaryrefslogtreecommitdiffstats
path: root/Source/CPack/IFW
Commit message (Expand)AuthorAgeFilesLines
* 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
* CPack/IFW: Add StyleSheet fieldZaytsev Yuriy2019-05-022-0/+20
* cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-061-4/+4
* Merge topic 'copyfile-stdstring'Brad King2019-01-301-2/+1
|\
| * cmSystemTools: copy file member functions accept std::string paramsVitaly Stakhovsky2019-01-291-2/+1
* | Merge topic 'tidy-use-equals-default'Brad King2019-01-293-9/+3
|\ \ | |/ |/|
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-253-9/+3
* | cmSystemTools::RenameFile: Accepts std::string argsVitaly Stakhovsky2019-01-231-1/+1
|/
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-211-2/+2
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-074-5/+5
* Fix misc. typosluz.paz2018-06-041-4/+4
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-014-19/+35
* Merge topic 'reduce-temporaries'Brad King2018-01-291-1/+1
|\
| * Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+1
* | Make use of std::chrono throughout every componentWouter Klouwen2018-01-231-6/+7
|/
* Various typo fixesLuz Paz2018-01-031-1/+1
* CPack/IFW: Add option to control deletion of the install directoryJean-Philippe Lebel2017-12-152-0/+17
* Merge topic 'cpackifw-options'Brad King2017-09-252-0/+43
|\