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
/
WiX
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'wix-empty-components'
Brad King
2025-09-12
1
-0/+4
|
\
|
*
CPack/WiX: Allow multiple empty top-level components
Nils Gladitz
2025-09-11
1
-0/+4
*
|
CPack/WiX: Implement opt-in per component .cab
Nils Gladitz
2025-09-10
4
-13/+45
|
/
*
CPack/WiX: Encode long paths with UNC prefix
Noki
2025-07-09
1
-1/+16
*
CPack/WiX: Add the build directory to IncludeSearchPaths for wix.exe
Julian Greilich
2025-05-23
1
-0/+5
*
CPack/WiX: Restore condition for passing build directory to candle search path
Julian Greilich
2025-05-23
1
-1/+1
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
22
-22/+22
*
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
10
-35/+35
*
ci: Extend spellcheck job with 'typos' tool
Alex Turbov
2025-01-22
1
-1/+1
*
StringAlgorithms: Refactor `cmTokenize()` function
Alex Turbov
2024-11-06
1
-3/+2
*
Source: Avoid comparing pointers to nullptr
Vitaly Stakhovsky
2024-08-27
1
-1/+1
*
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
*
Source: Use cmValue::IsOn and IsOff
Vitaly Stakhovsky
2024-03-17
1
-3/+3
*
CPack/WiX: Make InstallScope configurable
Max Gaukler
2023-11-16
1
-0/+1
*
cmCryptoHash: prefer to cmSystemTools::ComputeStringMD5
Ben Boeckel
2023-08-08
1
-1/+3
*
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
*
clang-tidy: fix `modernize-raw-string-literal` lints
Ben Boeckel
2023-07-31
2
-2/+2
*
clang-tidy: fix `readability-else-after-return` lints
Ben Boeckel
2023-07-28
2
-9/+10
*
clang-tidy: fix `modernize-use-auto` lints
Ben Boeckel
2023-07-28
3
-3/+3
*
clang-tidy: fix `modernize-use-nullptr` lints
Ben Boeckel
2023-07-28
2
-4/+5
*
clang-tidy: fix `readability-braces-around-statements` lints
Ben Boeckel
2023-07-28
3
-8/+16
*
cmLocalVisualStudio10Generator: remove unnecessary `.c_str()`
Ben Boeckel
2023-07-28
2
-5/+4
*
strings: use character literals where possible
Ben Boeckel
2023-07-28
6
-37/+37
*
cmStrCat: use in Windows-specific sources
Ben Boeckel
2023-07-28
3
-29/+36
*
strings: simplify streaming sequences
Ben Boeckel
2023-07-27
1
-6/+5
*
strings: combine string literals where possible
Ben Boeckel
2023-07-27
1
-5/+8
*
strings: compare to static `string_view` instances in Windows-only code
Ben Boeckel
2023-07-27
3
-14/+18
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
3
-10/+8
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-6/+6
*
cmValue: Use operator* explicitly to convert to std::string; avoid extra call
Vitaly Stakhovsky
2023-01-16
1
-4/+4
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-1/+1
*
CPack/WIX: Add CPACK_WIX_ARCHITECTURE to support Windows for ARM installers
jakoblover
2022-05-05
1
-1/+12
*
CPack/WiX: Add option to skip the WixUIExtension
Vasileios Anagnostopoulos
2021-10-12
1
-1/+3
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-21/+21
*
Use new SetOption signatures
Marc Chevrier
2021-09-15
1
-8/+8
*
cmCPackGenerator::GetOption returns cmProp
Marc Chevrier
2021-09-13
1
-41/+38
*
CPack/WIX: Use language en-US, font Consolas, size 14
Jason Erb
2021-05-24
1
-3/+3
*
Modernize: Use #pragma once in all header files
Kitware Robot
2020-09-03
11
-44/+11
*
CPack/WiX: Add support for custom XML namespaces
Fritz Elfert
2020-08-18
3
-2/+52
*
Refactoring: Third-parties public headers are under cm3p prefix
Marc Chevrier
2020-05-07
1
-1/+1
*
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-2/+2
*
Merge topic 'string-prefix'
Brad King
2020-03-26
2
-14/+16
|
\
|
*
use string_views to avoid memory allocations
Rolf Eike Beer
2020-03-24
1
-6/+9
[next]