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
/
cmCPackNSISGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-4/+4
*
CPack: Move internal implementation modules into Internal/CPack directory
Kyle Edwards
2018-06-21
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-51/+64
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-7/+5
*
Merge topic 'reduce-temporaries'
Brad King
2018-01-29
1
-1/+1
|
\
|
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-1/+1
*
|
Make use of std::chrono throughout every component
Wouter Klouwen
2018-01-23
1
-9/+10
|
/
*
Meta: modernize old-fashioned loops to range-based `for` (CPack).
Pavel Solodovnikov
2017-09-19
1
-82/+53
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-4/+4
*
Remove second arg: npos in substr usages
Pavel Solodovnikov
2017-06-01
1
-2/+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
clang-tidy: apply misc-suspicious-string-compare fixes
Daniel Pfeifer
2016-12-12
1
-7/+5
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
CPack/NSIS: Add custom component install directory
Roman Wüger
2016-09-26
1
-6/+35
*
CPack: include what you use
Daniel Pfeifer
2016-09-06
1
-4/+7
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-6/+8
*
Prefer std::ostream& over derivatives as parameters
Daniel Pfeifer
2016-06-08
1
-4/+4
*
Use std::replace for replacing chars in strings.
Daniel Pfeifer
2016-05-24
1
-5/+5
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-502/+364
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-13/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+2
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-6/+6
*
Merge topic 'cpack-nsis-bitmap'
Brad King
2015-10-08
1
-0/+22
|
\
|
*
CPackNSIS: Add options to set the bitmap for NSIS installer left side
Colin Tracey
2015-10-06
1
-0/+22
*
|
Remove unused cmLocalGenerator include.
Stephen Kelly
2015-10-05
1
-1/+0
|
/
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-08-24
1
-1/+1
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-08-24
1
-2/+2
*
cmSystemTools: Teach RunSingleCommand to separate stdout and stderr
Brad King
2015-04-20
1
-6/+6
*
Remove use of cmsys_stl.
Stephen Kelly
2015-02-05
1
-1/+1
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-14/+14
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-1/+1
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-3/+3
*
regex: Use static regexs where possible
Ben Boeckel
2014-06-09
1
-2/+2
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-21/+21
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-1/+1
*
CPack: Fix NSIS version check without release version (#9721)
Gerald Hofmann
2013-03-08
1
-12/+24
*
CPack/NSIS: Add support for 64-bit NSIS (#13203)
David Golub
2012-11-20
1
-1/+17
*
CPack: Add automatic detection of the Unicode makensis (#9629)
David Cole
2012-10-17
1
-7/+19
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-40/+40
*
CPack: Fixed incorrect error log for CPACK_NSIS_MENU_LINKS.
Fraser Hutchison
2012-05-28
1
-2/+2
*
CPack add necessary check to detect/warns/error on ABSOLUTE DESTINATION
Eric NOULARD
2012-05-14
1
-0/+6
*
CPack add easy possibility to warn about CPACK_SET_DESTDIR
Eric NOULARD
2012-05-14
1
-0/+8
*
CPackNSIS fix #0012935 switch from LOG_WARNING to avoid final error.
Eric NOULARD
2012-02-05
1
-3/+3
*
Merge topic 'cpack-nsis-multi-installs'
David Cole
2011-08-02
1
-4/+0
|
\
|
*
CPack/NSIS: Fix reinstall and multiple install issues when using components.
Clinton Stimpson
2011-07-29
1
-4/+0
*
|
RunSingleCommand: Replace verbose boolean with enum
Johan Björk
2011-07-28
1
-1/+2
|
/
*
Merge topic 'fix-10644-cpack-menu-links'
Brad King
2011-01-11
1
-12/+19
|
\
|
*
CPack: Detect more URLs in CPACK_NSIS_MENU_LINKS (#10644)
David Cole
2011-01-07
1
-12/+19
*
|
Add CPack NSIS MUI_FINISHPAGE_RUN support (#11144)
Mike McQuaid
2011-01-06
1
-0/+11
*
|
Add CPACK_NSIS_EXECUTABLES_DIRECTORY (#7828)
Mike McQuaid
2011-01-06
1
-2/+7
[next]