summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | execute_process(): Restore opening files relative to WORKING_DIRECTORYKyle Edwards2023-10-166-0/+22
* | | | | Tests/NinjaPrivateDeps: fix error message for Build-PrivateFileSet-checkBen Boeckel2023-10-161-1/+1
| |/ / / |/| | |
* | | | Autogen: Revert "AUTO*_EXECUTABLE: add support for per-config values"Orkun Tokdemir2023-10-1312-418/+7
* | | | Tests: Revert "NinjaMultiConfig: Update tests for the new dependency change"Orkun Tokdemir2023-10-133-40/+22
|/ / /
* | | Merge topic 'cxxmodules-try_compile' into release-3.28Brad King2023-10-113-0/+26
|\ \ \
| * | | cxxmodules: Honor CMAKE_CXX_SCAN_FOR_MODULES in try_compileBrad King2023-10-103-0/+26
* | | | cxxmodules: Reference documentation in no-modules-support diagnosticsBrad King2023-10-116-24/+34
* | | | Tests: Enforce RunCMake.CXXModules no-modules-support diagnostics strictlyBrad King2023-10-116-36/+26
|/ / /
* | | Tests/RunCMake/CXXModules: remove experimental settingsBen Boeckel2023-10-072-4/+0
* | | cxxmodules: Scan only targets that explicitly enable C++ 20Brad King2023-10-053-0/+18
* | | Tests: Modernize name of RunCMake.CXXModules compiler inspection caseBrad King2023-10-042-2/+2
* | | Merge topic 'LLVMFlang-MSVC' into release-3.28Brad King2023-10-0417-3/+151
|\ \ \
| * | | LLVMFlang: Add support for targeting MSVC ABI on WindowsBrad King2023-10-033-2/+16
| * | | Tests: Enable CMP0091/CMP0141 for MSVC settings in FortranOnly testBrad King2023-10-021-1/+1
| * | | CMakeParseImplicitLinkInfo: Detect link lines using link.exe and lld-linkBrad King2023-10-0213-0/+134
* | | | Merge topic 'cmDebugTools-add-header'Brad King2023-10-032-0/+34
|\ \ \ \
| * | | | cmDebugTools: add headerBen Boeckel2023-10-012-0/+34
| |/ / /
* | | | Merge topic 'cxxmodules-no-longer-experimental'Brad King2023-10-02127-460/+244
|\ \ \ \
| * | | | cxxmodules: scan C++ sources for imports by defaultBen Boeckel2023-10-0244-38/+72
| * | | | cxxmodules: rework control logic for scanning regular C++ sourcesBen Boeckel2023-10-0210-23/+58
| * | | | Tests/RunCMake/CXXModules: remove rules file requirementBen Boeckel2023-10-021-12/+2
| * | | | CXXModules: remove `EXPERIMENTAL` from C++ module variable namesBen Boeckel2023-10-0211-12/+12
| * | | | cmExperimental: remove the flag for C++ modulesBen Boeckel2023-10-0279-379/+104
| |/ / /
* | | | Merge topic 'ctest-timeout-flag'Brad King2023-10-023-2/+15
|\ \ \ \ | | |/ / | |/| |
| * | | ctest: Restore support for --timeout values higher than default test timeoutBrad King2023-09-292-0/+13
| * | | Tests: Clarify RunCMake.CTestTimeout case nameBrad King2023-09-292-2/+2
* | | | Merge topic 'FindCUDAToolkit-implicit-dirs'Brad King2023-09-292-4/+20
|\ \ \ \
| * | | | FindCUDAToolkit: Search all of `nvcc` implicit includes and library dirsRobert Maynard2023-09-272-4/+20
* | | | | Merge topic 'help-arbitrary'Brad King2023-09-292-0/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Help: Allow help for arbitrary keywordsMartin Duffy2023-09-272-0/+9
* | | | | Merge topic 'cxxmodules-export-dirs-with-prefix'Brad King2023-09-2768-77/+369
|\ \ \ \ \
| * | | | | Tests/CXXModules: add tests for modules with include requirementsBen Boeckel2023-09-2623-0/+292
| * | | | | Tests/CXXModules: relax line number matching in stderrBen Boeckel2023-09-2645-77/+77
* | | | | | Merge topic 'misc-cxxmodule-fixes'Brad King2023-09-2711-47/+102
|\ \ \ \ \ \
| * | | | | | Tests/CXXModules: forward the default build typeBen Boeckel2023-09-264-0/+10
| * | | | | | Tests/CXXModules: fix multi-config and MSVC detailsBen Boeckel2023-09-256-25/+25
| * | | | | | Tests/CXXModules: add missing `bmi-only` and compiler id fieldsBen Boeckel2023-09-256-0/+30
| * | | | | | Tests/CXXModules: fix key set mismatch error messagesBen Boeckel2023-09-251-2/+2
| * | | | | | Tests/CXXModules: use a less generic name for the configBen Boeckel2023-09-254-18/+18
| * | | | | | Tests/CXXModules: replace the object extension as wellBen Boeckel2023-09-252-0/+2
| * | | | | | Tests/CXXModules: fix error detection propagationBen Boeckel2023-09-254-2/+15
* | | | | | | Merge topic 'autogen-timestamp-per-config'Brad King2023-09-277-75/+198
|\ \ \ \ \ \ \
| * | | | | | | AutoGen: Fix regression in timestamps on multi-config generatorsOrkun Tokdemir2023-09-261-42/+149
| * | | | | | | Tests/RunCMake/Autogen: Factor out test setupOrkun Tokdemir2023-09-266-33/+39
| * | | | | | | Tests/RunCMake/Autogen: Add expect_n_times() functionOrkun Tokdemir2023-09-261-0/+10
| | |_|_|/ / / | |/| | | | |
* | | | | | | Tests: Fix RunCMake.XcFramework in symlinked paths with Xcode 15Brad King2023-09-261-2/+11
* | | | | | | Tests: Fix failures on macOS arm64 due to Xcode 15 skipping ad-hoc signatureBrad King2023-09-262-7/+19
* | | | | | | Tests: Disable visionOS cases because Xcode 15.0 excludes supportBrad King2023-09-262-37/+44
* | | | | | | Tests: Clarify RunCMake.XcFramework conditions testing Xcode versionBrad King2023-09-262-8/+8
* | | | | | | Tests: Teach RunCMake to ignore Xcode DVTAssertions warningsBrad King2023-09-261-0/+2
|/ / / / / /