summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.30.3v3.30.3Brad King2024-08-292-8/+9
* Merge branch 'release-3.29' into release-3.30Brad King2024-08-291-2/+2
|\
| * CMake 3.29.8v3.29.8Brad King2024-08-292-3/+3
* | Merge topic 'project_ensure_non_cache_variables' into release-3.30Brad King2024-08-293-0/+19
|\ \
| * | project: non cache <project> prefix variables are also createdRobert Maynard2024-08-273-0/+19
* | | Merge topic 'FindPython-free-threaded-python' into release-3.30Brad King2024-08-274-0/+45
|\ \ \
| * | | FindPython: ensure a usable environment is set for the free threaded PythonMarc Chevrier2024-08-274-0/+45
| |/ /
* | | Merge topic 'FindPython-numpy-mkl' into release-3.30Brad King2024-08-271-9/+8
|\ \ \
| * | | FindPython: fix regression of NumPy detection with Intel MKL libraryEven Rouault2024-08-261-9/+8
|/ / /
* | | Merge topic 'android-ndk-27' into release-3.30Brad King2024-08-261-9/+9
|\ \ \ | |/ / |/| |
| * | Android: Fix build with NDK 27Lars Schmertmann2024-08-221-9/+9
* | | Merge topic 'ci-xcode-15.4' into release-3.30Brad King2024-08-211-6/+6
|\ \ \
| * | | gitlab-ci: update macOS jobs to use Xcode 15.4Brad King2024-08-201-6/+6
| |/ /
* | | Merge topic 'ci-msvc-14.41' into release-3.30Brad King2024-08-211-12/+12
|\ \ \ | |/ / |/| |
| * | gitlab-ci: Update Windows builds to MSVC 14.41 toolsetBrad King2024-08-201-12/+12
|/ /
* | Merge topic 'FindJNI-no-xcode' into release-3.30Brad King2024-08-201-1/+3
|\ \
| * | FindJNI: Improve output on macOS if Xcode is not installedBrad King2024-08-191-1/+3
* | | Merge topic 'ci-ninja-1.12.1' into release-3.30Brad King2024-08-205-48/+17
|\ \ \
| * | | ci: update to use ninja 1.12.1Brad King2024-08-195-48/+17
| |/ /
* | | Merge topic 'cpack-nsis-reserved-component-names' into release-3.30Brad King2024-08-204-3/+45
|\ \ \ | |/ / |/| |
| * | CPack/NSIS: Fix matching of reserved component namesK. R. Walker2024-08-194-3/+45
|/ /
* | Merge topic 'FindJNI-zero-vm-location' into release-3.30Brad King2024-08-151-0/+2
|\ \
| * | FindJNI: Support finding libjvm.so for all OpenJDK variantsWANG Xuerui2024-08-151-0/+2
* | | Merge branch 'release-3.29' into release-3.30Brad King2024-08-150-0/+0
|\ \ \ | | |/ | |/|
| * | Merge topic 'cppdap-gcc-15' into release-3.29Brad King2024-08-151-0/+1
| |\ \
* | \ \ Merge topic 'cppdap-gcc-15' into release-3.30Brad King2024-08-151-0/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | cppdap: include/dap/network.h: add <stdint.h> include for GCC 15Christoph GrĂ¼ninger2024-08-131-0/+1
| |/
* | Merge topic 'macos-curl-user-agent' into release-3.30Brad King2024-08-151-1/+4
|\ \
| * | file(DOWNLOAD): Fix User-Agent to use run-time curl versionBrad King2024-08-131-1/+4
* | | Merge topic 'curl-http2' into release-3.30Brad King2024-08-155-4/+18
|\ \ \ | |/ / |/| |
| * | curl: Avoid using HTTP/2 with curl 8.7.x due to bug in error codesBrad King2024-08-135-4/+18
|/ /
* | CMake 3.30.2v3.30.2Brad King2024-08-022-4/+4
* | Merge branch 'release-3.29' into release-3.30Brad King2024-08-020-0/+0
|\ \ | |/
| * Merge topic 'swift-install-names' into release-3.29Brad King2024-08-025-4/+39
| |\
* | \ Merge topic 'swift-install-names' into release-3.30Brad King2024-08-025-4/+39
|\ \ \ | | |/ | |/|
| * | Swift: Fix INSTALL_NAME_DIR under CMP0157 NEW behaviorEvan Wilde2024-08-015-4/+39
| |/
* | Merge topic 'test-xcode-command-line-tools' into release-3.30Brad King2024-08-011-0/+1
|\ \
| * | Tests: Restore suppression of xcodebuild error with Xcode Command-Line ToolsBrad King2024-07-311-0/+1
|/ /
* | Merge branch 'release-3.29' into release-3.30Brad King2024-07-290-0/+0
|\ \ | |/
| * Merge branch 'release-3.28' into release-3.29Brad King2024-07-290-0/+0
| |\
| | * Merge topic 'backport-test-curl-output' into release-3.28Brad King2024-07-291-1/+1
| | |\
| * | \ Merge topic 'backport-test-curl-output' into release-3.29Brad King2024-07-291-1/+1
| |\ \ \ | | | |/ | | |/|
* | | | Merge topic 'backport-test-curl-output' into release-3.30Brad King2024-07-291-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Tests/RunCMake/file-DOWNLOAD: Update bad host name message for curl 8.9Brad King2024-07-291-1/+1
| | |/ | |/|
* | | Merge topic 'FindPython-WIN32-EXECUTABLE_DEBUG' into release-3.30Brad King2024-07-291-2/+20
|\ \ \
| * | | FindPython: Fix usage of cached variable _Python_EXECUTABLE_DEBUGMarc Chevrier2024-07-261-2/+20
* | | | Merge topic 'doc-add_test-typo' into release-3.30Brad King2024-07-292-2/+1
|\ \ \ \
| * | | | Help: Fix typo in add_test documentationBrad King2024-07-262-2/+1
| |/ / /
* | | | Merge topic 'fetchcontent-updates-disconnected' into release-3.30Craig Scott2024-07-271-10/+11
|\ \ \ \ | |/ / / |/| | |
| * | | FetchContent: Ensure can_fetch_default is set early enoughCraig Scott2024-07-261-5/+6