summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackDragNDropGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Access std::ios_base with std::iosDaniel Pfeifer2016-06-141-1/+1
* CPack/DragNDrop: Optionally disable `/Applications` symlinkHarry Mallon2016-05-251-5/+10
* cmCPackDragNDropGenerator: Replace std::{ostringstream => string}Brad King2016-05-171-5/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-440/+316
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-9/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CPack: Avoid using OS X CoreServices if compiler fails on header (#16021)Brad King2016-03-181-0/+6
* CPack: Avoid requiring Carbon framework on OS X (#16021)Sean McBride2016-03-171-15/+6
* CPack/DragNDrop: Fix handling of certain license file content (#15899)Andrey Mishchenko2016-01-071-20/+70
* CPack/DragNDrop: Allow single license for multiple languagesSimon Levermann2015-12-021-7/+16
* CPack/DragNDrop: Use documented CPACK_DMG_SLA_LANGUAGES variableSimon Levermann2015-11-231-7/+7
* CPack/DragNDrop: Optionally run an AppleScript when making a packageRobert Maynard2015-11-131-11/+99
* CPack/DragNDrop: Place the background image file in a hidden folderRobert Maynard2015-11-131-16/+2
* CPack/DragNDrop: Use source file extension for background imageRobert Maynard2015-11-131-1/+5
* CPackDMG: Add support for multilingual SLAsSimon Levermann2015-11-061-39/+322
* cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-22/+22
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
* cpack: For DragNDrop generator, add sysroot option when calling Rez.Clinton Stimpson2013-11-011-1/+1
* cpack: For DragNDrop generator, add sysroot option when calling Rez.Clinton Stimpson2013-11-011-1/+6
* Fix for possible Rez errors when creating dmg.Clinton Stimpson2012-10-231-1/+16
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-17/+17
* Xcode: Detect new default locations of Xcode 4.3 bits and pieces (#12621)David Cole2012-03-091-2/+8
* DragNDrop: Fix problem with relocated files in Xcode 4.3Clinton Stimpson2012-02-291-5/+4
* Fix KWStyle warningsEric NOULARD2011-04-011-8/+17
* Add component support to DragNDrop generator.Clinton Stimpson2011-03-311-4/+91
* CPack: Avoid member shadowing after API refactorBrad King2010-08-111-4/+3
* CPack: Refactor API in order to handle multi-file packagesEric NOULARD2010-08-111-4/+2
* Fix issue #8818 - escape quotes in the license file when using the DragNDrop ...David Cole2009-09-281-0/+7
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix issue #8759 - add support for setting dmg volume name and compressio...David Cole2009-04-031-2/+78
* STYLE: Fix line length violation.David Cole2009-02-241-1/+2
* ENH: Add license file presentation to the Drag-N-Drop dmg file CPack generato...David Cole2009-02-231-6/+157
* STYLE: Fix style line-too-long violations.David Cole2009-02-201-3/+4
* BUG: A little bit more refactoring from BundleGenerator to DragNDropGenerator...David Cole2009-02-191-47/+53
* BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build o...David Cole2009-01-221-0/+253