summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tests: Make RunCMake.CMP0125 robust to external filesystem contentBrad King2022-03-074-56/+56
* Merge branch 'release-3.22' into release-3.23Brad King2022-03-041-0/+9
|\
| * CMake 3.22.3v3.22.3Brad King2022-03-042-1/+10
* | Merge branch 'release-3.22' into release-3.23Brad King2022-03-041-3/+3
|\ \ | |/
| * Merge branch 'release-3.21' into release-3.22Brad King2022-03-041-3/+3
| |\
| | * CMake 3.21.6v3.21.6Brad King2022-03-042-4/+4
* | | Merge topic 'file-set-name-requirements' into release-3.23Brad King2022-03-048-4/+30
|\ \ \
| * | | target_sources(): Enforce stricter requirements for FILE_SET nameKyle Edwards2022-03-038-4/+30
* | | | Merge topic 'file-set-multiple-names' into release-3.23Brad King2022-03-043-12/+40
|\ \ \ \
| * | | | target_sources(): Process multiple FILE_SET arguments per blockKyle Edwards2022-03-033-12/+40
| |/ / /
* | | | Merge topic 'ci-cuda-11.6' into release-3.23Brad King2022-03-049-3/+136
|\ \ \ \
| * | | | gitlab-ci: add jobs testing cuda11.6 with nvcc and clang 13Brad King2022-03-035-0/+50
| * | | | ci: add cuda11.6 base imageBrad King2022-03-034-0/+83
| * | | | gitlab-ci: run CUDA and HIP test jobs in any non-MR pipelineBrad King2022-03-031-3/+3
* | | | | Merge branch 'release-3.22' into release-3.23Brad King2022-03-040-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'while-bug-compatibility' into release-3.22Brad King2022-03-037-27/+20
| |\ \ \ \
| * \ \ \ \ Merge branch 'release-3.21' into release-3.22Brad King2022-03-030-0/+0
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'binutils-llvm-ar-clang-macos' into release-3.21Brad King2022-03-031-1/+4
| | |\ \ \ \
| * | \ \ \ \ Merge branch 'binutils-llvm-ar-clang-macos' into release-3.22Brad King2022-03-031-1/+4
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
* | | | | | | Merge topic 'while-bug-compatibility' into release-3.23Brad King2022-03-047-27/+20
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | while: Restore tolerance of condition errorAlex Turbov2022-03-035-12/+10
| * | | | | | Tests: Simplify RunCMake.{if,while} unbalanced parenthesis casesBrad King2022-03-034-16/+11
| |/ / / / /
* | | | | | Merge topic 'binutils-llvm-ar-clang-macos' into release-3.23Brad King2022-03-041-1/+4
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | BinUtils: Avoid llvm-ar on Apple platformsBrad King2022-03-031-1/+4
| | |/ / | |/| |
* | | | Merge topic 'cuda-arch-all' into release-3.23Brad King2022-03-037-5/+27
|\ \ \ \
| * | | | Tests: Add cases for CMAKE_CUDA_ARCHITECTURES={all,all-major}Brad King2022-03-025-0/+18
| * | | | VS: Fix CUDA compiler id with CMAKE_CUDA_ARCHITECTURES={all,all-major}Brad King2022-03-022-5/+9
| | |_|/ | |/| |
* | | | Merge topic 'cmake-dir-args' into release-3.23Brad King2022-03-0350-31/+85
|\ \ \ \
| * | | | Tests: Add RunCMake.CommandLine ExplicitiDirs explicit work directoryBrad King2022-03-021-0/+6
| * | | | cmake: Correct regression in `-B <dir> <src_dir>`Robert Maynard2022-03-022-1/+2
| * | | | Tests: Verify RunCMake.CommandLine ExplicitDirs source/build dirsBrad King2022-03-0223-0/+47
| * | | | Tests: Clarify RunCMake.CommandLine ExplicitDirs case namesBrad King2022-03-0227-30/+30
* | | | | Merge topic 'update-kwsys' into release-3.23Brad King2022-03-031-0/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | KWSys: SystemInformation: Add Zhaoxin x86 processor kh40000Joker-Van2022-03-021-0/+6
* | | | | Merge topic 'cuda-arch-all' into release-3.23Brad King2022-03-023-42/+45
|\ \ \ \ \
| * | | | | CUDA: Fix CMAKE_CUDA_ARCHITECTURES=all/all-major with NVCC 11.5+Brad King2022-03-011-1/+4
| * | | | | Help: Update CUDA_ARCHITECTURES docs for generic all/all-major supportBrad King2022-03-011-8/+10
| * | | | | CUDA: Simplify CMAKE_CUDA_ARCHITECTURES special value logicBrad King2022-03-012-33/+31
* | | | | | Merge topic 'doc-presets-v4' into release-3.23Brad King2022-03-025-43/+80
|\ \ \ \ \ \
| * | | | | | Help: Improve wording and structure related to preset includesCraig Scott2022-03-025-43/+80
| |/ / / / /
* | | | | | Merge topic 'find_file_frameworks_debug_output' into release-3.23Brad King2022-03-022-4/+10
|\ \ \ \ \ \
| * | | | | | find_file: Fix blank line instead of framework path in debug outputCraig Scott2022-02-282-4/+10
| |/ / / / /
* | | | | | Merge topic 'file-set-no-custom-targets' into release-3.23Brad King2022-03-026-1/+16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | target_sources(): Prohibit FILE_SET on custom targetsKyle Edwards2022-02-286-1/+16
| |/ / / /
* | | | | Merge topic 'doc-crosscompiling-emulator-arg-list-3.15' into release-3.23Brad King2022-03-012-6/+8
|\ \ \ \ \
| * | | | | Help: Add missing versionadded to *CROSSCOMPILING_EMULATORfriendlyanon2022-02-282-6/+8
| |/ / / /
* | | | | Merge branch 'release-3.22' into release-3.23Brad King2022-03-010-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'release-3.21' into release-3.22Brad King2022-02-280-0/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch 'FindThreads-revert-libc-pthread-flag' into release-3.21Brad King2022-02-281-11/+8
| | |\ \ \
| * | \ \ \ Merge branch 'FindThreads-revert-libc-pthread-flag' into release-3.22Brad King2022-02-281-11/+8
| |\ \ \ \ \ | | | |/ / / | | |/| | |