Kitware Robot
|
0b96ae1f6a
Revise C++ coding style using clang-format with "east const"
|
9 months ago |
Kitware Robot
|
b2ba64add9
Revise C++ coding style using clang-format-18
|
9 months ago |
Alex Turbov
|
bc8621d999
Fix: A lot of typos in code found by `typos`
|
9 months ago |
Vitaly Stakhovsky
|
17ee28728b
cmCPackGenerator: Add GetOptionIfSet() to avoid duplicate calls
|
1 year ago |
Vitaly Stakhovsky
|
58da4aa47d
Source: Avoid comparing pointers to nullptr
|
1 year ago |
K. R. Walker
|
b1f956529a
CPack/NSIS: Fix matching of reserved component names
|
1 year ago |
Vitaly Stakhovsky
|
1a49b439a5
Source: Use cmValue::IsOn and IsOff
|
1 year ago |
Marc Chevrier
|
241304190f
CMake code rely on cmList class for CMake lists management (part. 2)
|
2 years ago |
Marc Chevrier
|
e08ba229ee
CMake code rely on cmList class for CMake lists management (part. 1)
|
2 years ago |
Vitaly Stakhovsky
|
b3edfcf46e
cmValue: Use operator* explicitly to convert to std::string; avoid extra call
|
2 years ago |
Johnny Jazeix
|
d1613ac880
CPack/NSIS: Add options to set makensis arguments
|
3 years ago |
Rose
|
b86b6aaa4a
Source: Cleanup and simplify some code
|
4 years ago |
Marc Chevrier
|
cc56dc7468
Rename cmProp in cmValue
|
4 years ago |
Marc Chevrier
|
7fce78982b
Use new SetOption signatures
|
4 years ago |
Marc Chevrier
|
202a65759b
cmCPackGenerator::GetOption returns cmProp
|
4 years ago |
Brad King
|
a3ddcdb911
Merge topic 'nsis_ignore_license_page'
|
4 years ago |
Johnny Jazeix
|
c0572a15d6
CPack/NSIS: Bump minimal version of NSIS to 3.03
|
4 years ago |
Johnny Jazeix
|
795e406e3b
CPack/NSIS: Add option to not display license page
|
4 years ago |
Craig Scott
|
f226a1678f
Merge branch 'master' into nsis-branding-trim-position
|
4 years ago |
Craig Scott
|
a6a5256395
CPack: Validate and document NSIS branding text trim positions
|
4 years ago |
Johnny Jazeix
|
8e8b99d01a
CPack/NSIS: Add option for setting custom makensis executable
|
4 years ago |
Johnny Jazeix
|
0aabeb0c30
CPack/NSIS: Add option for setting branding text
|
4 years ago |
Oleksandr Koval
|
209daa20b2
Code style: add missed explicit 'this->'
|
4 years ago |
Vitaly Stakhovsky
|
f37c14e930
Source: use cmNonempty()
|
5 years ago |
Marc Chevrier
|
aacd4e4a90
Refactoring: add cm::contains to <cmext/algorithm>
|
5 years ago |
Johnny Jazeix
|
d6840a4f3c
CPack/NSIS: Add option for setting DPI-aware
|
5 years ago |
Brad King
|
4e69c9d8d8
Merge topic 'cpack-nsis-version'
|
5 years ago |
Brad King
|
aa78a2537c
CPack/NSIS: Document and check requirement of at least NSIS 3.0
|
5 years ago |
Rolf Eike Beer
|
8ca2504a4d
use string_views to avoid memory allocations
|
5 years ago |
Rolf Eike Beer
|
ef778d77e0
replace std::string::substr() with operations that do not allocate memory
|
5 years ago |