summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmDocumentation: Drop unused `SetSections` methodAlex Turbov2022-11-172-8/+0
* cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`Alex Turbov2022-11-1713-161/+87
* CMakeSetup.cxx: Use anonymous namespace instead of `static`Alex Turbov2022-11-171-5/+9
* ccmake.cxx: Use anonymous namespace instead of `static`Alex Turbov2022-11-171-10/+10
* ctest.cxx: Eliminate redundand trenary operatorAlex Turbov2022-11-173-3/+3
* ctest.cxx: Optimize `std::ostream::operator<<` callsAlex Turbov2022-11-171-6/+4
* ctest.cxx: Use anonymous namespace instead of `static` arraysAlex Turbov2022-11-171-5/+6
* cmakemain.cxx: Remove always true preprocessor `#if` blockAlex Turbov2022-11-171-2/+0
* cmDocumentation: Accept `Iterable` instead of `vector` on add entriesAlex Turbov2022-11-172-26/+18
* cmDocumentationSection: Accept `Iterable` instead of `vector` on addAlex Turbov2022-11-171-7/+11
* cmDocumentationFormatter: Improve `PrintFormatted`Alex Turbov2022-11-171-34/+54
* cmDocumentationFormatter: All printing methods accept stringsAlex Turbov2022-11-173-13/+14
* cmDocumentationFormatter: Turn `while ()` into `for ()` loopAlex Turbov2022-11-171-15/+23
* cmDocumentationFormatter: Eliminate one `if` in the `PrintColumn` loopAlex Turbov2022-11-171-7/+2
* cmDocumentationFormatter: Turn `TextWidth` member into `size_t`Alex Turbov2022-11-172-8/+10
* cmDocumentationFormatter: Prevent indentation reset side effectAlex Turbov2022-11-171-2/+7
* cmDocumentation: Drop useless call to formatter's `SetIndent()`Alex Turbov2022-11-171-1/+0
* cmDocumentationFormatter: Turn `TextIndent` member into `size_t`Alex Turbov2022-11-174-27/+33
* cmDocumentationFormatter: Use `std::ostream` padding capabitilyAlex Turbov2022-11-171-7/+6
* cmDocumentationFormatter: `TextIndent` member is `std::string` nowAlex Turbov2022-11-172-20/+17
* cmDocumentationFormatter: `PrintPreformatted` accept stringAlex Turbov2022-11-172-14/+16
* cmDocumentationFormatter.h: No need `virtual` methodsAlex Turbov2022-11-172-11/+3
* cmDocumentationEntry.h: Drop unused constructorAlex Turbov2022-11-171-9/+0
* cmDocumentation: Optimize `std::ostream::operator<<()` callsAlex Turbov2022-11-172-19/+19
* cmDocumentation.cxx: Use lambda function instead of macroAlex Turbov2022-11-172-46/+41
* cmDocumentation.cxx: Use anonymous namespace instead of `static`Alex Turbov2022-11-161-3/+5
* cmDocumentation: Remove MSVC 6 workaroundAlex Turbov2022-11-162-36/+26
* Merge branch 'release-3.25'Brad King2022-11-160-0/+0
|\
| * Merge topic 'qtifw-4.5' into release-3.25Brad King2022-11-161-0/+2
| |\
* | \ Merge topic 'qtifw-4.5'Brad King2022-11-161-0/+2
|\ \ \ | | |/ | |/|
| * | CPack/IFW: Add support for QtIFW 4.5Erlend E. Aasland2022-11-151-0/+2
* | | Merge branch 'release-3.25'Brad King2022-11-160-0/+0
|\ \ \ | | |/ | |/|
| * | Merge topic 'cmp0141-pch-reuse' into release-3.25Brad King2022-11-163-2/+11
| |\ \ | | |/ | |/|
* | | Merge topic 'cmp0141-pch-reuse'Brad King2022-11-163-2/+11
|\ \ \ | | |/ | |/|
| * | CMP0141: Fix PCH REUSE_FROM when MSVC_DEBUG_INFORMATION_FORMAT is emptyBrad King2022-11-153-2/+11
| |/
* | CMake Nightly Date StampKitware Robot2022-11-161-1/+1
* | Merge topic 'ci-continuous'Brad King2022-11-151-0/+3
|\ \
| * | ci: add macos-x86_64-ninja build and test jobs to continuous pipelineBrad King2022-11-151-0/+3
|/ /
* | Merge topic 'ci-openmp-macos'Brad King2022-11-1510-1/+49
|\ \
| * | ci: Enable FindOpenMP tests on macOS Ninja and Makefiles jobsBrad King2022-11-1410-1/+49
* | | Merge topic 'cmake-E-copy-t-mode'Brad King2022-11-157-12/+82
|\ \ \
| * | | cmake -E copy: Add support for -t argumentKyle Edwards2022-11-157-12/+82
| |/ /
* | | Merge topic 'clang-tidy-module-ostringstream-check'Brad King2022-11-158-0/+96
|\ \ \
| * | | clang-tidy: disable ostringstream checkKyle Edwards2022-11-141-0/+1
| * | | clang-tidy module: add test for ostringstream checkSean Orner2022-11-143-0/+17
| * | | clang-tidy module: add check for ostringstreamJoe Blaauboer2022-11-144-0/+78
| |/ /
* | | Merge topic 'test-isolate-ctest-env'Brad King2022-11-159-16/+16
|\ \ \
| * | | Tests: Isolate more RunCMake cases from external ctest environment valuesBrad King2022-11-143-0/+12
| * | | Tests: Factor out RunCMake ctest environment isolationBrad King2022-11-146-16/+4
* | | | Merge topic 'better_handling_of_build_args'Brad King2022-11-154-19/+11
|\ \ \ \