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: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
1
-1/+1
*
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-2/+3
*
CPack/NSIS: Add option for setting DPI-aware
Johnny Jazeix
2020-04-14
1
-0/+5
*
Merge topic 'cpack-nsis-version'
Brad King
2020-04-01
1
-2/+2
|
\
|
*
CPack/NSIS: Document and check requirement of at least NSIS 3.0
Brad King
2020-03-31
1
-2/+2
*
|
use string_views to avoid memory allocations
Rolf Eike Beer
2020-03-24
1
-7/+6
*
|
replace std::string::substr() with operations that do not allocate memory
Rolf Eike Beer
2020-03-23
1
-1/+1
|
/
*
CPack/NSIS: Add option for setting MUI_HEADERIMAGE_BITMAP
Johnny Jazeix
2020-01-02
1
-4/+9
*
Merge topic 'cpack-custom-templates'
Brad King
2019-11-18
1
-3/+2
|
\
|
*
CPack: Restore support for custom package configuration templates
Brad King
2019-11-15
1
-3/+2
*
|
CPack/NSIS: Add options for custom welcome/finish titles + display on 3 lines
Johnny Jazeix
2019-11-05
1
-6/+31
|
/
*
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
-2/+2
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-4/+4
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-39/+29
*
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-4/+2
|
\
|
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-4/+2
*
|
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
[next]