summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackDragNDropGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some occurrences using string by value rather than by const&Matthias Maennich2017-09-281-2/+2
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-6/+6
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* cmCPackDragNDropGenerator: Drop unused memberBrad King2017-06-141-2/+0
* Add CM_OVERRIDE to CPack generator destructorsBrad King2017-06-081-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-221-0/+6
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Source/CPack: Add CM_OVERRIDE on MacOS cmCPackGenerator overridesBrad King2016-07-221-5/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-8/+6
* CPack/DragNDrop: Fix handling of certain license file content (#15899)Andrey Mishchenko2016-01-071-5/+7
* CPack/DragNDrop: Allow single license for multiple languagesSimon Levermann2015-12-021-0/+1
* CPack/DragNDrop: Optionally run an AppleScript when making a packageRobert Maynard2015-11-131-0/+1
* CPackDMG: Add support for multilingual SLAsSimon Levermann2015-11-061-0/+11
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* Fix KWStyle warningsEric NOULARD2011-04-011-1/+2
* Add component support to DragNDrop generator.Clinton Stimpson2011-03-311-1/+5
* CPack: Avoid member shadowing after API refactorBrad King2010-08-111-2/+1
* CPack: Refactor API in order to handle multi-file packagesEric NOULARD2010-08-111-2/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* STYLE: Fix style line-too-long violations.David Cole2009-02-201-3/+3
* BUG: A little bit more refactoring from BundleGenerator to DragNDropGenerator...David Cole2009-02-191-0/+2
* BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build o...David Cole2009-01-221-0/+47