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
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-tidy: fix `modernize-loop-convert` lints
Ben Boeckel
2022-11-29
5
-26/+21
*
clang-tidy: fix `modernize-raw-string-literal` lints
Ben Boeckel
2022-11-29
9
-20/+20
*
clang-tidy: fix `readability-string-compare` lints
Ben Boeckel
2022-11-29
3
-27/+26
*
clang-tidy: fix `performance-faster-string-find` lints
Ben Boeckel
2022-11-29
1
-3/+3
*
clang-tidy: fix `bugprone-parent-virtual-call` lints
Ben Boeckel
2022-11-29
3
-0/+4
*
clang-tidy: fix `performance-unnecessary-value-param` lints
Ben Boeckel
2022-11-29
4
-4/+4
*
clang-tidy: fix `misc-unused-parameters` lints
Ben Boeckel
2022-11-29
1
-0/+1
*
clang-tidy: fix `readability-braces-around-statements` lints
Ben Boeckel
2022-11-29
7
-78/+132
*
clang-tidy: fix `readability-container-size-empty` lints
Ben Boeckel
2022-11-29
3
-4/+4
*
clang-tidy: fix `performance-unnecessary-copy-initialization` lints
Ben Boeckel
2022-11-29
2
-3/+3
*
clang-tidy: fix `readability-else-after-return` lints
Ben Boeckel
2022-11-29
12
-99/+107
*
clang-tidy: fix `readability-redundant-string-cstr` lints
Ben Boeckel
2022-11-29
5
-11/+11
*
clang-tidy: fix `modernize-use-auto` lints
Ben Boeckel
2022-11-29
9
-35/+22
*
clang-tidy: fix `readability-static-accessed-through-instance` lints
Ben Boeckel
2022-11-29
5
-10/+15
*
clang-tidy: fix `modernize-use-nullptr` lints
Ben Boeckel
2022-11-29
14
-52/+52
*
clang-tidy: fix `readability-redundant-access-specifiers` lints
Ben Boeckel
2022-11-29
2
-2/+0
*
clang-tidy: fix `modernize-pass-by-value` lints
Ben Boeckel
2022-11-29
4
-11/+11
*
clang-tidy: fix `modernize-use-override` lints
Ben Boeckel
2022-11-29
10
-19/+19
*
clang-tidy: fix `modernize-use-equals-default` lints
Ben Boeckel
2022-11-29
10
-25/+11
*
clang-tidy: fix `modernize-use-default-member-init` lints
Ben Boeckel
2022-11-29
7
-25/+14
*
clang-tidy: fix `readability-avoid-const-params-in-decls` lints
Ben Boeckel
2022-11-29
1
-2/+1
*
cmVisualStudio10TargetGenerator: remove unused variable
Ben Boeckel
2022-11-29
1
-1/+0
*
Merge topic 'cxxmodules-refactor-detection-support'
Brad King
2022-11-29
8
-128/+147
|
\
|
*
cmGeneratorTarget: factor out fileset info and scanning detection
Ben Boeckel
2022-11-23
4
-95/+99
|
*
cmGeneratorTarget: factor out dyndep support detection
Ben Boeckel
2022-11-23
4
-22/+22
|
*
cmGlobalGenerator: factor out C++ module support checking
Ben Boeckel
2022-11-23
4
-12/+27
*
|
CMake Nightly Date Stamp
Kitware Robot
2022-11-29
1
-1/+1
*
|
Merge topic 'ArgumentFlags-enum-values'
Brad King
2022-11-28
1
-2/+2
|
\
\
|
*
|
cmTargetPropCommandBase: Restore ArgumentFlags enum value bool logic
Craig Scott
2022-11-27
1
-2/+2
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2022-11-28
1
-1/+1
|
/
/
*
|
CMake Nightly Date Stamp
Kitware Robot
2022-11-27
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2022-11-26
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2022-11-25
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2022-11-24
1
-1/+1
|
/
*
Merge topic 'cxxmodule-module-support-tweaks'
Brad King
2022-11-23
2
-5/+5
|
\
|
*
cmNinjaNormalTargetGenerator: use `cmStrCat`
Ben Boeckel
2022-11-21
1
-3/+3
|
*
cmNinjaNormalTargetGenerator: fix grammar in verbose comment
Ben Boeckel
2022-11-21
1
-1/+1
|
*
cmGlobalNinjaGenerator: fix comment typo
Ben Boeckel
2022-11-21
1
-1/+1
*
|
Merge topic 'try_compile-copy-config'
Brad King
2022-11-23
1
-4/+11
|
\
\
|
*
|
try_compile: Restore COPY_FILE with CMAKE_TRY_COMPILE_CONFIGURATION
Brad King
2022-11-22
1
-4/+11
*
|
|
Merge topic 'XCode-XCODE_LINK_BUILD_PHASE_MODE-and-LINK_LIBRARY-genex'
Brad King
2022-11-23
1
-21/+53
|
\
\
\
|
*
|
|
XCode: ensure LINK_LIBRARY genex is usable with XCODE_LINK_BUILD_PHASE_MODE
Marc Chevrier
2022-11-22
1
-21/+53
|
|
/
/
|
*
|
CMake 3.25.0
v3.25.0
Brad King
2022-11-16
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2022-11-23
1
-1/+1
*
|
|
Merge topic 'use-rsp-in-makefiles'
Brad King
2022-11-22
1
-0/+1
|
\
\
\
|
*
|
|
Makefiles: Name object response files with .rsp extension
Felipe Torrezan
2022-11-21
1
-0/+1
*
|
|
|
Merge topic 'custom-command-comment-genex'
Brad King
2022-11-22
7
-16/+36
|
\
\
\
\
|
*
|
|
|
add_custom_{command,target}: add genex support for COMMENT
Peter Würth
2022-11-19
1
-3/+18
|
*
|
|
|
cmCustomCommandGenerator: refactor GetComment to return std::string
Peter Würth
2022-11-19
7
-16/+21
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2022-11-22
1
-1/+1
|
|
_
|
_
|
/
|
/
|
|
|
[next]