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
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-5/+3
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-5/+4
*
Refactor: Move CPack internal files to `Internal/CPack/` directory
Alex Turbov
2019-07-09
1
-2/+3
*
Modernize: Enable modernize-raw-string-literal in clang-tidy
Artur Ryt
2019-04-02
1
-13/+13
*
cmMakefile::ConfigureFile: Accept `std::string` parameters
Vitaly Stakhovsky
2019-02-19
1
-3/+2
*
cmSystemTools::RunSingleCommand: Accept std::string argument
Vitaly Stakhovsky
2019-02-06
1
-5/+5
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+1
*
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-1/+1
*
clang-tidy: Fix readability-static-accessed-through-instance
Regina Pfeifer
2018-11-21
1
-2/+4
*
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
[next]