summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | CMake 3.26.6v3.26.6Brad King2023-11-272-4/+14
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'vs-ifx'Brad King2023-11-274-0/+34
|\ \ \ \ \ \ \
| * | | | | | | VS: Add support for using Intel oneAPI Fortran compiler in .vfproj filesBrad King2023-11-224-0/+34
* | | | | | | | Merge topic 'move-deprecated-variables-to-dedicated-section'Brad King2023-11-271-22/+64
|\ \ \ \ \ \ \ \
| * | | | | | | | Help: Move deprecated variables to dedicated section權少2023-11-221-22/+64
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Help: Clarify pass, fail and skip test properties and exit codescivision2023-11-245-19/+116
|/ / / / / / /
* | | | | | | Merge topic 'doc-ctest-link-cdash'Brad King2023-11-221-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Help: Fix ctest(1) manual links to www.cdash.orgBrad King2023-11-211-2/+2
| | |_|/ / | |/| | |
* | | | | Merge topic 'fileapi-file-sets-base-dirs-relative'Brad King2023-11-201-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | fileapi: Fix file sets' base directories relative to top sourceKyle Edwards2023-11-171-1/+3
* | | | | Merge topic 'doc-CMP0149'Brad King2023-11-201-0/+7
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Help: Document that CMP0149 should be set before project()Brad King2023-11-201-0/+7
* | | | | Merge topic 'update-doc-deprecated-properties-on-targets'Brad King2023-11-201-3/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Help: Move deprecated properties to dedicated section權少2023-11-201-3/+3
| * | | | Merge topic 'ci-fedora-39' into release-3.28Brad King2023-11-207-8/+8
| |\ \ \ \
* | \ \ \ \ Merge topic 'ci-fedora-39'Brad King2023-11-207-8/+8
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'backport-ci-fedora-39' into ci-fedora-39Brad King2023-11-177-8/+8
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | codespell: Fix typosBrad King2023-11-176-7/+7
| | * | | | | 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 topic 'cpack-wix-installscope'Brad King2023-11-192-1/+43
|\ \ \ \ \ \
| * | | | | | CPack/WiX: Make InstallScope configurableMax Gaukler2023-11-162-1/+43
* | | | | | | Merge topic 'swift-compilation-mode'Brad King2023-11-197-0/+135
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Swift: Add abstraction for compilation modeEvan Wilde2023-11-177-0/+135
* | | | | | | Merge topic 'autogen-rsp'Brad King2023-11-176-0/+38
|\ \ \ \ \ \ \
| * | | | | | | Autogen: Add support for response files for moc predef targetstophoo2023-11-166-0/+38
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'install-export-xcframework'Brad King2023-11-162-0/+22
|\ \ \ \ \ \ \
| * | | | | | | CMakePackageConfigHelpers: Add generate_apple_platform_selection_file()Kyle Edwards2023-11-151-0/+3
| * | | | | | | install(EXPORT): Add ability to point to .xcframework fileKyle Edwards2023-11-152-0/+19
| |/ / / / / /
* | | | | | | Help: Clarify file() command multi-value argument placeholdersBrad King2023-11-151-34/+34
* | | | | | | Merge branch 'release-3.27'Brad King2023-11-151-2/+2
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | CMake 3.27.8v3.27.8Brad King2023-11-151-2/+2
* | | | | | | Merge topic 'doc-find_package-advice'Brad King2023-11-152-0/+41
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Help: Note ways CMAKE_..._FIND_PACKAGE_... vars can break projectsCraig Scott2023-11-072-0/+41
* | | | | | | FetchContent: Set CMAKE_EXPORT_FIND_PACKAGE_NAMEKyle Edwards2023-11-131-0/+2
* | | | | | | install(EXPORT): Export find_dependency() callsKyle Edwards2023-11-137-2/+118
* | | | | | | Help/export: Add signature directivesKyle Edwards2023-11-131-8/+8
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'make-test-depend-on-all'Brad King2023-11-134-0/+28
|\ \ \ \ \ \
| * | | | | | Optionally make `test` target depend on `all`William Sciaroni2023-11-104-0/+28
* | | | | | | Link step: Enable to configure deduplication of librariesMarc Chevrier2023-11-093-0/+60
|/ / / / / /
* | | | | | Merge topic 'doct'Brad King2023-11-081-4/+31
|\ \ \ \ \ \
| * | | | | | Help:test prop WILL_FAIL clarify and examplescivision2023-11-071-4/+31
| |/ / / / /
* | | | | | Help: Document when <LANG>_COMPILER_ID genex learned to support multiple idsscivision2023-11-071-0/+12
* | | | | | Merge topic 'Ninja-use-depslog'Brad King2023-11-071-0/+5
|\ \ \ \ \ \
| * | | | | | cmGlobalNinjaGenerator: tell `ninja` to actually read the depfileBen Boeckel2023-11-011-0/+5
* | | | | | | Merge topic 'cmake-E-cat-stdin'Brad King2023-11-062-0/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | cmake -E cat: Add ability to print standard inputKyle Edwards2023-11-032-0/+9
* | | | | | | CMakeFindPackageMode: Link to cmake --find-package documentation權少2023-11-031-0/+1
|/ / / / / /