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: add <LANG>_CLANG_TIDY_EXPORT_FIXES_DIR property
Kyle Edwards
2022-12-06
11
-2/+152
*
Merge topic 'file-GET_RUNTIME_DEPENDENCIES-transitive-rpath'
Brad King
2022-12-02
1
-2/+7
|
\
|
*
file(GET_RUNTIME_DEPENDENCIES): propagate transitive parent's rpath
Alex Lapenkou
2022-12-02
1
-2/+7
*
|
Merge topic 'cxxmodules-vs'
Brad King
2022-12-02
4
-8/+51
|
\
\
|
*
|
cmExperimental: recycle C++20 module support UUID
Ben Boeckel
2022-12-01
1
-1/+1
|
*
|
cmVisualStudio10TargetGenerator: write C++ module elements
Ben Boeckel
2022-12-01
1
-4/+36
|
*
|
cmVisualStudio10TargetGenerator: ask the generator for dyndep support
Ben Boeckel
2022-12-01
1
-1/+2
|
*
|
cmGlobalVisualStudioVersionedGenerator: check for C++ module support
Ben Boeckel
2022-12-01
1
-0/+5
|
*
|
cmGlobalVisualStudioVersionedGenerator: support dyndep in VS2022 and up
Ben Boeckel
2022-12-01
1
-0/+5
|
*
|
cmGlobalVisualStudio7Generator: make `SupportsCxxModuleDyndep` protected
Ben Boeckel
2022-12-01
1
-2/+2
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2022-12-02
1
-1/+1
|
/
/
*
|
Merge topic 'cxxmodules-collation-logic-refactor'
Brad King
2022-12-01
6
-581/+732
|
\
\
|
*
|
cmDyndepCollation: factor out metadata writing for dyndep
Ben Boeckel
2022-11-30
3
-313/+355
|
*
|
cmDyndepCollation: factor out parsing dyndep information
Ben Boeckel
2022-11-30
4
-96/+116
|
*
|
cmDyndepCollation: factor out writing C++ module info from Ninja
Ben Boeckel
2022-11-30
4
-214/+303
*
|
|
Merge topic 'cmstrcat-move-first-arg'
Brad King
2022-12-01
3
-44/+81
|
\
\
\
|
*
|
|
cmStrCat(): optimize when first argument is an rvalue string
Kyle Edwards
2022-11-30
2
-12/+49
|
*
|
|
cmStringCommand: remove use of cmCatViews()
Kyle Edwards
2022-11-29
1
-32/+32
|
|
/
/
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2022-12-01
1
-1/+1
*
|
|
Merge topic 'fortran-regression'
Brad King
2022-11-30
2
-146/+161
|
\
\
\
|
*
|
|
Fortran: Restore support for parsing "end interface X"
Brad King
2022-11-30
2
-146/+161
|
*
|
|
Merge topic 'try_compile-copy-config' into release-3.25
Brad King
2022-11-23
1
-4/+11
|
|
\
\
\
*
|
\
\
\
Merge topic 'vs-clang-tidy-cleanup'
Brad King
2022-11-30
34
-528/+531
|
\
\
\
\
\
|
*
|
|
|
|
clang-tidy: fix `readability-redundant-smartptr-get` lints
Ben Boeckel
2022-11-29
1
-1/+1
|
*
|
|
|
|
clang-tidy: fix `modernize-make-unique` lints
Ben Boeckel
2022-11-29
1
-1/+3
|
*
|
|
|
|
clang-tidy: fix `performance-for-range-copy` lints
Ben Boeckel
2022-11-29
1
-1/+1
|
*
|
|
|
|
clang-tidy: fix `readability-redundant-string-init` lints
Ben Boeckel
2022-11-29
1
-1/+1
|
*
|
|
|
|
clang-tidy: fix `readability-const-return-type` lints
Ben Boeckel
2022-11-29
2
-4/+4
|
*
|
|
|
|
clang-tidy: fix `readability-qualified-auto` lints
Ben Boeckel
2022-11-29
2
-4/+4
|
*
|
|
|
|
clang-tidy: fix `readability-use-anyofallof` lints
Ben Boeckel
2022-11-29
4
-83/+55
|
*
|
|
|
|
clang-tidy: fix `readability-isolate-declaration` lints
Ben Boeckel
2022-11-29
3
-4/+9
|
*
|
|
|
|
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
[next]