summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmake-language-exit-code'Brad King2024-01-1726-0/+39
|\
| * cmake_language: Add EXIT subcommandleha-bot2024-01-1626-0/+39
* | Merge topic 'lcc-updates-2024-01'Brad King2024-01-171-5/+9
|\ \
| * | Tests: Exclude some tests on broken libc on Elbrusmakise-homura2024-01-161-5/+9
| |/
* | Merge topic 'cxxmodules-obj-lib'Brad King2024-01-174-0/+20
|\ \ | |/ |/|
| * cxxmodules: compute link information for C++ module-consuming targetsMatheus Izvekov2024-01-144-0/+20
| * Merge topic 'vs-scan-for-modules' into release-3.28Brad King2024-01-106-3/+40
| |\
| * \ Merge topic 'cxxmodules-no-unity' into release-3.28Brad King2024-01-107-0/+68
| |\ \
* | \ \ Merge topic 'swift-sources-in-resp-file'Brad King2024-01-121-4/+2
|\ \ \ \
| * | | | Swift/Ninja: Include sources in response fileEvan Wilde2024-01-111-4/+2
* | | | | Merge topic 'file-strings-regex-match'Brad King2024-01-1113-0/+62
|\ \ \ \ \
| * | | | | file: `STRINGS` + `REGEX` store match resultsCristian Le2024-01-0913-0/+62
* | | | | | Merge topic 'swift-implib'Brad King2024-01-113-0/+15
|\ \ \ \ \ \
| * | | | | | Swift: fix Windows DLL import library support for CMP0157 NEWSaleem Abdulrasool2024-01-103-0/+15
* | | | | | | Merge topic 'package-dispatch-apple'Brad King2024-01-116-19/+19
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | CMakePackageConfigHelpers: Clarify generate_apple_*_selection_file signaturesBrad King2024-01-056-19/+19
* | | | | | | Merge topic 'static'Brad King2024-01-103-0/+17
|\ \ \ \ \ \ \
| * | | | | | | Swift: preserve `-static` for static library swiftmodulesSaleem Abdulrasool2024-01-093-0/+17
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'vs-scan-for-modules'Brad King2024-01-106-3/+40
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Tests/CXXModules/scan_properties: use `ixx` extensionBen Boeckel2024-01-092-3/+5
| * | | | | | Tests/CXXModules: add a test case for VS generation without flagsBen Boeckel2024-01-064-0/+35
* | | | | | | Merge topic 'cxxmodules-no-unity'Brad King2024-01-107-0/+68
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Tests/CXXModules: add a test with unity build supportBen Boeckel2024-01-057-0/+68
| |/ / / / /
* | | | | | Merge topic 'makefile-depfile'Brad King2024-01-103-0/+22
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Makefile: Fix double escaping when DEPFILE is usedOrkun Tokdemir2024-01-093-0/+22
* | | | | Merge topic 'ewilde/swift-ninja-response-files'Brad King2024-01-093-0/+24
|\ \ \ \ \
| * | | | | Swift/Ninja: Add support for response filesEvan Wilde2024-01-083-0/+24
* | | | | | Tests: Avoid procedure stack overflow in broken libc on Elbrusmakise-homura2024-01-081-8/+35
* | | | | | Tests: Improve RunCMake.export expected output matching robustnessmakise-homura2024-01-081-2/+2
* | | | | | Tests: With lfortran < 1.24 skip cases broken by incorrect filename handlingmakise-homura2024-01-083-1/+27
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'link-stubs-transitively'Brad King2024-01-088-9/+80
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Link explicitly to private transitive dependencies on stub librariesBrad King2024-01-048-1/+70
| * | | | Tests: Enable RunCMake.RuntimePath test on more platformsBrad King2024-01-042-9/+11
| | |_|/ | |/| |
* | | | Merge topic 'swift-always-restat'Brad King2024-01-053-2/+10
|\ \ \ \
| * | | | Swift/Ninja: Always restat swift build commandsJeremy Day2024-01-043-2/+10
* | | | | Merge topic 'swift-compile-commands'Brad King2024-01-053-0/+44
|\ \ \ \ \
| * | | | | Swift/Ninja: Fix multifile module compile commandsEvan Wilde2024-01-033-0/+44
* | | | | | Merge topic 'test-RunCMake.ExternalProject'Brad King2024-01-051-0/+3
|\ \ \ \ \ \
| * | | | | | Tests: Optionally run RunCMake.ExternalProject seriallyBrad King2024-01-041-0/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'check_language_propagate_hip_platform'Brad King2024-01-053-0/+38
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | HIP: Propagate CMAKE_HIP_PLATFORM from/to the test project in check_languageGergely Meszaros2024-01-043-0/+38
| | |_|/ | |/| |
* | | | Merge topic 'compute-compiler-linker'Brad King2024-01-04180-71/+1740
|\ \ \ \ | |_|/ / |/| | |
| * | | Tests: Verify that linker tool is detected and identified where expectedBrad King2024-01-032-2/+36
| * | | LinkerId: Match Apple linker on all Apple platformsBrad King2024-01-031-1/+1
| * | | LinkerId: Fix detection of GNU linker id without parenthesis in version outputBrad King2024-01-033-0/+6
| * | | LinkerId: Fix detection of linker tool without pathBrad King2024-01-0313-13/+13
| * | | LinkerId: Fix detection of linker tool for Clang on OpenBSDBrad King2024-01-032-2/+2
| * | | LinkerId: Fix detection of linker tool for MSVCBrad King2024-01-031-2/+2
| * | | LinkerId: Fix detection of linker tool for GNU on SunOS sparc32Brad King2024-01-034-4/+4
| * | | LinkerId: Fix detection of linker tool for XL compilersBrad King2024-01-0312-12/+12