summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.25.1v3.25.1Brad King2022-11-301-1/+1
* Merge topic 'fortran-regression' into release-3.25Brad King2022-11-305-146/+183
|\
| * Tests/FortranModules: add case for modules after "end interface X"Ben Boeckel2022-11-303-0/+22
| * Fortran: Restore support for parsing "end interface X"Brad King2022-11-302-146/+161
* | Merge topic 'source-from-var' into release-3.25Brad King2022-11-292-4/+6
|\ \
| * | Check*: Restore support for arbitrary result variable namesZhong Ruoyu2022-11-282-4/+6
| |/
* | Merge topic 'FindRuby-doc-fix' into release-3.25Brad King2022-11-291-3/+0
|\ \
| * | FindRuby: Remove documentation for non-existent Ruby_ROOT_DIRHannes Braun2022-11-281-3/+0
| |/
* | Merge topic 'android-no-LINUX' into release-3.25Brad King2022-11-291-0/+1
|\ \
| * | Android: Revert setting LINUX variable on Android target systemsBrad King2022-11-281-0/+1
| |/
* | Merge topic 'msvc-cxx-no-optin-experimental-flag' into release-3.25Brad King2022-11-293-2/+4
|\ \
| * | MSVC: don't opt into dyndep supportBen Boeckel2022-11-283-2/+4
| |/
* | Merge topic 'revert-find_library-msvc-libfoo.a' into release-3.25Brad King2022-11-292-7/+15
|\ \
| * | MSVC: Revert "Teach find_library to consider the 'libfoo.a' naming convention"Brad King2022-11-282-7/+15
| |/
* | Merge branch 'release-3.24' into release-3.25Brad King2022-11-290-0/+0
|\ \
| * \ Merge branch 'mingw-windres' into release-3.24Brad King2022-11-282-7/+11
| |\ \
* | \ \ Merge topic 'mingw-windres' into release-3.25Brad King2022-11-292-7/+11
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | MinGW: Fix regression when windres is not foundBrad King2022-11-282-7/+11
| |/
* | Merge topic 'try_compile-copy-config' into release-3.25Brad King2022-11-233-4/+20
|\ \
| * | try_compile: Restore COPY_FILE with CMAKE_TRY_COMPILE_CONFIGURATIONBrad King2022-11-223-4/+20
* | | Merge topic 'XCode-XCODE_LINK_BUILD_PHASE_MODE-and-LINK_LIBRARY-genex' into r...Brad King2022-11-235-29/+127
|\ \ \
| * | | XCode: ensure LINK_LIBRARY genex is usable with XCODE_LINK_BUILD_PHASE_MODEMarc Chevrier2022-11-225-29/+127
|/ / /
* | | Merge topic 'cxxmodules-doc-msvc-modmapfmt' into release-3.25Brad King2022-11-221-2/+7
|\ \ \ | |/ / |/| |
| * | Help/dev/experimental: document the `msvc` module map formatBen Boeckel2022-11-211-2/+7
* | | Merge topic 'FindCUDA-nppicom' into release-3.25Brad King2022-11-221-1/+3
|\ \ \ | |/ / |/| |
| * | FindCUDA: Do not use CUDA_nppicom_LIBRARY in CUDA 11.0+Oleksii Udod2022-11-181-1/+3
|/ /
* | Merge topic 'FindCUDAToolkit_handle_nvptxcompiler_static_not_existing' into r...Brad King2022-11-181-1/+3
|\ \
| * | FindCUDAToolkit: Handle toolkits that don't provide nvptxcompilerRobert Maynard2022-11-171-1/+3
* | | Merge branch 'release-3.24' into release-3.25Brad King2022-11-170-0/+0
|\ \ \ | | |/ | |/|
| * | Merge branch 'test-FindBoost-python-versions' into release-3.24Brad King2022-11-171-2/+2
| |\ \
* | \ \ Merge topic 'test-FindBoost-python-versions' into release-3.25Brad King2022-11-171-2/+2
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Tests: Update FindBoost.TestPython for Python 3.11 and 3.12Brad King2022-11-161-2/+2
| |/
* | CMake 3.25.0v3.25.0Brad King2022-11-161-1/+1
* | Merge topic 'qtifw-4.5' into release-3.25Brad King2022-11-161-0/+2
|\ \
| * | CPack/IFW: Add support for QtIFW 4.5Erlend E. Aasland2022-11-151-0/+2
* | | Merge topic 'cmp0141-pch-reuse' into release-3.25Brad King2022-11-163-2/+11
|\ \ \ | |/ / |/| |
| * | CMP0141: Fix PCH REUSE_FROM when MSVC_DEBUG_INFORMATION_FORMAT is emptyBrad King2022-11-153-2/+11
|/ /
* | Merge branch 'release-3.24' into release-3.25Brad King2022-11-140-0/+0
|\ \ | |/
| * Merge branch 'release-3.23' into release-3.24Brad King2022-11-140-0/+0
| |\
| | * Merge branch 'compile-msvc-14.34-c++20' into release-3.23Brad King2022-11-141-1/+2
| | |\
| * | \ Merge branch 'compile-msvc-14.34-c++20' into release-3.24Brad King2022-11-141-1/+2
| |\ \ \ | | | |/ | | |/|
* | | | Merge branch 'compile-msvc-14.34-c++20' into release-3.25Brad King2022-11-140-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | cmGlobalVisualStudioGenerator: Fix compiling as C++20 in VS 2022Werner, Joerg2022-11-141-1/+2
| | |/ | |/|
* | | Merge topic 'msvc-19.34-cpp-modules' into release-3.25Brad King2022-11-146-33/+19
|\ \ \
| * | | msvc: bless MSVC 19.34 support for C++ modules as experimentalBen Boeckel2022-11-116-33/+19
* | | | Merge topic 'iar-asm-archid' into release-3.25Brad King2022-11-141-4/+3
|\ \ \ \ | |/ / / |/| | |
| * | | IAR: Fix ASM compiler architecture detectionFelipe Torrezan2022-11-111-4/+3
|/ / /
* | | Merge topic 'ci-msvc-14.34' into release-3.25Brad King2022-11-112-46/+25
|\ \ \
| * | | gitlab-ci: Update Windows packaging builds to MSVC 14.34 toolsetBrad King2022-11-102-41/+20
| * | | gitlab-ci: Update Windows non-packaging builds to MSVC 14.34 toolsetBrad King2022-11-101-5/+5