summaryrefslogtreecommitdiffstats
path: root/Source/CPack/IFW/cmCPackIFWGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-2/+3
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-161-1/+1
* style: use `cmStrCat` in some more locationsBen Boeckel2022-05-191-1/+1
* CPackIFW: add support for signing the generated app bundles on macOSErlend E. Aasland2021-11-221-0/+11
* CPackIFW: add support for archive format and compression level optionsErlend E. Aasland2021-10-281-0/+30
* CPackIFW: Refactor cmCPackIFWGenerator::PackageFilesErlend E. Aasland2021-10-111-166/+197
* Rename cmProp in cmValueMarc Chevrier2021-09-211-16/+18
* Use new SetOption signaturesMarc Chevrier2021-09-151-1/+1
* cmCPackGenerator::GetOption returns cmPropMarc Chevrier2021-09-131-30/+27
* replace "substr(0, xx) ==" with cmHasPrefix()Rolf Eike Beer2020-03-231-8/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-17/+11
* CPack/IFW: Command vectorizationKonstantin Podsvirov2019-08-271-47/+72
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-4/+3
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-4/+4
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-3/+4
* cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-061-4/+4
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-2/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-13/+22
* Make use of std::chrono throughout every componentWouter Klouwen2018-01-231-6/+7
* Various typo fixesLuz Paz2018-01-031-1/+1
* Merge topic 'ranged-for'Brad King2017-09-191-19/+10
|\
| * Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-191-19/+10
* | Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-2/+2
|/
* Merge topic 'cpackifw-repositories-directories'Brad King2017-08-281-0/+39
|\
| * CPackIFW: Add CPACK_IFW_REPOSITORIES_DIRECTORIES variableKonstantin Podsvirov2017-08-171-0/+39
* | Use C++11 nullptrDaniel Pfeifer2017-08-241-5/+5
|/
* CPackIFW: Add CPACK_IFW_PACKAGE_FILE_EXTENSION variableKonstantin Podsvirov2017-08-091-10/+24
* CPackIFW: Access refactoringKonstantin Podsvirov2017-05-091-108/+117
* CPackIFW: Refactor out some commonly used codeKonstantin Podsvirov2017-05-031-73/+40
* CPack: drop CPack prefix for includesDaniel Pfeifer2017-04-111-3/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CPackIFW: Add 'cpack_ifw_add_package_resources' commandKonstantin Podsvirov2016-09-191-0/+13
* CPack: include what you useDaniel Pfeifer2016-09-061-15/+14
* use CM_NULLPTRDaniel Pfeifer2016-06-281-7/+9
* Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-141-1/+1
* Add missing braces around statements.Daniel Pfeifer2016-06-101-8/+16
* CPackIFW: Add support for Promoting UpdatesKonstantin Podsvirov2016-05-181-6/+56
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-292/+207
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-22/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-8/+8
* CPack/IFW: port to cmXMLWriterDaniel Pfeifer2016-03-231-7/+8
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-08-241-1/+1
* CPackIFW: Load module to set CPACK_IFW_FRAMEWORK_VERSIONKonstantin Podsvirov2015-07-081-2/+4
* CPackIFW: Add QtIFW 2.0 supportKonstantin Podsvirov2015-05-151-3/+76
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-2/+4
* CPackIFW: Added support for multiple repositoriesKonstantin Podsvirov2014-10-051-12/+18