summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-tidy: fix `modernize-use-default-member-init` lintsBen Boeckel2022-11-297-25/+14
* clang-tidy: fix `readability-avoid-const-params-in-decls` lintsBen Boeckel2022-11-291-2/+1
* cmVisualStudio10TargetGenerator: remove unused variableBen Boeckel2022-11-291-1/+0
* Merge topic 'ci-nvhpc'Brad King2022-11-298-4/+71
|\
| * gitlab-ci: add nightly job testing NVHPC with Ninja on LinuxBrad King2022-11-287-0/+66
| * Tests: Clarify CudaOnly.SeparateCompilationPTX outputBrad King2022-11-231-4/+5
* | Merge topic 'clang-tidy-module-string-concatenation-cmstrcat-check'Brad King2022-11-299-0/+405
|\ \
| * | clang-tidy: disable string concatenation checkKyle Edwards2022-11-281-0/+1
| * | clang-tidy module: add tests for string concatenation checkSean Orner2022-11-284-0/+186
| * | clang-tidy module: add check for string concatenationJoe Blaauboer2022-11-284-0/+218
* | | Merge topic 'cuda_tests_support_linux_no_static_libs'Brad King2022-11-2920-69/+212
|\ \ \
| * | | Tests: Don't presume that Linux CUDA Toolkits provide static libsRobert Maynard2022-11-2320-69/+212
* | | | Merge topic 'iar-rsp-on-objects'Brad King2022-11-291-22/+16
|\ \ \ \
| * | | | IAR: Add response flag for filesFelipe Torrezan2022-11-271-22/+16
* | | | | Merge topic 'cxxmodules-refactor-detection-support'Brad King2022-11-298-128/+147
|\ \ \ \ \
| * | | | | cmGeneratorTarget: factor out fileset info and scanning detectionBen Boeckel2022-11-234-95/+99
| * | | | | cmGeneratorTarget: factor out dyndep support detectionBen Boeckel2022-11-234-22/+22
| * | | | | cmGlobalGenerator: factor out C++ module support checkingBen Boeckel2022-11-234-12/+27
| | |_|_|/ | |/| | |
* | | | | Merge branch 'release-3.25'Brad King2022-11-290-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge topic 'source-from-var' into release-3.25Brad King2022-11-292-4/+6
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'source-from-var'Brad King2022-11-292-4/+6
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Check*: Restore support for arbitrary result variable namesZhong Ruoyu2022-11-282-4/+6
* | | | | | | Merge branch 'release-3.25'Brad King2022-11-290-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'FindRuby-doc-fix' into release-3.25Brad King2022-11-291-3/+0
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'FindRuby-doc-fix'Brad King2022-11-291-3/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | FindRuby: Remove documentation for non-existent Ruby_ROOT_DIRHannes Braun2022-11-281-3/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'release-3.25'Brad King2022-11-290-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'android-no-LINUX' into release-3.25Brad King2022-11-291-0/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'android-no-LINUX'Brad King2022-11-291-0/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Android: Revert setting LINUX variable on Android target systemsBrad King2022-11-281-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'release-3.25'Brad King2022-11-290-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'msvc-cxx-no-optin-experimental-flag' into release-3.25Brad King2022-11-293-2/+4
| |\ \ \ \ \ \