summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge topic 'FindOpenMP-5.1-and-5.2' into release-3.28Brad King2023-11-141-0/+2
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | |_|/ / / / / |/| | | | | |
| * | | | | | FindOpenMP: Add support for openmp 5.1 (llvm 17) and 5.2Christoph Reiter2023-11-131-0/+2
| |/ / / / /
* | | | | | Merge topic 'find_cudatoolkit_cufile_name' into release-3.28Brad King2023-11-091-4/+4
|\ \ \ \ \ \
| * | | | | | FindCUDAToolkit: Search for cufile library name being lowercaseRobert Maynard2023-11-081-4/+4
|/ / / / / /
* | | | | | Merge topic 'cxx23' into release-3.28Brad 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
* | | | | | | Merge topic 'static-library-link-xcframework' into release-3.28Brad King2023-11-074-21/+84
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Xcode: Fix linking against .xcframework from static librariesKyle Edwards2023-11-064-21/+84
* | | | | | | CMake 3.28.0-rc4v3.28.0-rc4Brad King2023-11-061-1/+1
|/ / / / / /
* | | | | | Merge topic 'cdash-report-urls' into release-3.28Brad 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 topic 'cmsystemtools-runsinglecommand-stdin' into release-3.28Kyle Edwards2023-11-035-2/+11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | cmSystemTools::RunSingleCommand(): Pass stdin to child processKyle Edwards2023-11-025-2/+11
|/ / / / / /
* | | | | | Merge topic 'cuda-vs' into release-3.28Brad King2023-11-023-20/+6
|\ \ \ \ \ \
| * | | | | | CUDA: Parse NVCC implicit compile/link information in Visual Studio generatorsBrad King2023-11-011-20/+1
| * | | | | | CMakeNVCCParseImplicitInfo: Recognize link.exe line in CUDA VS integrationBrad King2023-11-011-0/+3
| * | | | | | CMakeParseImplicitLinkInfo: Ignore MSVC link /implib: flagBrad King2023-11-011-0/+2
* | | | | | | Merge topic 'cxxmodules-cmp0155-graceful-fallback-without-scanner' into relea...Brad King2023-11-0114-30/+54
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | cmGlobalGenerator: give context about module queriesBen Boeckel2023-11-015-8/+22
| * | | | | | CMP0155: ignore scanning for sources if no scanner is availableBen Boeckel2023-11-0110-23/+33
* | | | | | | Merge topic 'ctest-windows-color' into release-3.28Brad King2023-11-011-10/+5
|\ \ \ \ \ \ \
| * | | | | | | ctest: Allow colored output on Windows if CLICOLOR_FORCE is set to 1Cristian Adam2023-11-011-10/+5
|/ / / / / / /
* | | | | | | Merge branch 'release-3.27' into release-3.28Brad King2023-11-010-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'revert-GetPrerequisites-linux-x86' into release-3.27Brad King2023-11-011-1/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'revert-GetPrerequisites-linux-x86' into release-3.28Brad King2023-11-011-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | GetPrerequisites: Revert "Ignore relative paths printed by ldd"Brad King2023-10-311-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'release-3.27' into release-3.28Brad King2023-10-310-0/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'modules-depends-via-target-objects' into release-3.27Brad King2023-10-3111-2/+90
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'modules-depends-via-target-objects' into release-3.28Brad King2023-10-3111-2/+90
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Fortran: Restore support for TARGET_OBJECTS providing modulesBen Boeckel2023-10-309-0/+87
| * | | | | | | cmComputeLinkInformation: skip over linking to items for object purposesBen Boeckel2023-10-271-1/+1
| * | | | | | | cmComputeLinkDepends: also copy the target from object link itemsBen Boeckel2023-10-271-0/+1
| * | | | | | | Tests/ObjectLibrary: fix commentBen Boeckel2023-10-271-1/+1
* | | | | | | | Merge topic 'FindFreeType-config-windows' into release-3.28Brad King2023-10-311-2/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | FindFreeType: also set `FREETYPE_FOUND`Ben Boeckel2023-10-301-0/+1
| * | | | | | | | FindFreeType: insert Freetype's location to the startBen Boeckel2023-10-281-1/+1
| * | | | | | | | FindFreeType: handle config-specific `LOCATION` settings as wellBen Boeckel2023-10-281-1/+13
| * | | | | | | | FindFreeType: consider `IMPLIB`-using platformsBen Boeckel2023-10-261-1/+18
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'cxxmodules-ninja-forced-rsp-files' into release-3.28Brad King2023-10-304-2/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests/CXXModules: test forced rsp files with ninjaBen Boeckel2023-10-284-2/+52
| |/ / / / / / /
* | | | | | | | Merge topic 'cmp0153-suggestion' into release-3.28Brad King2023-10-305-11/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | CMP0153: Add suggestion to use execute_process()Kyle Edwards2023-10-273-4/+9
| * | | | | | | | cmState::AddDisallowedCommand(): Allow additional warning infoKyle Edwards2023-10-272-7/+14
| |/ / / / / / /
* | | | | | | | Merge topic 'FindProtobuf-restore-protoc-include-path' into release-3.28Brad King2023-10-301-4/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | FindProtobuf: Fix protoc include path regressionAndré Apitzsch2023-10-271-4/+2
|/ / / / / / /
* | | | | | | CMake 3.28.0-rc3v3.28.0-rc3Brad King2023-10-241-1/+1