| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Remove unused iostream from CUDA sources | Brad King | 2024-01-18 | 15 | -36/+0 |
|
|
* | Tests: Fix condition adding nvcc-only flags in CudaOnly.SeparateCompilation | Brad King | 2024-01-18 | 1 | -1/+1 |
|
|
* | Merge topic 'autogen-exe-per-config' | Brad King | 2024-01-18 | 15 | -69/+552 |
|\ |
|
| * | NinjaMultiConfig: Update tests for the new dependency change | Orkun Tokdemir | 2024-01-17 | 3 | -22/+85 |
|
|
| * | Autogen: AUTO*_EXECUTABLE: add support for per-config values | Orkun Tokdemir | 2024-01-17 | 12 | -47/+467 |
|
|
* | | Merge topic 'fix_CTestUpdateGIT' | Brad King | 2024-01-18 | 1 | -2/+2 |
|\ \ |
|
| * | | Tests: Improve CTest.UpdateGIT robustness to user gitconfig | Ashish Sadanandan | 2024-01-17 | 1 | -2/+2 |
|
|
* | | | Merge topic 'cmake-language-exit-code' | Brad King | 2024-01-17 | 26 | -0/+39 |
|\ \ \ |
|
| * | | | cmake_language: Add EXIT subcommand | leha-bot | 2024-01-16 | 26 | -0/+39 |
| |/ / |
|
* | | | Merge topic 'lcc-updates-2024-01' | Brad King | 2024-01-17 | 1 | -5/+9 |
|\ \ \ |
|
| * | | | Tests: Exclude some tests on broken libc on Elbrus | makise-homura | 2024-01-16 | 1 | -5/+9 |
| |/ / |
|
* | | | Merge topic 'cxxmodules-obj-lib' | Brad King | 2024-01-17 | 4 | -0/+20 |
|\ \ \
| |/ /
|/| | |
|
| * | | cxxmodules: compute link information for C++ module-consuming targets | Matheus Izvekov | 2024-01-14 | 4 | -0/+20 |
|
|
| * | | Merge topic 'vs-scan-for-modules' into release-3.28 | Brad King | 2024-01-10 | 6 | -3/+40 |
| |\ \ |
|
| * \ \ | Merge topic 'cxxmodules-no-unity' into release-3.28 | Brad King | 2024-01-10 | 7 | -0/+68 |
| |\ \ \ |
|
* | \ \ \ | Merge topic 'swift-sources-in-resp-file' | Brad King | 2024-01-12 | 1 | -4/+2 |
|\ \ \ \ \ |
|
| * | | | | | Swift/Ninja: Include sources in response file | Evan Wilde | 2024-01-11 | 1 | -4/+2 |
|
|
* | | | | | | Merge topic 'file-strings-regex-match' | Brad King | 2024-01-11 | 13 | -0/+62 |
|\ \ \ \ \ \ |
|
| * | | | | | | file: `STRINGS` + `REGEX` store match results | Cristian Le | 2024-01-09 | 13 | -0/+62 |
|
|
* | | | | | | | Merge topic 'swift-implib' | Brad King | 2024-01-11 | 3 | -0/+15 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Swift: fix Windows DLL import library support for CMP0157 NEW | Saleem Abdulrasool | 2024-01-10 | 3 | -0/+15 |
|
|
* | | | | | | | | Merge topic 'package-dispatch-apple' | Brad King | 2024-01-11 | 6 | -19/+19 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | CMakePackageConfigHelpers: Clarify generate_apple_*_selection_file signatures | Brad King | 2024-01-05 | 6 | -19/+19 |
|
|
* | | | | | | | | Merge topic 'static' | Brad King | 2024-01-10 | 3 | -0/+17 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Swift: preserve `-static` for static library swiftmodules | Saleem Abdulrasool | 2024-01-09 | 3 | -0/+17 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge topic 'vs-scan-for-modules' | Brad King | 2024-01-10 | 6 | -3/+40 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| * | | | | | | | Tests/CXXModules/scan_properties: use `ixx` extension | Ben Boeckel | 2024-01-09 | 2 | -3/+5 |
|
|
| * | | | | | | | Tests/CXXModules: add a test case for VS generation without flags | Ben Boeckel | 2024-01-06 | 4 | -0/+35 |
|
|
* | | | | | | | | Merge topic 'cxxmodules-no-unity' | Brad King | 2024-01-10 | 7 | -0/+68 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| * | | | | | | | Tests/CXXModules: add a test with unity build support | Ben Boeckel | 2024-01-05 | 7 | -0/+68 |
| |/ / / / / / |
|
* | | | | | | | Merge topic 'makefile-depfile' | Brad King | 2024-01-10 | 3 | -0/+22 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | / /
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | Makefile: Fix double escaping when DEPFILE is used | Orkun Tokdemir | 2024-01-09 | 3 | -0/+22 |
|
|
* | | | | | | Merge topic 'ewilde/swift-ninja-response-files' | Brad King | 2024-01-09 | 3 | -0/+24 |
|\ \ \ \ \ \ |
|
| * | | | | | | Swift/Ninja: Add support for response files | Evan Wilde | 2024-01-08 | 3 | -0/+24 |
|
|
* | | | | | | | Tests: Avoid procedure stack overflow in broken libc on Elbrus | makise-homura | 2024-01-08 | 1 | -8/+35 |
|
|
* | | | | | | | Tests: Improve RunCMake.export expected output matching robustness | makise-homura | 2024-01-08 | 1 | -2/+2 |
|
|
* | | | | | | | Tests: With lfortran < 1.24 skip cases broken by incorrect filename handling | makise-homura | 2024-01-08 | 3 | -1/+27 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Merge topic 'link-stubs-transitively' | Brad King | 2024-01-08 | 8 | -9/+80 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Link explicitly to private transitive dependencies on stub libraries | Brad King | 2024-01-04 | 8 | -1/+70 |
|
|
| * | | | | | Tests: Enable RunCMake.RuntimePath test on more platforms | Brad King | 2024-01-04 | 2 | -9/+11 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge topic 'swift-always-restat' | Brad King | 2024-01-05 | 3 | -2/+10 |
|\ \ \ \ \ |
|
| * | | | | | Swift/Ninja: Always restat swift build commands | Jeremy Day | 2024-01-04 | 3 | -2/+10 |
|
|
* | | | | | | Merge topic 'swift-compile-commands' | Brad King | 2024-01-05 | 3 | -0/+44 |
|\ \ \ \ \ \ |
|
| * | | | | | | Swift/Ninja: Fix multifile module compile commands | Evan Wilde | 2024-01-03 | 3 | -0/+44 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge topic 'test-RunCMake.ExternalProject' | Brad King | 2024-01-05 | 1 | -0/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | Tests: Optionally run RunCMake.ExternalProject serially | Brad King | 2024-01-04 | 1 | -0/+3 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge topic 'check_language_propagate_hip_platform' | Brad King | 2024-01-05 | 3 | -0/+38 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | / /
| | |_|/ /
| |/| | | |
|
| * | | | | HIP: Propagate CMAKE_HIP_PLATFORM from/to the test project in check_language | Gergely Meszaros | 2024-01-04 | 3 | -0/+38 |
| | |_|/
| |/| | |
|
* | | | | Merge topic 'compute-compiler-linker' | Brad King | 2024-01-04 | 180 | -71/+1740 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Tests: Verify that linker tool is detected and identified where expected | Brad King | 2024-01-03 | 2 | -2/+36 |
|
|