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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 branch 'release-3.25'
Brad King
2022-11-16
0
-0/+0
|
\
|
*
Merge topic 'qtifw-4.5' into release-3.25
Brad King
2022-11-16
1
-0/+2
|
|
\
*
|
\
Merge topic 'qtifw-4.5'
Brad King
2022-11-16
1
-0/+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
CPack/IFW: Add support for QtIFW 4.5
Erlend E. Aasland
2022-11-15
1
-0/+2
*
|
|
Merge branch 'release-3.25'
Brad King
2022-11-16
0
-0/+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge topic 'cmp0141-pch-reuse' into release-3.25
Brad King
2022-11-16
3
-2/+11
|
|
\
\
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'cmp0141-pch-reuse'
Brad King
2022-11-16
3
-2/+11
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
CMP0141: Fix PCH REUSE_FROM when MSVC_DEBUG_INFORMATION_FORMAT is empty
Brad King
2022-11-15
3
-2/+11
|
|
/
*
|
CMake Nightly Date Stamp
Kitware Robot
2022-11-16
1
-1/+1
*
|
Merge topic 'ci-continuous'
Brad King
2022-11-15
1
-0/+3
|
\
\
|
*
|
ci: add macos-x86_64-ninja build and test jobs to continuous pipeline
Brad King
2022-11-15
1
-0/+3
|
/
/
*
|
Merge topic 'ci-openmp-macos'
Brad King
2022-11-15
10
-1/+49
|
\
\
|
*
|
ci: Enable FindOpenMP tests on macOS Ninja and Makefiles jobs
Brad King
2022-11-14
10
-1/+49
*
|
|
Merge topic 'cmake-E-copy-t-mode'
Brad King
2022-11-15
7
-12/+82
|
\
\
\
|
*
|
|
cmake -E copy: Add support for -t argument
Kyle Edwards
2022-11-15
7
-12/+82
|
|
/
/
*
|
|
Merge topic 'clang-tidy-module-ostringstream-check'
Brad King
2022-11-15
8
-0/+96
|
\
\
\
|
*
|
|
clang-tidy: disable ostringstream check
Kyle Edwards
2022-11-14
1
-0/+1
|
*
|
|
clang-tidy module: add test for ostringstream check
Sean Orner
2022-11-14
3
-0/+17
|
*
|
|
clang-tidy module: add check for ostringstream
Joe Blaauboer
2022-11-14
4
-0/+78
|
|
/
/
*
|
|
Merge topic 'test-isolate-ctest-env'
Brad King
2022-11-15
9
-16/+16
|
\
\
\
|
*
|
|
Tests: Isolate more RunCMake cases from external ctest environment values
Brad King
2022-11-14
3
-0/+12
|
*
|
|
Tests: Factor out RunCMake ctest environment isolation
Brad King
2022-11-14
6
-16/+4
*
|
|
|
Merge topic 'better_handling_of_build_args'
Brad King
2022-11-15
4
-19/+11
|
\
\
\
\
[next]