summaryrefslogtreecommitdiff
path: root/Source/CPack/cmCPackBundleGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'source_sweep_ostringstream_single'Brad King2019-08-261-3/+2
|\
| * Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-3/+2
* | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
|/
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-6/+4
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+2
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-6/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-10/+10
* Convert some leftover loops to C++11 range-based loopMatthias Maennich2017-09-281-4/+3
* Use C++11 nullptr (cont.)Matthias Maennich2017-09-191-1/+1
* iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-231-2/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-99/+89
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-6/+0
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CPack: Add support to overwrite or pass additional parameter to codesignAndré Klitzing2015-03-231-3/+11
* CPack: Print output from codesign if signing failsAndré Klitzing2015-02-201-6/+7
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-13/+13
* CPack: Add support for code signing of bundles on MacOSAndré Klitzing2014-10-281-1/+125
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* Add component support to DragNDrop generator.Clinton Stimpson2011-03-311-1/+6
* CPack: Avoid member shadowing after API refactorBrad King2010-08-111-1/+1
* CPack: Refactor API in order to handle multi-file packagesEric NOULARD2010-08-111-4/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: A little bit more refactoring from BundleGenerator to DragNDropGenerator...David Cole2009-02-191-125/+1
* BUG: Fix issue #8383. Avoid crashing when using the Bundle CPack generator an...David Cole2009-01-221-0/+16
* BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build o...David Cole2009-01-221-82/+0
* BUG: Fix issue #7523: Analyze output of 'hdiutil attach' to get the name of t...David Cole2009-01-211-7/+11
* ENH: allow startup command to be optionalBill Hoffman2008-12-041-27/+22
* STYLE: fix line length issuesBill Hoffman2008-10-021-2/+4
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-011-5/+11
* ENH: Improvements to the bundle cpack generator from second patch attached to...David Cole2008-07-181-100/+138
* COMP: Eliminate unreferenced variable warningDavid Cole2008-06-191-0/+2
* ENH: Apply patch for feature request #7170. Thanks to Tim Shead for contribut...David Cole2008-06-181-0/+319