summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Help: update lua.org links to be HTTPSBen Boeckel2024-01-011-1/+1
| | |/ / / | |/| | |
* | | | | Merge topic 'doc-toolchains-apple'Craig Scott2024-01-011-4/+6
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Help: Note CMAKE_IOS_INSTALL_COMBINED deprecation in toolchains exampleCraig Scott2023-12-301-3/+5
| * | | Help: Fix typo not accounting for addition of visionOSCraig Scott2023-12-301-1/+1
| |/ /
* | | Merge topic 'package-dispatch-apple'Brad King2023-12-201-0/+7
|\ \ \
| * | | CMakePackageConfigHelpers: Add generate_apple_architecture_selection_file()Brad King2023-12-191-0/+7
* | | | Merge topic 'add_test-CROSSCOMPILING_EMULATOR-exclusive'Brad King2023-12-204-0/+38
|\ \ \ \
| * | | | add_test: Honor CROSSCOMPILING_EMULATOR only when cross-compilingRalf Habacker2023-12-194-0/+38
* | | | | Merge topic 'doc-typo-dep-provider-method'Brad King2023-12-201-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Help: Fix typo in dependency provider method keywordCraig Scott2023-12-151-1/+1
| |/ / /
* | | | Merge topic 'doc-fileapi-launchers'Brad King2023-12-191-23/+23
|\ \ \ \
| * | | | Help: Fix indentation level in fileapi docs for target attribute 'launchers'Ralf Habacker2023-12-181-23/+23
| |/ / /
* | | | Help: Document Xcode project visibility constraints for embeddingCraig Scott2023-12-151-0/+16
|/ / /
* | | Merge topic 'cmake-test-launcher'Brad King2023-12-1513-7/+94
|\ \ \
| * | | fileapi: Add test launcher to codemodel-v2Ralf Habacker2023-12-131-0/+4
| * | | add_test: Optionally use a launcher for tests running in-project targetsRalf Habacker2023-12-1312-7/+90
* | | | Merge branch 'release-3.28'Brad King2023-12-141-0/+12
|\ \ \ \ | | |/ / | |/| |
| * | | CMake 3.28.1v3.28.1Brad King2023-12-141-0/+12
| * | | Merge topic 'doc-xcframeworks-stubs-apple' into release-3.28Brad King2023-12-134-19/+24
| |\ \ \
* | \ \ \ Merge topic 'doc-xcframeworks-stubs-apple'Brad King2023-12-134-19/+24
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Help: Note case where IMPORTED_IMPLIB isn't needed for (xc)frameworksCraig Scott2023-12-131-0/+6
| * | | | Help: XCFrameworks and stubs are supported on all Apple, not just macOSCraig Scott2023-12-094-18/+14
| * | | | Help: Add missing versionadded directives for IMPORTED_IMPLIBCraig Scott2023-12-091-5/+8
* | | | | Merge topic 'create_test_sourcelist-full-filepath'Brad King2023-12-121-0/+5
|\ \ \ \ \
| * | | | | create_test_sourcelist: use the full path to the driverBen Boeckel2023-12-111-0/+5
* | | | | | Merge topic 'Help-create_test_sourcelist'Brad King2023-12-121-22/+21
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Help/create_test_sourcelist: format arguments in the signature docsBen Boeckel2023-12-101-4/+4
| * | | | Help/create_test_sourcelist: add formatting markupBen Boeckel2023-12-091-7/+7
| * | | | Help/create_test_sourcelist: reflow proseBen Boeckel2023-12-091-18/+17
| |/ / /
* | | | Merge topic 'compute-compiler-linker'Brad King2023-12-091-0/+2
|\ \ \ \
| * | | | LinkerId: Identify AIX and SunOS system linkersBrad King2023-12-081-0/+2
* | | | | Merge topic 'LLVMFlang-Fortran-link-enhancements'Brad King2023-12-091-5/+7
|\ \ \ \ \
| * | | | | LLVMFlang Fortran: enhance link capabilitiesMarc Chevrier2023-12-081-5/+7
| |/ / / /
* | | | | Merge topic 'find-rustc-importlibs'Brad King2023-12-092-5/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MSVC: Teach find_library to consider Rust's '${name}.dll.lib' conventionDaniel Ching2023-12-082-5/+11
* | | | | Merge topic 'doc-signatures'Brad King2023-12-072-175/+211
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Help: Use signature directive for the 'add_library' commandBrad King2023-12-062-142/+169
| * | | | Help: Use signature directive for the 'add_executable' commandBrad King2023-12-061-34/+43
* | | | | Help/dev: Add informal governance section to maintainer guideBrad King2023-12-061-0/+7
|/ / / /
* | | | Merge topic 'fix-doc-add_library-INTERFACE-EXCLUDE_FROM_ALL'Brad King2023-12-051-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Help: Fix signature of add_library(<name> INTERFACE EXCLUDE_FROM_ALL)namniav2023-12-041-1/+1
* | | | Merge topic 'ctest-jobserver-client'Brad King2023-12-043-0/+32
|\ \ \ \
| * | | | ctest: Add support for running under a make job server on POSIX systemsBrad King2023-12-033-0/+32
| |/ / /
* | | | Merge topic 'fileapi-exe-launcher'Brad King2023-12-042-1/+34
|\ \ \ \ | |/ / / |/| | |
| * | | fileapi: Add cross-compiling emulator to codemodel-v2Ralf Habacker2023-12-012-1/+34
* | | | Merge topic 'xcode-embed-xpc-services'Brad King2023-12-013-0/+15
|\ \ \ \
| * | | | Xcode: Add support to embed XPC ServicesJonathan Earnshaw2023-11-293-0/+15
* | | | | Help: Document that ctest(1) --test-dir was added in 3.20scivision2023-11-301-0/+2
|/ / / /
* | | | Merge topic 'xcode-embed-resources'Brad King2023-11-291-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Xcode: Fix embed resources prop namehalx992023-11-281-1/+1