index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
CPack
/
cmCPackDragNDropGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-9/+10
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-2/+2
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-9/+7
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-3/+3
*
cmSystemTools::RunSingleCommand: Accept std::string argument
Vitaly Stakhovsky
2019-02-06
1
-2/+2
*
Merge topic 'copyfile-stdstring'
Brad King
2019-01-30
1
-2/+1
|
\
|
*
cmSystemTools: copy file member functions accept std::string params
Vitaly Stakhovsky
2019-01-29
1
-2/+1
*
|
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+1
|
/
*
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-2/+2
*
clang-tidy: fix warnings in macOS-only code
Brad King
2018-11-27
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-32/+38
*
Make use of std::chrono throughout every component
Wouter Klouwen
2018-01-23
1
-3/+4
*
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
[next]