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
*
CMake Nightly Date Stamp
Kitware Robot
2022-11-22
1
-1/+1
*
Merge topic 'xcode-ios-extensionkit'
Brad King
2022-11-21
2
-3/+18
|
\
|
*
Xcode: Allow bundling extensionkit extensions
Russell Greene
2022-11-18
2
-3/+18
*
|
Merge topic 'lang-std-flag-order'
Brad King
2022-11-21
3
-38/+26
|
\
\
|
*
|
cmLocalGenerator: Inline AddCompilerRequirementFlag in only call site
Brad King
2022-11-18
2
-24/+13
|
*
|
Place language standard flags just after CMAKE_<LANG>_FLAGS
Brad King
2022-11-18
1
-15/+12
|
*
|
VS: Recognize -std: flag in CMAKE_C_FLAGS in target with C++ sources
Brad King
2022-11-18
1
-0/+2
|
|
/
*
|
Merge topic 'clang-tidy-module-cmstrlen-check-sizeof'
Brad King
2022-11-21
4
-7/+6
|
\
\
|
*
|
CMake: fix sizeof string literal violations
Kyle Edwards
2022-11-18
4
-7/+6
*
|
|
Merge topic 'cxx-scanning-properties'
Brad King
2022-11-21
3
-56/+135
|
\
\
\
|
*
|
|
cxxmodules: add properties to control scanning
Ben Boeckel
2022-11-18
3
-9/+61
|
*
|
|
cmNinjaTargetGenerator: factor out determining the fileset of a source
Ben Boeckel
2022-11-17
2
-47/+74
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2022-11-21
1
-1/+1
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2022-11-20
1
-1/+1
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2022-11-19
1
-1/+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge topic 'file-COPY_FILE-retry'
Brad King
2022-11-18
3
-11/+31
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
file(COPY_FILE): Add option to retry on Windows if input access fails
Brad King
2022-11-17
3
-2/+31
|
*
|
cmSystemTools: Remove unused CopySingleFile overload
Brad King
2022-11-17
2
-9/+0
|
|
/
*
|
Merge topic 'clang-tidy-module-pragma-once-check'
Brad King
2022-11-18
3
-1/+5
|
\
\
|
*
|
CMake: fix violations of #pragma once check
Kyle Edwards
2022-11-17
3
-1/+5
|
|
/
*
|
Merge topic 'ninja-swiftmodule-no-exe'
Brad King
2022-11-18
1
-1/+3
|
\
\
|
*
|
Ninja: Avoid re-linking a Swift executable on every build
Evan Wilde
2022-11-17
1
-1/+3
*
|
|
Merge topic 'refactor-cmDocumentation'
Brad King
2022-11-18
42
-802/+663
|
\
\
\
|
*
|
|
Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entry
Alex Turbov
2022-11-17
28
-124/+91
|
*
|
|
cmGlobalGeneratorFactory.h: Simplify returning default values
Alex Turbov
2022-11-17
1
-7/+5
|
*
|
|
cmake.cxx: Simplify `cmake::AppendExtraGeneratorsDocumentation()`
Alex Turbov
2022-11-17
1
-12/+5
|
*
|
|
cpack.cxx: Optimize calls to `std::osteam::operator<<`
Alex Turbov
2022-11-17
1
-64/+53
|
*
|
|
cpack.cxx: Eliminate redundant `if`
Alex Turbov
2022-11-17
1
-5/+1
|
*
|
|
cpack.cxx: Deduplicate "Generators" section creation code
Alex Turbov
2022-11-17
1
-21/+24
|
*
|
|
cmake.cxx: Move `static` functions to an anonymous namespace
Alex Turbov
2022-11-17
1
-100/+97
|
*
|
|
cmDocumentationEntry: Drop all user provided ctors for C++ >= 14
Alex Turbov
2022-11-17
8
-34/+33
|
*
|
|
cmake.cxx: Optimize calls to `std::osteam::operator<<`
Alex Turbov
2022-11-17
1
-28/+27
|
*
|
|
cmDocumentationFormatter: Hide internal methods into `private` section
Alex Turbov
2022-11-17
1
-4/+5
|
*
|
|
cmDocumentation: Drop unused `SetSections` method
Alex Turbov
2022-11-17
2
-8/+0
|
*
|
|
cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`
Alex Turbov
2022-11-17
13
-161/+87
|
*
|
|
CMakeSetup.cxx: Use anonymous namespace instead of `static`
Alex Turbov
2022-11-17
1
-5/+9
|
*
|
|
ccmake.cxx: Use anonymous namespace instead of `static`
Alex Turbov
2022-11-17
1
-10/+10
|
*
|
|
ctest.cxx: Eliminate redundand trenary operator
Alex Turbov
2022-11-17
3
-3/+3
|
*
|
|
ctest.cxx: Optimize `std::ostream::operator<<` calls
Alex Turbov
2022-11-17
1
-6/+4
|
*
|
|
ctest.cxx: Use anonymous namespace instead of `static` arrays
Alex Turbov
2022-11-17
1
-5/+6
|
*
|
|
cmakemain.cxx: Remove always true preprocessor `#if` block
Alex Turbov
2022-11-17
1
-2/+0
|
*
|
|
cmDocumentation: Accept `Iterable` instead of `vector` on add entries
Alex Turbov
2022-11-17
2
-26/+18
|
*
|
|
cmDocumentationSection: Accept `Iterable` instead of `vector` on add
Alex Turbov
2022-11-17
1
-7/+11
|
*
|
|
cmDocumentationFormatter: Improve `PrintFormatted`
Alex Turbov
2022-11-17
1
-34/+54
|
*
|
|
cmDocumentationFormatter: All printing methods accept strings
Alex Turbov
2022-11-17
3
-13/+14
|
*
|
|
cmDocumentationFormatter: Turn `while ()` into `for ()` loop
Alex Turbov
2022-11-17
1
-15/+23
|
*
|
|
cmDocumentationFormatter: Eliminate one `if` in the `PrintColumn` loop
Alex Turbov
2022-11-17
1
-7/+2
|
*
|
|
cmDocumentationFormatter: Turn `TextWidth` member into `size_t`
Alex Turbov
2022-11-17
2
-8/+10
|
*
|
|
cmDocumentationFormatter: Prevent indentation reset side effect
Alex Turbov
2022-11-17
1
-2/+7
|
*
|
|
cmDocumentation: Drop useless call to formatter's `SetIndent()`
Alex Turbov
2022-11-17
1
-1/+0
[next]