summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target_sources(): Process multiple FILE_SET arguments per blockKyle Edwards2022-03-033-12/+40
* 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
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge topic 'FindThreads-revert-libc-pthread-flag' into release-3.23Brad King2022-03-011-11/+8
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | FindThreads: Revert "Honor THREADS_PREFER_PTHREAD_FLAG when ... in libc"Brad King2022-02-281-11/+8
* | | | Merge topic 'ninja-gfortran-preprocess' into release-3.23Brad King2022-02-255-6/+24
|\ \ \ \
| * | | | Ninja: Avoid preprocessing twice with explicit Fortran_PREPROCESSPeter Hill2022-02-245-6/+24
* | | | | Merge topic 'ghs_fix_rtos_dir' into release-3.23Brad King2022-02-241-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | GHS: Store full path of Integrity OS directoryFred Baksik2022-02-231-2/+2
|/ / / /
* | | | CMake 3.23.0-rc2v3.23.0-rc2Brad King2022-02-231-1/+1
* | | | Merge topic 'update-expat' into release-3.23Brad King2022-02-237-64/+134
|\ \ \ \
| * \ \ \ Merge branch 'upstream-expat' into update-expatBrad King2022-02-226-63/+133
| |\ \ \ \
| | * | | | expat 2022-02-20 (65a21f2b)Expat Upstream2022-02-226-63/+133
| * | | | | expat: Update script to get Expat 2.4.6Brad King2022-02-221-1/+1
|/ / / / /
* | | | | Merge topic 'cuda-archs' into release-3.23Brad King2022-02-221-5/+3
|\ \ \ \ \
| * | | | | CUDA: Restore support for non-"all" CUDA_ARCHITECTURES with nvcc 11.5+Brad King2022-02-181-5/+3
* | | | | | Merge topic 'CheckTypeSize-doc' into release-3.23Brad King2022-02-221-29/+36
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | CheckTypeSize: Modernize and clarify documentationBrad King2022-02-181-29/+36
|/ / / / /
* | | | | Merge topic 'correct_multiple_source_warnings' into release-3.23Brad King2022-02-189-5/+105
|\ \ \ \ \
| * | | | | cmake: When given multiple source paths use last instead of firstRobert Maynard2022-02-179-5/+105
* | | | | | Merge topic 'file-set-no-exist' into release-3.23Brad King2022-02-183-21/+27
|\ \ \ \ \ \
| * | | | | | install(): Properly ignore FILE_SETs that don't existKyle Edwards2022-02-173-21/+27
| |/ / / / /
* | | | | | Merge branch 'release-3.22' into release-3.23Brad King2022-02-180-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'test-qt-disable' into release-3.22Brad King2022-02-171-4/+8
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'test-qt-disable' into release-3.23Brad King2022-02-181-4/+8
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Tests: Add missing guards on Qt4 and Qt5 testsBrad King2022-02-171-4/+8
| |/ / / / /
* | | | | | Merge topic 'libarchive-openssl-crypto-checks' into release-3.23Brad King2022-02-181-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | libarchive: Fix OpenSSL crypto library checks for build inside CMakeBrad King2022-02-171-0/+2
* | | | | | Merge topic 'cmake-empty-cmd-line-arg' into release-3.23Brad King2022-02-1715-6/+60
|\ \ \ \ \ \
| * | | | | | cmake: Ignore any empty "" command line argumentsRobert Maynard2022-02-1614-4/+45
| * | | | | | Tests: Add RunCMake helper to run cmake with raw execute_process argsBrad King2022-02-161-2/+15
* | | | | | | Merge topic 'test-cuda-sepcomp-ptx' into release-3.23Brad King2022-02-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Tests: Fix CudaOnly.SeparateCompilationPTX test project nameBrad King2022-02-161-1/+1
* | | | | | | | Merge topic 'tll-genex-concat' into release-3.23Brad King2022-02-162-102/+148
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | target_link_libraries: Improve tolerance of unquoted generator expressionsBrad King2022-02-152-4/+48
| * | | | | | | target_link_libraries: Handle keyword arguments in dedicated code pathBrad King2022-02-151-83/+100