summaryrefslogtreecommitdiff
path: root/Source/CPack/cmCPackDragNDropGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CPack/DragNDrop: Re-implement SLA attachment to avoid deprecated toolsBrad King2020-07-071-231/+217
* Merge topic 'cpack-dmg-breaklongline'Brad King2020-01-271-2/+3
|\
| * CPack/DragNDrop: Fix word corruption in BreakLongLinesKoray Kilinc2020-01-241-2/+3
* | CPack/DragNDrop: Support RTF licensesAndrew Fuller2020-01-241-10/+31
|/
* CPack/DragNDrop: Support CPACK_DMG_<component>_FILE_NAMEAndrew Fuller2020-01-161-0/+5
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-9/+10
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-9/+7
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-3/+3
* cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-061-2/+2
* Merge topic 'copyfile-stdstring'Brad King2019-01-301-2/+1
|\
| * cmSystemTools: copy file member functions accept std::string paramsVitaly Stakhovsky2019-01-291-2/+1
* | clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
|/
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-2/+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-32/+38
* Make use of std::chrono throughout every componentWouter Klouwen2018-01-231-3/+4
* cmCPackDragNDropGenerator: Improve error reportingClinton Stimpson2017-10-111-6/+14
* CPack: Fix .dmg HFS+ creation on macOS APFS hostsBrad King2017-10-021-0/+1
* CPack: put local variable on the stackRolf Eike Beer2017-09-291-4/+3
* Fix some occurrences of readability-braces-around-statementsMatthias Maennich2017-09-281-1/+2
* Convert some leftover loops to C++11 range-based loopMatthias Maennich2017-09-281-11/+11
* Fix left-over occurrences of else-after-returnMatthias Maennich2017-09-281-6/+6
* Clean up some C-Style castsMatthias Maennich2017-09-281-1/+1
* Fix some occurrences using string by value rather than by const&Matthias Maennich2017-09-281-1/+2
* Use C++11 nullptr (cont.)Matthias Maennich2017-09-191-5/+5
* Merge topic 'cpack-dmg-iwyu'Brad King2017-08-301-0/+1
|\
| * cmCPackDragNDropGenerator: Add missing includeBrad King2017-08-291-0/+1
* | CPack: Pass volume mount name to AppleScript instead of volume name.Gusts Kaksis2017-07-201-1/+3
|/
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* cmCPackDragNDropGenerator: Improving handling of temporary dmg imagesClinton Stimpson2017-02-231-20/+25
* iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-231-1/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* tidy: Fix readability-redundant-string-cstr issuesGregor Jasny2016-09-041-3/+2
* 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