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
*
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
|
*
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-1/+1
|
*
replace "substr(0, xx) ==" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-2/+1
|
*
CPackWIXGenerator: use cmStrCat for more parts
Rolf Eike Beer
2020-03-23
1
-5/+5
*
|
CMake compilation: do not use compiler extensions
Marc Chevrier
2020-03-23
1
-0/+5
|
/
*
Modernize memory management
Marc Chevrier
2020-03-08
5
-23/+27
*
CPack: Restore support for custom package configuration templates
Brad King
2019-11-15
1
-1/+1
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
16
-50/+39
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
2
-3/+4
*
CPackWIX: Allow omitting program menu folder and uninstall shortcut
Alexej Harm
2019-09-12
2
-12/+33
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
4
-10/+10
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-9/+5
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-5/+3
*
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-3/+2
|
\
|
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-3/+2
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-2/+2
|
/
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-10/+8
*
cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize
Sebastian Holtermann
2019-08-05
2
-6/+5
[next]