summaryrefslogtreecommitdiffstats
path: root/Help/release
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-3.27'Brad King2023-11-281-0/+20
|\
| * CMake 3.27.9v3.27.9Brad King2023-11-281-0/+20
| * Merge branch 'release-3.26' into release-3.27Brad King2023-11-271-0/+10
| |\
* | \ Merge topic 'cpack-auto-suffixes'Brad King2023-11-281-0/+10
|\ \ \
| * | | CPack/RPM: Append .rpm to CPACK_RPM_FILE_NAME if missingAlex Neundorf2023-11-271-0/+4
| * | | CPack/DEB: Append .deb to CPACK_DEBIAN_FILE_NAME if missingAlex Neundorf2023-11-271-0/+6
* | | | Merge branch 'release-3.26'Brad King2023-11-271-0/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | CMake 3.26.6v3.26.6Brad King2023-11-271-0/+10
* | | | VS: Add support for using Intel oneAPI Fortran compiler in .vfproj filesBrad King2023-11-221-0/+7
* | | | Merge topic 'ci-fedora-39'Brad King2023-11-202-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'backport-ci-fedora-39' into ci-fedora-39Brad King2023-11-172-2/+2
| |\ \ \ \
| | * | | | codespell: Fix typosBrad King2023-11-171-1/+1
| | * | | | codespell: Revise release note about short-lived field to avoid misspellingBrad King2023-11-171-1/+1
* | | | | | Merge topic 'doc-typo'Brad King2023-11-191-1/+1
|\ \ \ \ \ \
| * | | | | | Help: Fix spelling of CMAKE_EXTRA_INCLUDE_FILES in 3.6 release notesPeter Kokot2023-11-191-1/+1
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'release-3.27' into release-3.28Brad King2023-11-151-2/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'release-3.27' into release-3.28Brad King2023-10-061-2/+2
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'cpack-wix-installscope'Brad King2023-11-191-0/+13
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | CPack/WiX: Make InstallScope configurableMax Gaukler2023-11-161-0/+13
* | | | | | | Merge topic 'install-export-xcframework'Brad King2023-11-161-0/+9
|\ \ \ \ \ \ \
| * | | | | | | CMakePackageConfigHelpers: Add generate_apple_platform_selection_file()Kyle Edwards2023-11-151-0/+3
| * | | | | | | install(EXPORT): Add ability to point to .xcframework fileKyle Edwards2023-11-151-0/+6
| |/ / / / / /
* | | | | | | Merge branch 'release-3.27'Brad King2023-11-151-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | CMake 3.27.8v3.27.8Brad King2023-11-151-2/+2
| | |/ / / | |/| | |
* | | | | FetchContent: Set CMAKE_EXPORT_FIND_PACKAGE_NAMEKyle Edwards2023-11-131-0/+2
* | | | | install(EXPORT): Export find_dependency() callsKyle Edwards2023-11-131-0/+14
* | | | | Merge topic 'make-test-depend-on-all'Brad King2023-11-131-0/+6
|\ \ \ \ \
| * | | | | Optionally make `test` target depend on `all`William Sciaroni2023-11-101-0/+6
* | | | | | Link step: Enable to configure deduplication of librariesMarc Chevrier2023-11-091-0/+5
|/ / / / /
* | | | | cmake -E cat: Add ability to print standard inputKyle Edwards2023-11-031-0/+5
* | | | | if(): add operators IS_READABLE, IS_WRITABLE and IS_EXECUTABLE.Marc Chevrier2023-11-011-0/+5
* | | | | Merge topic 'unity-build-objc'Brad King2023-10-271-0/+5
|\ \ \ \ \
| * | | | | Unity: Enable UNITY_BUILD for OBJC and OBJCXX filesRob Raguet-Schofield2023-10-261-0/+5
* | | | | | Link Step: compute effective linker used by the compilerMarc Chevrier2023-10-241-0/+8
|/ / / / /
* | | | | Merge topic 'ci-linkcheck'Brad King2023-10-201-1/+1
|\ \ \ \ \
| * | | | | Help: Replace link with its http redirectBrad King2023-10-191-1/+1
* | | | | | CMAKE_PROJECT_INCLUDE: Allow to run module filesCristian Le2023-10-181-1/+3
|/ / / / /
* | | | | CMAKE_PROJECT_INCLUDE: Add support for including multiple filesCristian Le2023-10-181-0/+9
* | | | | Add options to specify linker toolMarc Chevrier2023-10-131-0/+6
| |_|_|/ |/| | |
* | | | Merge branch 'release-3.27'Brad King2023-10-061-2/+2
|\ \ \ \ | |/ / /
| * | | CMake 3.27.7v3.27.7Brad King2023-10-061-2/+2
* | | | Begin post-3.28 developmentBrad King2023-10-032-0/+9
| |/ / |/| |
* | | Help: Drop development topic notes to prepare releaseBrad King2023-10-032-9/+0
* | | Help: Organize and revise 3.28 release notesBrad King2023-10-031-93/+136
* | | Help: Consolidate 3.28 release notesBrad King2023-10-0334-216/+161
* | | Merge topic 'cxxmodules-no-longer-experimental'Brad King2023-10-021-0/+8
|\ \ \
| * | | cmExperimental: remove the flag for C++ modulesBen Boeckel2023-10-021-0/+8
* | | | Merge topic 'ExternalProject-declare-download-byproducts'Craig Scott2023-10-011-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | ExternalProject: declare byproducts for the download stepBen Boeckel2023-09-301-0/+8
* | | | Merge topic 'genexp-no-eval'Brad King2023-09-261-0/+5
|\ \ \ \