| Commit message (Expand) | Author | Age | Files | Lines |
* | cmCPackDragNDropGenerator: Improve error reporting | Clinton Stimpson | 2017-10-12 | 1 | -6/+14 |
|
|
* | CPack: Fix .dmg HFS+ creation on macOS APFS hosts | Brad King | 2017-10-02 | 1 | -0/+1 |
|
|
* | CPack: put local variable on the stack | Rolf Eike Beer | 2017-09-29 | 1 | -4/+3 |
|
|
* | Fix some occurrences of readability-braces-around-statements | Matthias Maennich | 2017-09-28 | 1 | -1/+2 |
|
|
* | Convert some leftover loops to C++11 range-based loop | Matthias Maennich | 2017-09-28 | 1 | -11/+11 |
|
|
* | Fix left-over occurrences of else-after-return | Matthias Maennich | 2017-09-28 | 1 | -6/+6 |
|
|
* | Clean up some C-Style casts | Matthias Maennich | 2017-09-28 | 1 | -1/+1 |
|
|
* | Fix some occurrences using string by value rather than by const& | Matthias Maennich | 2017-09-28 | 1 | -1/+2 |
|
|
* | Use C++11 nullptr (cont.) | Matthias Maennich | 2017-09-19 | 1 | -5/+5 |
|
|
* | Merge topic 'cpack-dmg-iwyu' | Brad King | 2017-08-30 | 1 | -0/+1 |
|\ |
|
| * | cmCPackDragNDropGenerator: Add missing include | Brad King | 2017-08-29 | 1 | -0/+1 |
|
|
* | | CPack: Pass volume mount name to AppleScript instead of volume name. | Gusts Kaksis | 2017-07-20 | 1 | -1/+3 |
|/ |
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | cmCPackDragNDropGenerator: Improving handling of temporary dmg images | Clinton Stimpson | 2017-02-23 | 1 | -20/+25 |
|
|
* | iwyu: Fix OSX specific issues | Daniel Pfeifer | 2016-11-22 | 1 | -1/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | tidy: Fix readability-redundant-string-cstr issues | Gregor Jasny | 2016-09-04 | 1 | -3/+2 |
|
|
* | Access std::ios_base with std::ios | Daniel Pfeifer | 2016-06-14 | 1 | -1/+1 |
|
|
* | CPack/DragNDrop: Optionally disable `/Applications` symlink | Harry Mallon | 2016-05-25 | 1 | -5/+10 |
|
|
* | cmCPackDragNDropGenerator: Replace std::{ostringstream => string} | Brad King | 2016-05-17 | 1 | -5/+4 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -440/+316 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -9/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -2/+2 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | CPack: Avoid using OS X CoreServices if compiler fails on header (#16021) | Brad King | 2016-03-18 | 1 | -0/+6 |
|
|
* | CPack: Avoid requiring Carbon framework on OS X (#16021) | Sean McBride | 2016-03-17 | 1 | -15/+6 |
|
|
* | CPack/DragNDrop: Fix handling of certain license file content (#15899) | Andrey Mishchenko | 2016-01-07 | 1 | -20/+70 |
|
|
* | CPack/DragNDrop: Allow single license for multiple languages | Simon Levermann | 2015-12-02 | 1 | -7/+16 |
|
|
* | CPack/DragNDrop: Use documented CPACK_DMG_SLA_LANGUAGES variable | Simon Levermann | 2015-11-23 | 1 | -7/+7 |
|
|
* | CPack/DragNDrop: Optionally run an AppleScript when making a package | Robert Maynard | 2015-11-13 | 1 | -11/+99 |
|
|
* | CPack/DragNDrop: Place the background image file in a hidden folder | Robert Maynard | 2015-11-13 | 1 | -16/+2 |
|
|
* | CPack/DragNDrop: Use source file extension for background image | Robert Maynard | 2015-11-13 | 1 | -1/+5 |
|
|
* | CPackDMG: Add support for multilingual SLAs | Simon Levermann | 2015-11-06 | 1 | -39/+322 |
|
|
* | cmSystemTools: Teach RunSingleCommand to separate stdout and stderr | Brad King | 2015-04-20 | 1 | -1/+1 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -22/+22 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -1/+2 |
|
|
* | cpack: For DragNDrop generator, add sysroot option when calling Rez. | Clinton Stimpson | 2013-11-01 | 1 | -1/+1 |
|
|
* | cpack: For DragNDrop generator, add sysroot option when calling Rez. | Clinton Stimpson | 2013-11-01 | 1 | -1/+6 |
|
|
* | Fix for possible Rez errors when creating dmg. | Clinton Stimpson | 2012-10-23 | 1 | -1/+16 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -17/+17 |
|
|
* | Xcode: Detect new default locations of Xcode 4.3 bits and pieces (#12621) | David Cole | 2012-03-09 | 1 | -2/+8 |
|
|
* | DragNDrop: Fix problem with relocated files in Xcode 4.3 | Clinton Stimpson | 2012-02-29 | 1 | -5/+4 |
|
|
* | Fix KWStyle warnings | Eric NOULARD | 2011-04-01 | 1 | -8/+17 |
|
|
* | Add component support to DragNDrop generator. | Clinton Stimpson | 2011-03-31 | 1 | -4/+91 |
|
|
* | CPack: Avoid member shadowing after API refactor | Brad King | 2010-08-11 | 1 | -4/+3 |
|
|
* | CPack: Refactor API in order to handle multi-file packages | Eric NOULARD | 2010-08-11 | 1 | -4/+2 |
|
|
* | Fix issue #8818 - escape quotes in the license file when using the DragNDrop ... | David Cole | 2009-09-28 | 1 | -0/+7 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | BUG: Fix issue #8759 - add support for setting dmg volume name and compressio... | David Cole | 2009-04-03 | 1 | -2/+78 |
|
|
* | STYLE: Fix line length violation. | David Cole | 2009-02-24 | 1 | -1/+2 |
|
|