Age | Commit message (Expand) | Author | Files | Lines |
2020-08-25 | Merge pull request #7581 from peterh/aix | Jussi Pakkanen | 1 | -0/+44 |
2020-08-22 | Merge pull request #7447 from scivision/nvc | Jussi Pakkanen | 1 | -1/+5 |
2020-08-12 | aix: allow both 32-bit and 64-bit objects in a static library | Peter Harris | 1 | -0/+12 |
2020-08-12 | aix: detect and support the AIX dynamic linker | Peter Harris | 1 | -0/+32 |
2020-08-02 | Make meson recognize the Qualcomm LLVM toolchain | Antony Chan | 1 | -0/+6 |
2020-07-14 | Merge pull request #7422 from alanc/solaris-fixes | Jussi Pakkanen | 1 | -1/+7 |
2020-07-13 | Fix native builds on Windows ARM64 machines | Nirbheek Chauhan | 1 | -13/+0 |
2020-07-13 | add Nvidia HPC SDK compilers | Michael Hirsch, Ph.D | 1 | -1/+5 |
2020-07-07 | SolarisDynamicLinker: Check if linker supports -z type=pie | Alan Coopersmith | 1 | -1/+7 |
2020-06-22 | SolarisDynamicLinker: add get_asneeded_args() & get_pie_args() | Alan Coopersmith | 1 | -0/+7 |
2020-06-22 | compilers: Return CompilerArgs from compiler instance | Dylan Baker | 1 | -0/+4 |
2020-06-11 | apple: -headerpad args are ignored when bitcode is enabled | Nirbheek Chauhan | 1 | -5/+7 |
2020-06-05 | gnulike linkers (and ar) accept rsp files. | Dan Kegel | 1 | -0/+7 |
2020-05-16 | Let .pc files specify rpath. | Dan Kegel | 1 | -22/+27 |
2020-05-08 | Do not pass rpath flags to wasm-ld | Andrei Alexeyev | 1 | -0/+5 |
2020-04-21 | switch python2 %s for python3 .format | Michael | 1 | -6/+6 |
2020-03-23 | Fix legacy env var support with cross | John Ericson | 1 | -7/+15 |
2020-03-21 | -Add xc16 and c2000 C,Cpp toolchain support | alanNz | 1 | -0/+111 |
2020-03-12 | Merge pull request #6356 from dcbaker/fix-d-compiler-abstractions | Jussi Pakkanen | 1 | -2/+13 |
2020-03-09 | linkers: Allow optlink to be invoked indirectly | Dylan Baker | 1 | -2/+9 |
2020-03-09 | linkers: Move import_library_args to from VS compiler to linker | Dylan Baker | 1 | -0/+4 |
2020-02-27 | compilers/linkers: Add a representation for wasm-ld | Dylan Baker | 1 | -0/+29 |
2020-02-23 | Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w... | Jussi Pakkanen | 1 | -3/+12 |
2020-02-22 | ninjabackend: List PDBs in output list for targets | Nirbheek Chauhan | 1 | -3/+12 |
2020-02-21 | linkers: Update the linker names to be more consistent | Dylan Baker | 1 | -13/+37 |
2020-02-18 | linkers: typing -> T fixup | Dylan Baker | 1 | -1/+1 |
2020-02-18 | Don't pass --allow-shlib-undefined to lld if it's not supported | Andrei Alexeyev | 1 | -1/+12 |
2020-02-15 | msvc: add prefix to build type arguments | Dmitry Kozlyuk | 1 | -0/+3 |
2020-01-30 | -Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi... | alanNz | 1 | -1/+2 |
2020-01-22 | vs: Write checksums in PE binaries (DLLs and EXEs) | Nirbheek Chauhan | 1 | -0/+3 |
2020-01-22 | linkers: Accept both str and List[str] for _apply_prefix | Nirbheek Chauhan | 1 | -6/+10 |
2020-01-22 | linkers: Clarify a comment about rspfiles | Nirbheek Chauhan | 1 | -1/+2 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -156/+156 |
2019-12-18 | linkers: Remove get_allow_undefined_args from link.exe | Dylan Baker | 1 | -2/+1 |
2019-12-12 | Consider compiler arguments in linker detection logic | Dylan Baker | 1 | -9/+0 |
2019-12-11 | Merge pull request #6207 from dcbaker/linker-option | Jussi Pakkanen | 1 | -39/+30 |
2019-12-05 | Partially revert "lgtm: fix Missing call to __init__ during object initializa... | Dylan Baker | 1 | -19/+16 |
2019-12-05 | lgtm: fix Missing call to __init__ during object initialization | Daniel Mensinger | 1 | -17/+20 |
2019-12-03 | linkers: make constructor signature of VisualStudioLike linkers the same | Dylan Baker | 1 | -4/+6 |
2019-12-03 | linkers: Correct MSVC-like linkers invoke directly flag | Dylan Baker | 1 | -1/+1 |
2019-12-03 | Intel: Dump worthless Xild abstractions | Dylan Baker | 1 | -22/+7 |
2019-12-02 | Allow selecting the dynamic linker | Dylan Baker | 1 | -12/+16 |
2019-12-02 | linkers: Fix Apple and VS-like linkers always_args | Dylan Baker | 1 | -2/+2 |
2019-11-29 | linkers: AppleDynamicLinker supports -pie. | Mihai Moldovan | 1 | -0/+3 |
2019-11-25 | dep: MPI make work for intel-cl and improve robustness | Michael Hirsch, Ph.D | 1 | -1/+0 |
2019-11-19 | Enable code coverage using LLVM on macOS Catalina | Kurtis Rader | 1 | -0/+4 |
2019-11-08 | pass sanitize option to linker on macOS | mfurukawa | 1 | -0/+5 |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 1 | -1/+1 |
2019-10-09 | Merge pull request #5833 from dcbaker/remove-compiler-type | Jussi Pakkanen | 1 | -1/+1 |
2019-10-08 | linkers: Concatenate -L and the directory | Dylan Baker | 1 | -1/+1 |