summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* VS: Fix SLNX generation so .NET Core projects build in the IDEBrad King3 days1-0/+1
* VS: Add include_external_msproject GUIDs for more project typesBrad King3 days5-0/+58
* VS: Add include_external_msproject detection of `.njsproj` typeBrad King3 days3-0/+6
* Tests: Fix RunCMake.include_external_msproject .sln check failureBrad King3 days1-11/+5
* instrumentation: Fix crash on cmake_instrumentation() call in initial cacheMartin Duffy7 days4-0/+14
* Merge branch 'backport-4.0-fileapi-instrumentation-initial-cache'Brad King7 days4-0/+14
|\
| * Merge branch 'backport-3.31-fileapi-initial-cache'Brad King7 days4-0/+14
| |\
| | * fileapi: Fix crash on cmake_file_api() call in initial cacheMartin Duffy7 days4-0/+14
| * | Merge topic 'ci-cuda-archs' into release-4.0Brad King8 days2-2/+9
| |\ \ | | |/
| * | Merge topic 'test-libarchive-3.8.2' into release-4.0Brad King2025-11-114-2/+12
| |\ \
| * \ \ Merge topic 'process-timeout-short' into release-4.0Brad King2025-11-101-2/+2
| |\ \ \
| * \ \ \ Merge topic 'FindPython-3.15' into release-4.0Brad King2025-10-251-2/+16
| |\ \ \ \
| * | | | | find_package: Fix regression on `<PackageName>_ROOT` relative to CWDRobert Maynard2025-10-023-0/+10
* | | | | | Merge topic 'ci-cuda-archs' into release-4.2Brad King8 days2-2/+9
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | ci: Fix CUDA tests on GPUs newer than the toolkit supportsBrad King9 days2-2/+9
| | |_|_|/ | |/| | |
* | | | | Merge topic 'fix-cmp0199' into release-4.2Brad King9 days7-27/+19
|\ \ \ \ \
| * | | | | GenEx: Partially restore pre-CMP0199 behavior of $<CONFIG>Matthew Woehlke10 days7-27/+19
* | | | | | Merge topic 'fileapi-windows-implib-missing-error' into release-4.2Brad King9 days5-2/+62
|\ \ \ \ \ \
| * | | | | | fileapi: Handle unused imported libraries with missing IMPORTED_IMPLIBCraig Scott13 days5-2/+62
* | | | | | | Merge topic 'cpack-appimage-user-apprun' into release-4.2Brad King10 days1-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | CPack/AppImage: Add support for a custom AppRun fileMathieu13 days1-0/+1
| |/ / / / /
* | | | | | Tests/CTestTimeoutAfterMatch: add case for stop time bugBen Boeckel2026-01-075-0/+32
|/ / / / /
* | | | | VS: Restore subsystem link flag for DLLsBrad King2025-12-171-24/+12
* | | | | MSVC: Restore pre-4.2 default PDB pathsBen Boeckel2025-12-051-11/+1
* | | | | Merge topic 'revert-pdb-compile-filename-setting' into release-4.2Brad King2025-12-032-23/+0
|\ \ \ \ \
| * | | | | cmGeneratorTarget: Revert "always provide a compile PDB filename"Brad King2025-12-022-23/+0
* | | | | | Merge topic 'improve-subcommand-message-consistency' into release-4.2Brad King2025-12-026-23/+21
|\ \ \ \ \ \
| * | | | | | cmake_file_api: Improve error message consistencyMatthew Woehlke2025-12-011-6/+6
| * | | | | | export: Improve error message consistencyMatthew Woehlke2025-12-015-17/+15
| |/ / / / /
* | | | | | Merge topic 'fix-cps-arg-parsing' into release-4.2Brad King2025-12-028-0/+40
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | cmExportCommand: Fix PACKAGE_INFO argument parsingMatthew Woehlke2025-12-018-0/+40
* | | | | | Merge topic 'pdb-compile-filename-setting' into release-4.2Brad King2025-11-262-0/+23
|\ \ \ \ \ \
| * | | | | | cmGeneratorTarget: always provide a compile PDB filenameBen Boeckel2025-11-252-0/+23
* | | | | | | Merge topic 'fix-fileset-export' into release-4.2Brad King2025-11-261-4/+4
|\ \ \ \ \ \ \
| * | | | | | | export: Fix exporting targets with multiple file setsVito Gamberini2025-11-251-4/+4
| |/ / / / / /
* | | | | | | Merge topic 'emscripten-arch-id' into release-4.2Brad King2025-11-262-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Emscripten: Provide CMAKE_<LANG>_COMPILER_ARCHITECTURE_IDBrad King2025-11-252-0/+2
* | | | | | | | Merge topic 'emscripten-try_run' into release-4.2Brad King2025-11-268-1/+48
|\ \ \ \ \ \ \ \
| * | | | | | | | Emscripten: Fix try_run to run the `.js` file and not the adjacent `.wasm`Brad King2025-11-253-0/+18
| * | | | | | | | ci: Make node available to Emscripten testsBrad King2025-11-251-1/+2
| |/ / / / / / /
| * | | | | | | Tests/RunCMake/Emscripten: Add tests covering try_compile COPY_FILEBrad King2025-11-255-0/+28
| |/ / / / / /
* | | | | | | Merge topic 'emscripten-fPIC' into release-4.2Brad King2025-11-262-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Emscripten: Drop hard-coded -fPIC flagBrad King2025-11-252-0/+3
| |/ / / / / /
* | | | | | | ExternalProject: Fix environment modification ops named with underscoresBrad King2025-11-242-1/+3
|/ / / / / /
* | | | | | Merge topic 'fix-cps-export-definitions' into release-4.2Brad King2025-11-224-6/+6
|\ \ \ \ \ \
| * | | | | | CPS: Fix exporting definitionsMatthew Woehlke2025-11-214-6/+6
| |/ / / / /
* | | | | | Tests/TryCompile: Improve error message formattingBrad King2025-11-211-17/+19
* | | | | | Tests/RunCMake/GeneratorToolset: Fix Visual Studio 18 2026 host arch on ARM64Brad King2025-11-201-1/+1
* | | | | | VS: Add include_external_msproject detection of `.wapproj` typeBrad King2025-11-183-0/+6
* | | | | | VS: Add SLNX project typesBrad King2025-11-1823-68/+68