summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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 topic 'build-local-interface-genex'Brad King2022-11-1810-16/+123
|\ \ \ \ \
| * | | | | Genex: Add $<BUILD_LOCAL_INTERFACE:...> genexKyle Edwards2022-11-1710-1/+97
| * | | | | cmGeneratorExpression: Refactor stripExportInterface() to use enum classKyle Edwards2022-11-171-16/+27
| | |_|/ / | |/| | |
* | | | | Merge topic 'genex-TARGET_PROPERTY-scope'Brad King2022-11-188-1/+80
|\ \ \ \ \
| * | | | | Genex: Fix TARGET_PROPERTY lookup scope in transitive usage requirementsBrad King2022-11-178-1/+80
* | | | | | Merge branch 'release-3.25'Brad King2022-11-180-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge topic 'FindCUDAToolkit_handle_nvptxcompiler_static_not_existing' into r...Brad King2022-11-181-1/+3
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'FindCUDAToolkit_handle_nvptxcompiler_static_not_existing'Brad King2022-11-181-1/+3
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | FindCUDAToolkit: Handle toolkits that don't provide nvptxcompilerRobert Maynard2022-11-171-1/+3
* | | | | | | Merge topic 'ci-fedora-37'Brad King2022-11-1829-74/+86
|\ \ \ \ \ \ \
| * | | | | | | gitlab-ci: use Fedora 37 images and environmentsBrad King2022-11-1723-68/+68
| * | | | | | | ci: add LLVMFlang compiler to Fedora base imageBrad King2022-11-171-0/+3
| * | | | | | | ci: update Linux image to Fedora 37Brad King2022-11-175-4/+4
| * | | | | | | clang-tidy: ignore warnings new in versions 14 and 15Brad King2022-11-171-0/+9
| * | | | | | | gitlab-ci: Fix rules for running two dependent test jobsBrad King2022-11-171-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2022-11-181-1/+1
|/ / / / / /
* | | | | | Merge topic 'vs-build-parallel'Brad King2022-11-171-2/+0
|\ \ \ \ \ \
| * | | | | | cmake --build: Use both inter- and intra-project parallelism with msbuildBrad King2022-11-161-2/+0
* | | | | | | Merge topic 'file-archive-zstd-compression-level'Brad King2022-11-175-9/+24
|\ \ \ \ \ \ \
| * | | | | | | file(ARCHIVE_CREATE): Allow higher compression level for ZstdAmir Masoud Abdol2022-11-165-9/+24
* | | | | | | | Merge topic 'automoc-var-init'Brad King2022-11-171-3/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | AutoMoc: Don't initialize already defined CMAKE_AUTOMOC_ variablesJoerg Bornemann2022-11-161-3/+9
* | | | | | | | | Merge topic 'compiler-predefines-only-cxx'Brad King2022-11-179-43/+59
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Only initialize CMAKE_CXX_COMPILER_PREDEFINES_COMMANDJoerg Bornemann2022-11-169-43/+59
| |/ / / / / / / /
* | | | | | | | | Merge branch 'release-3.25'Brad King2022-11-170-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'release-3.24' into release-3.25Brad King2022-11-170-0/+0
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'release-3.24'Brad King2022-11-170-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |