summaryrefslogtreecommitdiffstats
path: root/Source/CPack/IFW
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * CPackIFW: Add some optionsKonstantin Podsvirov2017-09-212-0/+43
* | Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-1/+1
|/
* Merge topic 'ranged-for'Brad King2017-09-194-73/+48
|\
| * Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-194-73/+48
* | Merge topic 'string-clear'Brad King2017-09-193-19/+19
|\ \
| * | Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-153-19/+19
| |/
* | Use C++11 override instead of CM_OVERRIDEBrad King2017-09-153-18/+18
|/
* Merge topic 'cpackifw-repositories-directories'Brad King2017-08-282-0/+40
|\
| * CPackIFW: Add CPACK_IFW_REPOSITORIES_DIRECTORIES variableKonstantin Podsvirov2017-08-172-0/+40
* | Use C++11 nullptrDaniel Pfeifer2017-08-243-8/+8
|/
* CPackIFW: Add CPACK_IFW_PACKAGE_FILE_EXTENSION variableKonstantin Podsvirov2017-08-092-12/+27
* CPackIFW: Internationalization SupportKonstantin Podsvirov2017-05-124-16/+101
* CPackIFW: Access refactoringKonstantin Podsvirov2017-05-095-558/+583
* CPackIFW: Refactor out some commonly used codeKonstantin Podsvirov2017-05-0310-322/+238