summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: add <LANG>_CLANG_TIDY_EXPORT_FIXES_DIR propertyKyle Edwards2022-12-0611-2/+152
* Merge topic 'file-GET_RUNTIME_DEPENDENCIES-transitive-rpath'Brad King2022-12-021-2/+7
|\
| * file(GET_RUNTIME_DEPENDENCIES): propagate transitive parent's rpathAlex Lapenkou2022-12-021-2/+7
* | Merge topic 'cxxmodules-vs'Brad King2022-12-024-8/+51
|\ \
| * | cmExperimental: recycle C++20 module support UUIDBen Boeckel2022-12-011-1/+1
| * | cmVisualStudio10TargetGenerator: write C++ module elementsBen Boeckel2022-12-011-4/+36
| * | cmVisualStudio10TargetGenerator: ask the generator for dyndep supportBen Boeckel2022-12-011-1/+2
| * | cmGlobalVisualStudioVersionedGenerator: check for C++ module supportBen Boeckel2022-12-011-0/+5
| * | cmGlobalVisualStudioVersionedGenerator: support dyndep in VS2022 and upBen Boeckel2022-12-011-0/+5
| * | cmGlobalVisualStudio7Generator: make `SupportsCxxModuleDyndep` protectedBen Boeckel2022-12-011-2/+2
* | | CMake Nightly Date StampKitware Robot2022-12-021-1/+1
|/ /
* | Merge topic 'cxxmodules-collation-logic-refactor'Brad King2022-12-016-581/+732
|\ \
| * | cmDyndepCollation: factor out metadata writing for dyndepBen Boeckel2022-11-303-313/+355
| * | cmDyndepCollation: factor out parsing dyndep informationBen Boeckel2022-11-304-96/+116
| * | cmDyndepCollation: factor out writing C++ module info from NinjaBen Boeckel2022-11-304-214/+303
* | | Merge topic 'cmstrcat-move-first-arg'Brad King2022-12-013-44/+81
|\ \ \
| * | | cmStrCat(): optimize when first argument is an rvalue stringKyle Edwards2022-11-302-12/+49
| * | | cmStringCommand: remove use of cmCatViews()Kyle Edwards2022-11-291-32/+32
| |/ /
* | | CMake Nightly Date StampKitware Robot2022-12-011-1/+1
* | | Merge topic 'fortran-regression'Brad King2022-11-302-146/+161
|\ \ \
| * | | Fortran: Restore support for parsing "end interface X"Brad King2022-11-302-146/+161
| * | | Merge topic 'try_compile-copy-config' into release-3.25Brad King2022-11-231-4/+11
| |\ \ \
* | \ \ \ Merge topic 'vs-clang-tidy-cleanup'Brad King2022-11-3034-528/+531
|\ \ \ \ \
| * | | | | clang-tidy: fix `readability-redundant-smartptr-get` lintsBen Boeckel2022-11-291-1/+1
| * | | | | clang-tidy: fix `modernize-make-unique` lintsBen Boeckel2022-11-291-1/+3
| * | | | | clang-tidy: fix `performance-for-range-copy` lintsBen Boeckel2022-11-291-1/+1
| * | | | | clang-tidy: fix `readability-redundant-string-init` lintsBen Boeckel2022-11-291-1/+1
| * | | | | clang-tidy: fix `readability-const-return-type` lintsBen Boeckel2022-11-292-4/+4
| * | | | | clang-tidy: fix `readability-qualified-auto` lintsBen Boeckel2022-11-292-4/+4
| * | | | | clang-tidy: fix `readability-use-anyofallof` lintsBen Boeckel2022-11-294-83/+55
| * | | | | clang-tidy: fix `readability-isolate-declaration` lintsBen Boeckel2022-11-293-4/+9
| * | | | | clang-tidy: fix `modernize-loop-convert` lintsBen Boeckel2022-11-295-26/+21
| * | | | | clang-tidy: fix `modernize-raw-string-literal` lintsBen Boeckel2022-11-299-20/+20
| * | | | | clang-tidy: fix `readability-string-compare` lintsBen Boeckel2022-11-293-27/+26
| * | | | | clang-tidy: fix `performance-faster-string-find` lintsBen Boeckel2022-11-291-3/+3
| * | | | | clang-tidy: fix `bugprone-parent-virtual-call` lintsBen Boeckel2022-11-293-0/+4
| * | | | | clang-tidy: fix `performance-unnecessary-value-param` lintsBen Boeckel2022-11-294-4/+4
| * | | | | clang-tidy: fix `misc-unused-parameters` lintsBen Boeckel2022-11-291-0/+1
| * | | | | clang-tidy: fix `readability-braces-around-statements` lintsBen Boeckel2022-11-297-78/+132
| * | | | | clang-tidy: fix `readability-container-size-empty` lintsBen Boeckel2022-11-293-4/+4
| * | | | | clang-tidy: fix `performance-unnecessary-copy-initialization` lintsBen Boeckel2022-11-292-3/+3
| * | | | | clang-tidy: fix `readability-else-after-return` lintsBen Boeckel2022-11-2912-99/+107
| * | | | | clang-tidy: fix `readability-redundant-string-cstr` lintsBen Boeckel2022-11-295-11/+11
| * | | | | clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2022-11-299-35/+22
| * | | | | clang-tidy: fix `readability-static-accessed-through-instance` lintsBen Boeckel2022-11-295-10/+15
| * | | | | clang-tidy: fix `modernize-use-nullptr` lintsBen Boeckel2022-11-2914-52/+52
| * | | | | clang-tidy: fix `readability-redundant-access-specifiers` lintsBen Boeckel2022-11-292-2/+0
| * | | | | clang-tidy: fix `modernize-pass-by-value` lintsBen Boeckel2022-11-294-11/+11
| * | | | | clang-tidy: fix `modernize-use-override` lintsBen Boeckel2022-11-2910-19/+19
| * | | | | clang-tidy: fix `modernize-use-equals-default` lintsBen Boeckel2022-11-2910-25/+11