summaryrefslogtreecommitdiffstats
path: root/Source/CPack/IFW/cmCPackIFWRepository.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-2/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-7/+7
* cmCPackGenerator::GetOption returns cmPropMarc Chevrier2021-09-131-12/+13
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-2/+2
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-3/+3
* clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-4/+0
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* cmSystemTools::RenameFile: Accepts std::string argsVitaly Stakhovsky2019-01-231-1/+1
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-1/+1
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-1/+1
* Merge topic 'ranged-for'Brad King2017-09-191-3/+2
|\
| * Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-191-3/+2
* | Merge topic 'string-clear'Brad King2017-09-191-7/+7
|\ \
| * | Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-7/+7
| |/
* | Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-3/+3
|/
* CPackIFW: Access refactoringKonstantin Podsvirov2017-05-091-85/+87
* CPackIFW: Refactor out some commonly used codeKonstantin Podsvirov2017-05-031-48/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* CPack: drop CPack prefix for includesDaniel Pfeifer2017-04-111-1/+1
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CPack: include what you useDaniel Pfeifer2016-09-061-5/+7
* Merge topic 'cpack-ifw-fix-repo-attributes'Brad King2016-07-061-2/+2
|\
| * CPackIFW: Fix attributes for Promoting Updates repository replacementKonstantin Podsvirov2016-07-051-2/+2
* | use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* | Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-271-3/+3
* | Add missing braces around statements.Daniel Pfeifer2016-06-101-4/+9
* | Simplify boolean expressionsDaniel Pfeifer2016-06-021-9/+5
|/
* CPackIFW: Add support for Promoting UpdatesKonstantin Podsvirov2016-05-181-0/+341