summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'LLVMFlang-MSVC'Brad King2023-12-074-3/+28
|\
| * LLVMFlang: Update MSVC runtime library selection for LLVMFlang 18.0Brad King2023-12-061-3/+5
| * CMakeParseImplicitLinkInfo: Exclude LLVMFlang program entry point for MSVCBrad King2023-12-063-0/+23
* | Merge topic 'cmuvprocesschain-external-loop'Brad King2023-12-071-1/+52
|\ \ | |/ |/|
| * cmUVProcessChain: Add option for external uv_loop_tKyle Edwards2023-12-051-1/+52
* | Merge topic 'cxxmodules-msvc-corner-cases'Brad King2023-12-065-3/+27
|\ \
| * | Tests/CXXModules: enhance `internal-partitions` testBen Boeckel2023-12-054-1/+17
| * | Tests/CXXModules: import from an internal partitionBen Boeckel2023-12-053-2/+10
* | | Merge topic 'fix-cxx-module-transitive-requirements'Brad King2023-12-0635-1/+384
|\ \ \
| * | | cmCxxModuleMapper: Fix transitive requirements computationnamniav2023-12-0535-1/+384
* | | | Merge topic 'LLVMFlang-MSVC-debug'Brad King2023-12-062-4/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | LLVMFlang: Fix MSVC ABI debug information format optionsBrad King2023-12-052-4/+9
| | |/ | |/|
* | | Merge topic 'cxxmodules-pch'Brad King2023-12-054-0/+24
|\ \ \ | | |/ | |/|
| * | Tests/CXXModules: add a test which scans a PCH-using sourceBen Boeckel2023-12-044-0/+24
| |/
* | Merge topic 'ctest-jobserver-client'Brad King2023-12-0410-0/+241
|\ \
| * | ctest: Add support for running under a make job server on POSIX systemsBrad King2023-12-038-0/+61
| * | cmUVJobServerClient: Add libuv-based job server integration clientBrad King2023-12-032-0/+180
* | | Merge topic 'fileapi-exe-launcher'Brad King2023-12-0411-4/+288
|\ \ \
| * | | fileapi: Add cross-compiling emulator to codemodel-v2Ralf Habacker2023-12-0111-4/+288
* | | | Merge topic 'cmake-non-writable-build-dir'Brad King2023-12-046-12/+45
|\ \ \ \ | |_|/ / |/| | |
| * | | Tests: Add case covering non-writable CMAKE_BINARY_DIRBrad King2023-11-304-0/+26
| * | | Tests: Factor out RunCMake helper to get UNIX user idBrad King2023-11-302-12/+19
* | | | cmUVHandlePtr: Fix conversion to bool on Oracle Studio compilerBrad King2023-12-021-0/+16
* | | | Merge topic 'xcode-embed-xpc-services'Brad King2023-12-015-0/+46
|\ \ \ \ | |/ / / |/| | |
| * | | Xcode: Add support to embed XPC ServicesJonathan Earnshaw2023-11-295-0/+46
* | | | Merge topic 'execute_process-no-extension'Brad King2023-11-307-0/+57
|\ \ \ \ | | |_|/ | |/| |
| * | | Tests: Add case to cover execute_process support for no extension on WindowsKyle Edwards2023-11-307-0/+57
| * | | Merge topic 'cxxmodules-diagnostics' into release-3.28Brad King2023-11-295-14/+49
| |\ \ \
* | \ \ \ Merge topic 'LINK_LIBRARY-genex-with-INTERFACE_LINK_LIBRARIES_DIRECT'Brad King2023-11-306-0/+19
|\ \ \ \ \
| * | | | | LINK_LIBRARY-genex: correct behavior for INTERFACE_LINK_LIBRARIES_DIRECTMarc Chevrier2023-11-296-0/+19
| | |_|_|/ | |/| | |
* | | | | Tests: Avoid leaving behind non-readable directoriesBrad King2023-11-291-0/+24
* | | | | Tests: Avoid creating world-writable pathsBrad King2023-11-291-2/+2
* | | | | Tests: Fix directory removal in RunCMake.if testBrad King2023-11-291-3/+5
| |_|_|/ |/| | |
* | | | Merge topic 'cxxmodules-diagnostics'Brad King2023-11-295-14/+49
|\ \ \ \ | | |_|/ | |/| |
| * | | cxxmodules: Add more suggestions to no-modules-support diagnosticsBrad King2023-11-285-14/+49
* | | | Merge topic 'xcode-embed-resources'Brad King2023-11-291-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Xcode: Fix embed resources prop namehalx992023-11-281-1/+1
| |/ /
| * | Merge topic 'fortran-objects-as-sources-fix' into release-3.28Brad King2023-11-2723-0/+138
| |\ \
| * \ \ Merge topic 'clang-scan-deps-failed-scan' into release-3.28Brad King2023-11-221-2/+2
| |\ \ \
* | \ \ \ Merge topic 'cpack-auto-suffixes'Brad King2023-11-284-0/+16
|\ \ \ \ \
| * | | | | CPack/RPM: Append .rpm to CPACK_RPM_FILE_NAME if missingAlex Neundorf2023-11-274-3/+5
| * | | | | CPack/DEB: Append .deb to CPACK_DEBIAN_FILE_NAME if missingAlex Neundorf2023-11-274-0/+14
* | | | | | Merge topic 'tests-c99'Brad King2023-11-282-11/+17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Tests: Improve C compatibility of LoadCommand testsFlorian Weimer2023-11-272-11/+17
* | | | | | Merge topic 'uv-write'Brad King2023-11-271-0/+51
|\ \ \ \ \ \
| * | | | | | cmUVHandlePtr: Add uv_write wrapper to manage request lifetimeBrad King2023-11-221-0/+51
* | | | | | | Merge topic 'vs-ifx'Brad King2023-11-278-0/+23
|\ \ \ \ \ \ \
| * | | | | | | VS: Add support for using Intel oneAPI Fortran compiler in .vfproj filesBrad King2023-11-228-0/+23
* | | | | | | | Merge topic 'fortran-objects-as-sources-fix'Brad King2023-11-2723-0/+138
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Ninja: support "forwarding" modules from other targetsBen Boeckel2023-11-236-0/+6