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
*
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
|
*
|
|
cmDocumentationFormatter: Turn `TextIndent` member into `size_t`
Alex Turbov
2022-11-17
4
-27/+33
|
*
|
|
cmDocumentationFormatter: Use `std::ostream` padding capabitily
Alex Turbov
2022-11-17
1
-7/+6
|
*
|
|
cmDocumentationFormatter: `TextIndent` member is `std::string` now
Alex Turbov
2022-11-17
2
-20/+17
|
*
|
|
cmDocumentationFormatter: `PrintPreformatted` accept string
Alex Turbov
2022-11-17
2
-14/+16
|
*
|
|
cmDocumentationFormatter.h: No need `virtual` methods
Alex Turbov
2022-11-17
2
-11/+3
|
*
|
|
cmDocumentationEntry.h: Drop unused constructor
Alex Turbov
2022-11-17
1
-9/+0
|
*
|
|
cmDocumentation: Optimize `std::ostream::operator<<()` calls
Alex Turbov
2022-11-17
2
-19/+19
|
*
|
|
cmDocumentation.cxx: Use lambda function instead of macro
Alex Turbov
2022-11-17
2
-46/+41
|
*
|
|
cmDocumentation.cxx: Use anonymous namespace instead of `static`
Alex Turbov
2022-11-16
1
-3/+5
|
*
|
|
cmDocumentation: Remove MSVC 6 workaround
Alex Turbov
2022-11-16
2
-36/+26
*
|
|
|
Merge topic 'build-local-interface-genex'
Brad King
2022-11-18
2
-16/+39
|
\
\
\
\
|
*
|
|
|
Genex: Add $<BUILD_LOCAL_INTERFACE:...> genex
Kyle Edwards
2022-11-17
2
-1/+13
|
*
|
|
|
cmGeneratorExpression: Refactor stripExportInterface() to use enum class
Kyle Edwards
2022-11-17
1
-16/+27
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge topic 'genex-TARGET_PROPERTY-scope'
Brad King
2022-11-18
1
-1/+4
|
\
\
\
\
|
*
|
|
|
Genex: Fix TARGET_PROPERTY lookup scope in transitive usage requirements
Brad King
2022-11-17
1
-1/+4
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2022-11-18
1
-1/+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge topic 'vs-build-parallel'
Brad King
2022-11-17
1
-2/+0
|
\
\
\
\
|
*
|
|
|
cmake --build: Use both inter- and intra-project parallelism with msbuild
Brad King
2022-11-16
1
-2/+0
|
|
/
/
/
[next]