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
*
CPack/NSIS: Add options to set makensis arguments
Johnny Jazeix
2022-09-26
1
-2/+32
*
Source: Cleanup and simplify some code
Rose
2021-11-04
1
-3/+3
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-8/+8
*
Use new SetOption signatures
Marc Chevrier
2021-09-15
1
-23/+19
*
cmCPackGenerator::GetOption returns cmProp
Marc Chevrier
2021-09-13
1
-13/+13
*
Merge topic 'nsis_ignore_license_page'
Brad King
2021-08-03
1
-0/+7
|
\
|
*
CPack/NSIS: Add option to not display license page
Johnny Jazeix
2021-08-01
1
-0/+7
*
|
CPack/NSIS: Bump minimal version of NSIS to 3.03
Johnny Jazeix
2021-08-02
1
-2/+2
|
/
*
Merge branch 'master' into nsis-branding-trim-position
Craig Scott
2021-03-24
1
-1/+3
|
\
|
*
CPack/NSIS: Add option for setting custom makensis executable
Johnny Jazeix
2021-02-22
1
-1/+3
*
|
CPack: Validate and document NSIS branding text trim positions
Craig Scott
2021-03-24
1
-3/+10
|
/
*
CPack/NSIS: Add option for setting branding text
Johnny Jazeix
2021-02-07
1
-0/+19
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-14/+18
*
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
[next]