Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge topic 'ctest-jobserver-client' | Brad King | 2023-12-04 | 1 | -0/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | ctest: Add support for running under a make job server on POSIX systems | Brad King | 2023-12-03 | 1 | -0/+5 | |
* | | | | | | Merge topic 'fileapi-exe-launcher' | Brad King | 2023-12-04 | 1 | -0/+7 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | fileapi: Add cross-compiling emulator to codemodel-v2 | Ralf Habacker | 2023-12-01 | 1 | -0/+7 | |
* | | | | | | Xcode: Add support to embed XPC Services | Jonathan Earnshaw | 2023-11-29 | 1 | -0/+6 | |
* | | | | | | Merge branch 'release-3.27' | Brad King | 2023-11-28 | 1 | -0/+20 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | CMake 3.27.9v3.27.9 | Brad King | 2023-11-28 | 1 | -0/+20 | |
| | |_|_|/ | |/| | | | ||||||
| * | | | | Merge branch 'release-3.26' into release-3.27 | Brad King | 2023-11-27 | 1 | -0/+10 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge topic 'cpack-auto-suffixes' | Brad King | 2023-11-28 | 1 | -0/+10 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | CPack/RPM: Append .rpm to CPACK_RPM_FILE_NAME if missing | Alex Neundorf | 2023-11-27 | 1 | -0/+4 | |
| * | | | | | CPack/DEB: Append .deb to CPACK_DEBIAN_FILE_NAME if missing | Alex Neundorf | 2023-11-27 | 1 | -0/+6 | |
* | | | | | | Merge branch 'release-3.26' | Brad King | 2023-11-27 | 1 | -0/+10 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | CMake 3.26.6v3.26.6 | Brad King | 2023-11-27 | 1 | -0/+10 | |
* | | | | | | VS: Add support for using Intel oneAPI Fortran compiler in .vfproj files | Brad King | 2023-11-22 | 1 | -0/+7 | |
* | | | | | | Merge topic 'ci-fedora-39' | Brad King | 2023-11-20 | 2 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'backport-ci-fedora-39' into ci-fedora-39 | Brad King | 2023-11-17 | 2 | -2/+2 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | codespell: Fix typos | Brad King | 2023-11-17 | 1 | -1/+1 | |
| | * | | | | | codespell: Revise release note about short-lived field to avoid misspelling | Brad King | 2023-11-17 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'doc-typo' | Brad King | 2023-11-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Help: Fix spelling of CMAKE_EXTRA_INCLUDE_FILES in 3.6 release notes | Peter Kokot | 2023-11-19 | 1 | -1/+1 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge branch 'release-3.27' into release-3.28 | Brad King | 2023-11-15 | 1 | -2/+2 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| * | | | | | Merge branch 'release-3.27' into release-3.28 | Brad King | 2023-10-06 | 1 | -2/+2 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'cpack-wix-installscope' | Brad King | 2023-11-19 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | CPack/WiX: Make InstallScope configurable | Max Gaukler | 2023-11-16 | 1 | -0/+13 | |
* | | | | | | | Merge topic 'install-export-xcframework' | Brad King | 2023-11-16 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CMakePackageConfigHelpers: Add generate_apple_platform_selection_file() | Kyle Edwards | 2023-11-15 | 1 | -0/+3 | |
| * | | | | | | | install(EXPORT): Add ability to point to .xcframework file | Kyle Edwards | 2023-11-15 | 1 | -0/+6 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'release-3.27' | Brad King | 2023-11-15 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | | | ||||||
| * | | | | | CMake 3.27.8v3.27.8 | Brad King | 2023-11-15 | 1 | -2/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | FetchContent: Set CMAKE_EXPORT_FIND_PACKAGE_NAME | Kyle Edwards | 2023-11-13 | 1 | -0/+2 | |
* | | | | | install(EXPORT): Export find_dependency() calls | Kyle Edwards | 2023-11-13 | 1 | -0/+14 | |
* | | | | | Merge topic 'make-test-depend-on-all' | Brad King | 2023-11-13 | 1 | -0/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Optionally make `test` target depend on `all` | William Sciaroni | 2023-11-10 | 1 | -0/+6 | |
* | | | | | | Link step: Enable to configure deduplication of libraries | Marc Chevrier | 2023-11-09 | 1 | -0/+5 | |
|/ / / / / | ||||||
* | | | | | cmake -E cat: Add ability to print standard input | Kyle Edwards | 2023-11-03 | 1 | -0/+5 | |
* | | | | | if(): add operators IS_READABLE, IS_WRITABLE and IS_EXECUTABLE. | Marc Chevrier | 2023-11-01 | 1 | -0/+5 | |
* | | | | | Merge topic 'unity-build-objc' | Brad King | 2023-10-27 | 1 | -0/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Unity: Enable UNITY_BUILD for OBJC and OBJCXX files | Rob Raguet-Schofield | 2023-10-26 | 1 | -0/+5 | |
* | | | | | | Link Step: compute effective linker used by the compiler | Marc Chevrier | 2023-10-24 | 1 | -0/+8 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'ci-linkcheck' | Brad King | 2023-10-20 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Help: Replace link with its http redirect | Brad King | 2023-10-19 | 1 | -1/+1 | |
* | | | | | | CMAKE_PROJECT_INCLUDE: Allow to run module files | Cristian Le | 2023-10-18 | 1 | -1/+3 | |
|/ / / / / | ||||||
* | | | | | CMAKE_PROJECT_INCLUDE: Add support for including multiple files | Cristian Le | 2023-10-18 | 1 | -0/+9 | |
* | | | | | Add options to specify linker tool | Marc Chevrier | 2023-10-13 | 1 | -0/+6 | |
| |_|_|/ |/| | | | ||||||
* | | | | Merge branch 'release-3.27' | Brad King | 2023-10-06 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | CMake 3.27.7v3.27.7 | Brad King | 2023-10-06 | 1 | -2/+2 | |
* | | | | Begin post-3.28 development | Brad King | 2023-10-03 | 2 | -0/+9 | |
| |/ / |/| | | ||||||
* | | | Help: Drop development topic notes to prepare release | Brad King | 2023-10-03 | 2 | -9/+0 | |
* | | | Help: Organize and revise 3.28 release notes | Brad King | 2023-10-03 | 1 | -93/+136 | |
* | | | Help: Consolidate 3.28 release notes | Brad King | 2023-10-03 | 34 | -216/+161 | |