summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackOSXX11Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CPack: Remove undocumented deprecated OSXX11 generatorBrad King2021-11-051-263/+0
* Source: Cleanup and simplify some codeRose2021-11-041-20/+11
* Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+3
* Use new SetOption signaturesMarc Chevrier2021-09-151-5/+3
* cmCPackGenerator::GetOption returns cmPropMarc Chevrier2021-09-131-5/+6
* CPack: Deprecate OSXX11 generatorBrad King2020-01-311-0/+3
* CPack: Restore support for custom package configuration templatesBrad King2019-11-151-1/+1
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+2
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-26/+16
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+2
* Refactor: Move CPack internal files to `Internal/CPack/` directoryAlex Turbov2019-07-091-1/+1
* cmMakefile::ConfigureFile: Accept `std::string` parametersVitaly Stakhovsky2019-02-191-3/+3
* cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-061-2/+2
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-6/+2
* clang-tidy: fix warnings in macOS-only codeBrad King2018-11-271-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-14/+19
* Make use of std::chrono throughout every componentWouter Klouwen2018-01-231-3/+4
* CPack: Fix .dmg HFS+ creation on macOS APFS hostsBrad King2017-10-021-2/+2
* Use C++11 nullptr (cont.)Matthias Maennich2017-09-191-3/+3
* Add self-sufficient wrapper for <sys/stat.h>Daniel Pfeifer2017-03-241-1/+1
* iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-221-7/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* tidy: Fix readability-redundant-string-cstr issuesGregor Jasny2016-09-041-6/+5
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-12/+10
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-102/+91
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-7/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-5/+5
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-3/+3
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-1/+1
* stringapi: Use string for OS X resource namesBen Boeckel2014-03-081-3/+3
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-12/+12
* CPack: Fix retry logic when calls to hdiutil failDavid Cole2012-03-091-3/+5
* Ensure executable files have executable permissions.Wesley Turner2011-05-161-0/+27
* 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/+15
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix issue #7833: Add file extension handling to CPack generated installe...David Cole2009-01-211-0/+9
* ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files in...David Cole2007-10-311-3/+2
* STYLE: fix someones line lengthKen Martin2007-02-221-3/+5
* STYLE: fix line length issuesBill Hoffman2007-02-171-2/+3
* ENH: More work on the packaging. Add Applicaitons, add icons, etcAndy Cedilnik2007-02-131-1/+46
* ENH: First pass at CPack generator for OSX X11 applications. This are applica...Andy Cedilnik2007-01-101-0/+220