summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Optionally make `test` target depend on `all`William Sciaroni2023-11-1010-0/+46
* Tests: Add case to verify that 'make test' does not 'make all'Brad King2023-11-107-0/+29
* Merge topic 'doct'Brad King2023-11-081-4/+31
|\
| * Help:test prop WILL_FAIL clarify and examplescivision2023-11-071-4/+31
* | Merge topic 'cuda_support_CMAKE_TRY_COMPILE_TARGET_TYPE'Brad King2023-11-084-0/+13
|\ \
| * | CUDA: Support CMAKE_TRY_COMPILE_TARGET_TYPE of STATIC_LIBRARYRobert Maynard2023-11-074-0/+13
* | | Merge topic 'doc-genex-compiler-ids'Brad King2023-11-081-0/+12
|\ \ \
| * | | Help: Document when <LANG>_COMPILER_ID genex learned to support multiple idsscivision2023-11-071-0/+12
| |/ /
* | | Merge branch 'release-3.28'Brad King2023-11-080-0/+0
|\ \ \
| * \ \ Merge topic 'cxx23' into release-3.28Brad King2023-11-086-14/+17
| |\ \ \
* | \ \ \ Merge topic 'cxx23'Brad King2023-11-086-14/+17
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | cmGlobalGeneratorFactory: Provide complete cmGlobalGenerator to deleterBrad King2023-11-071-1/+1
| * | | | cmCTestBuildCommand: Avoid requiring complete cmGlobalGenerator type publiclyBrad King2023-11-072-9/+12
| * | | | cmList: Avoid using operator-> on input iteratorBrad King2023-11-071-1/+1
| * | | | Tests: Avoid compiling call to dap::optional<dap::string>(nullptr)Brad King2023-11-072-3/+3
* | | | | CMake Nightly Date StampKitware Robot2023-11-081-1/+1
* | | | | Merge branch 'release-3.28'Brad King2023-11-070-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'static-library-link-xcframework' into release-3.28Brad King2023-11-074-21/+84
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | Merge topic 'static-library-link-xcframework'Brad King2023-11-074-21/+84
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | Xcode: Fix linking against .xcframework from static librariesKyle Edwards2023-11-064-21/+84
* | | | Merge topic 'vs-CharacterSet'Brad King2023-11-074-4/+77
|\ \ \ \
| * | | | VS: Consider macros with values when determining CharacterSetDeniz Bahadir2023-11-064-4/+77
* | | | | Merge topic 'CMakeDetermineFortranCompiler-typo'Brad King2023-11-071-1/+1
|\ \ \ \ \
| * | | | | CMakeDetermineFortranCompiler: Fix typo in comment (CC -> FC)Sylwester Arabas2023-11-061-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge topic 'Ninja-use-depslog'Brad King2023-11-0718-4/+389
|\ \ \ \ \
| * | | | | cmTransformDepfile: warn when a depfile is not written toBen Boeckel2023-11-012-0/+11
| * | | | | Tests/Ninja*/CustomCommandDepfile: check that deps are in the databaseBen Boeckel2023-11-0112-0/+354
| * | | | | cmGlobalNinjaGenerator: tell `ninja` to actually read the depfileBen Boeckel2023-11-012-1/+21
| * | | | | cmAddCustomCommandCommand: use `cmStrCat`Ben Boeckel2023-11-011-2/+2
| * | | | | Tests/RunCMake/Ninja: fix subdir prefix checkBen Boeckel2023-10-231-1/+1
* | | | | | Merge topic 'ci-linkcheck'Brad King2023-11-071-1/+5
|\ \ \ \ \ \
| * | | | | | ci: Do not linkcheck www.intel.com URLsBrad King2023-11-061-1/+5
| | |_|/ / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2023-11-071-1/+1
|/ / / / /
* | | | | Merge branch 'release-3.28'Brad King2023-11-060-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | CMake 3.28.0-rc4v3.28.0-rc4Brad King2023-11-061-1/+1
| | |_|/ | |/| |
* | | | Merge topic 'cmake-E-cat-stdin'Brad King2023-11-066-4/+36
|\ \ \ \
| * | | | cmake -E cat: Add ability to print standard inputKyle Edwards2023-11-036-4/+36
* | | | | CMake Nightly Date StampKitware Robot2023-11-061-1/+1
* | | | | Merge topic 'FetchContent-GHS'Craig Scott2023-11-052-0/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | FetchContent: Pass GHS Variables to subbuildWilliam Sciaroni2023-11-042-0/+17
* | | | | CMake Nightly Date StampKitware Robot2023-11-051-1/+1
* | | | | CMake Nightly Date StampKitware Robot2023-11-041-1/+1
* | | | | Merge topic 'CMakeFindPackageMode-link-docs'Brad King2023-11-032-4/+4
|\ \ \ \ \
| * | | | | CMakeFindPackageMode: Link to cmake --find-package documentation權少2023-11-032-4/+4
* | | | | | Merge branch 'release-3.28'Brad King2023-11-030-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge topic 'cdash-report-urls' into release-3.28Brad King2023-11-038-3/+112
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'cdash-report-urls'Brad King2023-11-038-3/+112
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | gitlab-ci: pull annotations for CDash from the jobsBen Boeckel2023-11-022-0/+28
| * | | | | | ci: generate annotation reportsBen Boeckel2023-11-026-3/+84
* | | | | | | Merge branch 'release-3.28'Kyle Edwards2023-11-030-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |