summaryrefslogtreecommitdiff
path: root/Source/CPack/IFW/cmCPackIFWPackage.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-30/+30
* cmCPackGenerator::GetOption returns cmPropMarc Chevrier2021-09-131-48/+48
* CPackIFW: Fix parsing of name and version in component DEPENDSCraig Scott2021-03-271-32/+77
* CPackIFW: Remove redundant variable assignmentCraig Scott2021-03-241-1/+1
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-4/+4
* remove needless check for std::string::substr()Rolf Eike Beer2020-03-231-2/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-5/+5
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-3/+3
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-9/+10
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-221-2/+2
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-1/+1
* Fix misc. typosluz.paz2018-06-041-4/+4
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+4
* CPackIFW: Add some optionsKonstantin Podsvirov2017-09-211-0/+37
* Merge topic 'ranged-for'Brad King2017-09-191-45/+32
|\
| * Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-191-45/+32
* | Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-10/+10
|/
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* CPackIFW: Internationalization SupportKonstantin Podsvirov2017-05-131-14/+36
* CPackIFW: Access refactoringKonstantin Podsvirov2017-05-101-198/+202
* CPackIFW: Refactor out some commonly used codeKonstantin Podsvirov2017-05-031-76/+17
* clang-tidy: use operators for string comparisonDaniel Pfeifer2017-04-261-3/+3
* clang-tidy: remove reduntant .data() callsDaniel Pfeifer2017-04-211-6/+4
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* CPack: drop CPack prefix for includesDaniel Pfeifer2017-04-111-3/+3
* CPackIFW: Add some optionsKonstantin Podsvirov2017-01-241-18/+154
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-1/+1
* CPackIFW: Add some optionsKonstantin Podsvirov2016-11-241-2/+80
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CPackIFW: Add USER_INTERFACES optionPierluigi Taddei2016-09-161-0/+30
* CPack: include what you useDaniel Pfeifer2016-09-071-6/+13
* use CM_NULLPTRDaniel Pfeifer2016-06-281-4/+4
* Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-141-1/+1
* Add missing braces around statements.Daniel Pfeifer2016-06-101-5/+10
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-3/+3
* CPackIFW: Command cpack_ifw_configure_component learned ESSENTIAL optionKonstantin Podsvirov2016-05-231-0/+11
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-233/+156
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-14/+0
* CPack/IFW: port to cmXMLWriterDaniel Pfeifer2016-03-231-37/+30
* CPackIFW: Add QtIFW 2.0 supportKonstantin Podsvirov2015-05-151-0/+26
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* CPackIFW: Revise this generatorKonstantin Podsvirov2014-08-121-3/+57
* CPackIFW: Refactor and revise this generatorKonstantin Podsvirov2014-08-111-0/+486