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
/
cmWIXAccessControlList.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-tidy: fix `modernize-use-nullptr` lints
Ben Boeckel
2023-07-28
1
-1/+1
*
clang-tidy: fix `readability-braces-around-statements` lints
Ben Boeckel
2023-07-28
1
-1/+2
*
strings: use character literals where possible
Ben Boeckel
2023-07-28
1
-1/+1
*
cmStrCat: use in Windows-specific sources
Ben Boeckel
2023-07-28
1
-3/+2
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-3/+2
*
use string_views to avoid memory allocations
Rolf Eike Beer
2020-03-24
1
-6/+9
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1/+0
*
cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize
Sebastian Holtermann
2019-08-05
1
-4/+3
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-2/+3
*
Meta: modernize old-fashioned loops to range-based `for` (CPack).
Pavel Solodovnikov
2017-09-19
1
-4/+4
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
CPack: drop CPack prefix for includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
Prefer istringstream and ostringstream over stringstream.
Daniel Pfeifer
2016-06-14
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-45/+31
*
Help clang-format wrap after braces on long initializer lists
Brad King
2016-05-06
1
-0/+1
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-08-24
1
-1/+1
*
CPackWIX: Implement CPACK_WIX_ACL (Access Control List) property
Nils Gladitz
2014-08-09
1
-0/+149