summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackPackageMakerGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CPack: Remove the deprecated PackageMaker generatorCraig Scott2022-05-041-577/+0
* Rename cmProp in cmValueMarc Chevrier2021-09-211-7/+7
* Use new SetOption signaturesMarc Chevrier2021-09-151-5/+3
* cmCPackGenerator::GetOption returns cmPropMarc Chevrier2021-09-131-11/+12
* CPack: Deprecate PackageMaker generatorBrad King2020-01-311-0/+3
* CPack: Set background image in macOS installerSergey Larin2019-11-081-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+3
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-3/+3
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-27/+21
* cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-061-2/+2
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-10/+10
* clang-tidy: fix warnings in macOS-only codeBrad King2018-11-271-2/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-19/+23
* Make use of std::chrono throughout every componentWouter Klouwen2018-01-231-4/+6
* CPack: Fix PackageMaker .dmg HFS+ creation on macOS APFS hostsBrad King2017-10-051-2/+2
* Fix some occurrences of readability-braces-around-statementsMatthias Maennich2017-09-281-1/+2
* Use C++11 nullptr (cont.)Matthias Maennich2017-09-191-4/+4
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-221-9/+9
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* tidy: Fix readability-redundant-string-cstr issuesGregor Jasny2016-09-041-8/+8
* CPack/PackageMaker: port to cmXMLWriterDaniel Pfeifer2016-06-091-15/+17
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-13/+13
* productbuild: Add new productbuild cpack generator.Clinton Stimpson2016-06-031-0/+2
* PackageMaker: factor out common code for creating pkg files.Clinton Stimpson2016-06-021-324/+0
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-449/+311
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-17/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-7/+7
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-5/+6
* Merge topic 'cpack-PackageMaker-OSX-10.10'Brad King2015-01-151-9/+25
|\
| * CPack: Fix PackageMaker internal versioning for OS X 10.10Calin Cascaval2015-01-121-9/+25
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-10/+11
* | cpack: Fix installed size computation with PackageMaker generatorCalin Cascaval2014-12-221-0/+1
|/
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-7/+8
* stringapi: Use string for OS X resource namesBen Boeckel2014-03-081-4/+5
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+3
* PackageMaker: Enable postflight script in component mode (#12375)Clinton Stimpson2012-10-311-35/+91
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-46/+46
* Merge topic 'fix-12621-xcode43'Brad King2012-03-191-23/+64
|\
| * CPack: Use real path to PackageMaker to find its version file (#12621)David Cole2012-03-131-0/+3
| * Xcode: Detect new default locations of Xcode 4.3 bits and pieces (#12621)David Cole2012-03-091-23/+61
* | CPack: Fix retry logic when calls to hdiutil failDavid Cole2012-03-091-2/+4
|/
* Silence the may be used uninitialized warnings: initialize stuff.David Cole2011-02-031-1/+1
* CPack: Refactor API in order to handle multi-file packagesEric NOULARD2010-08-111-6/+4
* Try to avoid cronic random failures on some Macs.Bill Hoffman2009-10-041-2/+13
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-011-10/+21
* BUG: Fix issue #7414 - do not crash when given components with circular depen...David Cole2008-07-301-5/+22