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
*
CPack/IFW: Add option for ProductImages URLs
Julien Marrec
2024-09-11
2
-1/+29
*
CPack/IFW: Actually ignore missing ProductImages
Julien Marrec
2024-09-11
1
-4/+11
*
CPack/IFW: Fix generation of ProductImages
Julien Marrec
2024-09-10
1
-1/+3
*
Source: Avoid comparing pointers to nullptr
Vitaly Stakhovsky
2024-08-27
9
-32/+32
*
Merge topic 'cpack-pkg-c_str'
Brad King
2024-08-21
1
-1/+1
|
\
|
*
cmCPackPKGGenerator: Remove redundant call to c_str
Rose
2024-08-20
1
-1/+1
*
|
Merge topic 'optimize-stream-shift-operators'
Brad King
2024-08-20
1
-1/+1
|
\
\
|
*
|
Refactor: Optimize some `std::ostream::operator<<()` calls
Alex Turbov
2024-08-19
1
-1/+1
|
|
/
*
|
Merge topic 'cpack-nsis-reserved-component-names'
Brad King
2024-08-20
2
-3/+4
|
\
\
|
|
/
|
/
|
|
*
CPack/NSIS: Fix matching of reserved component names
K. R. Walker
2024-08-19
2
-3/+4
*
|
Merge topic 'cpack-external-partial-json'
Brad King
2024-07-23
1
-8/+11
|
\
\
|
|
/
|
*
cmCPackExternalGenerator: ensure JSON is written before running the script
Ben Boeckel
2024-07-18
1
-8/+11
*
|
CPack/DEB: Add Multi-Arch support
Robert Schuster
2024-06-21
1
-0/+15
|
/
*
CPack: Support arbitrary component name when packaging
Deniz Bahadir
2024-05-01
11
-28/+175
*
cmCPackGenerator: Fix debug message in function `PrepareGroupingKind`
Deniz Bahadir
2024-04-30
1
-2/+2
*
cmCPackGenerator: Fix comment in function `InstallCMakeProject`
Deniz Bahadir
2024-04-30
1
-1/+1
*
cmCPackGenerator: Slightly simplify function `InstallProject`
Deniz Bahadir
2024-04-30
1
-7/+7
*
cmCPackGenerator: Clean up and simplify function `DoPackage`
Deniz Bahadir
2024-04-30
1
-32/+47
*
cmCPackGenerator: Clean up and simplify function `PrepareNames`
Deniz Bahadir
2024-04-30
1
-33/+42
*
cmCPackGenerator: Refactor copying of package files into own function
Deniz Bahadir
2024-04-30
2
-19/+26
*
cmCPackGenerator: Refactor generation of checksum file into own function
Deniz Bahadir
2024-04-30
2
-12/+24
*
cmCPackGenerator: Handle CPACK_TEMPORARY_[INSTALL]_DIRECTORY properly
Deniz Bahadir
2024-04-24
1
-2/+56
*
CPack: Enable Inno Setup generator on non-Windows hosts
Andreas Oetken
2024-04-15
2
-10/+21
*
CPack/WIX: Add support for WiX Toolset v4
Brad King
2024-03-24
10
-61/+220
*
CPack/WIX: Remove "candle" from tool-agnostic error message
Brad King
2024-03-22
1
-1/+1
*
CPack/WIX: Improve formatting of CPACK_WIX_CUSTOM_XMLNS expansion
Brad King
2024-03-22
1
-10/+5
*
CPack/WIX: Prepare to provide version-specific WiX templates
Brad King
2024-03-22
1
-1/+5
*
cmCPackGenerator: Add option to FindTemplate to use alternate builtin path
Brad King
2024-03-22
2
-5/+11
*
Source: Use cmValue::IsOn and IsOff
Vitaly Stakhovsky
2024-03-17
7
-20/+20
*
cpack: Simplify config file selection
Brad King
2024-02-27
1
-2/+3
*
cpack: Simplify package directory selection logic
Brad King
2024-02-27
1
-19/+13
*
Source: Avoid using CollapseFullPath just to get parent directory
Brad King
2024-02-27
2
-3/+2
*
Reduce scope of variable
Christoph Grüninger
2024-02-14
1
-2/+1
*
Use prefix ++ operators for non-primitive types
Christoph Grüninger
2024-02-14
1
-1/+1
*
Remove unused variable
Christoph Grüninger
2024-02-14
2
-4/+0
*
CPack/WiX: Make InstallScope configurable
Max Gaukler
2023-11-16
1
-0/+1
*
CPack: Avoid adding duplicate files to archive when combining components
Atılhan Emre Dursunoğlu
2023-10-26
2
-8/+151
*
Merge topic 'vector-emplace-back'
Brad King
2023-10-24
1
-3/+5
|
\
|
*
Source: Reduce vector entry allocations and copies
Rose
2023-10-23
1
-3/+4
|
*
cmCPackInnoSetupGenerator: Reserve space to reduce allocations
Rose
2023-10-23
1
-0/+1
*
|
Fix clang -Wreserved-identifier by renaming an enum
Sean McBride
2023-10-20
1
-1/+1
|
/
*
Source: Fix mysterious new IWYU warnings
Kyle Edwards
2023-08-29
1
-0/+2
*
cmCryptoHash: prefer to cmSystemTools::ComputeFileHash
Ben Boeckel
2023-08-08
1
-2/+2
*
cmCryptoHash: prefer to cmSystemTools::ComputeStringMD5
Ben Boeckel
2023-08-08
1
-1/+3
*
Merge topic 'windows-tidy-cmstrcat'
Brad King
2023-08-01
12
-125/+145
|
\
|
*
clang-tidy: fix `performance-faster-string-find` lints
Ben Boeckel
2023-07-31
1
-1/+1
|
*
clang-tidy: fix `readability-static-accessed-through-instance` lints
Ben Boeckel
2023-07-31
1
-1/+1
|
*
cmWIXRichTextFormatWriter: remove identity cast
Ben Boeckel
2023-07-31
1
-1/+1
|
*
clang-tidy: fix `modernize-use-equals-default` lints
Ben Boeckel
2023-07-31
1
-3/+1
|
*
clang-tidy: fix `readability-container-size-empty` lints
Ben Boeckel
2023-07-31
1
-1/+1
[next]