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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
27
-269/+273
*
cmSystemTools::VersionCompare: use std::string for arguments
Marc Chevrier
2021-09-17
1
-5/+3
*
Use new SetOption signatures
Marc Chevrier
2021-09-15
14
-112/+88
*
cmCPackGenerator::SetOption accepts cmProp or std::string
Marc Chevrier
2021-09-15
2
-4/+41
*
cmProp: cm::string_view cast operator must be explicit
Marc Chevrier
2021-09-14
1
-2/+2
*
cmCPackGenerator::GetOption returns cmProp
Marc Chevrier
2021-09-13
26
-494/+462
*
cmArchiveWrite: Check for construction errors on Open
Brad King
2021-08-20
1
-3/+21
*
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
*
|
Merge topic 'minimal_nsis'
Brad King
2021-08-03
1
-2/+2
|
\
\
|
*
|
CPack/NSIS: Bump minimal version of NSIS to 3.03
Johnny Jazeix
2021-08-02
1
-2/+2
|
|
/
*
|
CPack/DEB: Add zstd compression for deb packages
Russell Greene
2021-07-29
1
-0/+3
|
/
*
Refactor: Drop redundand `std::endl` calls in the middle of output
Alex Turbov
2021-07-13
1
-36/+52
*
Refactor: Use `cmStrToLong` instead of `std::strtol`
Alex Turbov
2021-07-13
1
-18/+17
*
Refactor: Avoid duplicate calls to `GetOption("GEN_DBGSYMDIR")`
Alex Turbov
2021-07-13
1
-9/+11
*
Refactor: Deduplicate code of `createDebPackages()`
Alex Turbov
2021-07-13
1
-22/+19
*
CPack/DEB: dbgsym package not generated for non-component packaging
Alex Turbov
2021-07-13
2
-45/+37
*
Refactor: Extract packaged files finder into a function
Alex Turbov
2021-07-13
1
-45/+34
*
Refactor: cmCPackDebGenerator::PackageComponents handle `else` first
Alex Turbov
2021-07-13
1
-27/+27
*
Refactor: Change return value to bool for private members
Alex Turbov
2021-07-13
2
-20/+9
*
Refactor: Drop unnecessary `if` before `return`
Alex Turbov
2021-07-13
1
-8/+2
*
Refactor: Drop useless assignments of `retval` before return
Alex Turbov
2021-07-13
1
-4/+2
*
CPackDeb: sort package files before generating deb file
Alexey Rogachevskiy
2021-06-30
1
-0/+7
*
Merge topic 'cpack-install-opts'
Craig Scott
2021-05-26
1
-0/+17
|
\
|
*
CPack: Implement new variable CPACK_CUSTOM_INSTALL_VARIABLES
Nils Gladitz
2021-05-23
1
-0/+17
*
|
CPack/WIX: Use language en-US, font Consolas, size 14
Jason Erb
2021-05-24
1
-3/+3
|
/
*
clang-tidy: fix `bugprone-redundant-branch-condition`
Brad King
2021-05-11
1
-1/+1
*
Source: Fix typos and spelling in comments
Josef Angstenberger
2021-05-07
1
-1/+1
*
cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommand
friendlyanon
2021-05-01
1
-1/+1
*
cmCPackDebGenerator: Remove unused local variable
Brad King
2021-04-28
1
-1/+0
*
cmArchiveWrite: Consolidate multiple ways to set thread count
Nils Gladitz
2021-04-22
3
-34/+12
*
Update CMake code using KWSys to account for Status return values
Brad King
2021-04-14
1
-6/+7
*
Merge topic 'ifw-depends-name-version-parsing'
Brad King
2021-03-30
1
-33/+78
|
\
|
*
CPackIFW: Fix parsing of name and version in component DEPENDS
Craig Scott
2021-03-26
1
-32/+77
|
*
CPackIFW: Remove redundant variable assignment
Craig Scott
2021-03-24
1
-1/+1
*
|
Merge branch 'master' into nsis-branding-trim-position
Craig Scott
2021-03-24
3
-3/+11
|
\
\
|
|
/
|
*
CPack: Fix symbolic link detection for directories
Olivier Iffrig
2021-03-05
1
-1/+2
|
*
cpack: add CPACK_DMG_FILESYSTEM
Kevin Ushey
2021-03-02
1
-1/+6
|
*
Merge topic 'cpack_nsis_executable_custom'
Brad King
2021-02-23
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
|
/
/
*
|
CPackIFWInstaller: Avoid potential null pointer dereference
Craig Scott
2021-02-19
1
-2/+9
|
/
*
CPackIFW: Improve warning and docs for show page list option
Craig Scott
2021-02-14
1
-3/+5
*
CPackIFW: Fix cppcheck warnings
Craig Scott
2021-02-14
1
-3/+4
*
CPack/NSIS: Add option for setting branding text
Johnny Jazeix
2021-02-07
1
-0/+19
*
Merge topic 'clang-tidy-fixes'
Brad King
2021-01-27
4
-12/+12
|
\
|
*
clang-tidy: fix `readability-make-member-function-const` warnings
Ben Boeckel
2021-01-27
4
-12/+12
*
|
CPack: add CPACK_THREADS variable to control compression threads
Rodolfo Lima
2021-01-26
2
-3/+29
|
/
*
cpack(DEB): Issue warning if custom script for control file is missing
Asit Dhal
2021-01-15
1
-0/+9
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
13
-226/+245
[next]