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
/
cmCPackBundleGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert some leftover loops to C++11 range-based loop
Matthias Maennich
2017-09-28
1
-4/+3
*
Use C++11 nullptr (cont.)
Matthias Maennich
2017-09-19
1
-1/+1
*
iwyu: Fix OSX specific issues
Daniel Pfeifer
2016-11-22
1
-2/+3
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
Remove c_str() calls from stream arguments.
Daniel Pfeifer
2016-06-06
1
-4/+4
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-99/+89
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-6/+0
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
CPack: Add support to overwrite or pass additional parameter to codesign
André Klitzing
2015-03-23
1
-3/+11
*
CPack: Print output from codesign if signing fails
André Klitzing
2015-02-20
1
-6/+7
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-13/+13
*
CPack: Add support for code signing of bundles on MacOS
André Klitzing
2014-10-28
1
-1/+125
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-2/+2
*
Add component support to DragNDrop generator.
Clinton Stimpson
2011-03-31
1
-1/+6
*
CPack: Avoid member shadowing after API refactor
Brad King
2010-08-11
1
-1/+1
*
CPack: Refactor API in order to handle multi-file packages
Eric NOULARD
2010-08-11
1
-4/+2
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
BUG: A little bit more refactoring from BundleGenerator to DragNDropGenerator...
David Cole
2009-02-19
1
-125/+1
*
BUG: Fix issue #8383. Avoid crashing when using the Bundle CPack generator an...
David Cole
2009-01-22
1
-0/+16
*
BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build o...
David Cole
2009-01-22
1
-82/+0
*
BUG: Fix issue #7523: Analyze output of 'hdiutil attach' to get the name of t...
David Cole
2009-01-21
1
-7/+11
*
ENH: allow startup command to be optional
Bill Hoffman
2008-12-04
1
-27/+22
*
STYLE: fix line length issues
Bill Hoffman
2008-10-02
1
-2/+4
*
STYLE: fix line length stuff for KWStyle
Bill Hoffman
2008-10-01
1
-5/+11
*
ENH: Improvements to the bundle cpack generator from second patch attached to...
David Cole
2008-07-18
1
-100/+138
*
COMP: Eliminate unreferenced variable warning
David Cole
2008-06-19
1
-0/+2
*
ENH: Apply patch for feature request #7170. Thanks to Tim Shead for contribut...
David Cole
2008-06-18
1
-0/+319