Age | Commit message (Expand) | Author | Files | Lines |
2021-02-14 | aix: avoid -bsvr4 flag | Peter Harris | 1 | -9/+22 |
2021-01-11 | move handling of CFLAGS and friends to environment | Dylan Baker | 1 | -16/+1 |
2021-01-11 | import MachineChoice from mesonlib | Dylan Baker | 1 | -1/+1 |
2021-01-04 | use OptionKey for compiler_options | Dylan Baker | 1 | -6/+6 |
2020-12-22 | linkers: add rpath_dirs_to_remove support to SolarisDynamicLinker | Alan Coopersmith | 1 | -1/+6 |
2020-12-15 | Fix the subsystem options for lld in mingw mode | Martin Storsjö | 1 | -15/+12 |
2020-12-14 | Less restrictive get_win_subsystem_args implementations | Laurin-Luis Lehning | 1 | -6/+12 |
2020-12-14 | Propagate Windows target checks up | Laurin-Luis Lehning | 1 | -24/+13 |
2020-12-14 | Give get_gui_app_args access to the Environment | Laurin-Luis Lehning | 1 | -4/+4 |
2020-12-14 | Slight consistency changes to get_gui_app_args | Laurin-Luis Lehning | 1 | -0/+10 |
2020-12-14 | Oversight in VisualStudioLikeLinkerMixin | Laurin-Luis Lehning | 1 | -1/+1 |
2020-12-14 | Give get_win_subsystem_args access to env | Laurin-Luis Lehning | 1 | -3/+3 |
2020-12-14 | Make win_subsystem a linker property | Laurin-Luis Lehning | 1 | -0/+31 |
2020-12-13 | Add support for driving lld-link indirectly through clang on Windows | Laurin-Luis Lehning | 1 | -0/+8 |
2020-11-17 | Revert "Add thinlto support. Closes #7493." | Jussi Pakkanen | 1 | -5/+3 |
2020-11-08 | Add thinlto support. Closes #7493. | Jussi Pakkanen | 1 | -3/+5 |
2020-10-04 | linkers: Drop -pie on macOS | Roman Bolshakov | 1 | -1/+1 |
2020-10-01 | linkers: Fix Xilink constructor | Dylan Baker | 1 | -2/+5 |
2020-09-24 | compilers: Tell mypy that the compiler mixins are just that | Dylan Baker | 1 | -0/+1 |
2020-09-18 | Some fixes for CompCert | Sebastian Meyer | 1 | -2/+2 |
2020-09-16 | linkers: fully type annotate and fix mypy issues | Dylan Baker | 1 | -6/+24 |
2020-09-16 | linkers/compilers: Move an emscripten method to the compiler | Dylan Baker | 1 | -7/+0 |
2020-09-16 | linkers: Make id a class variable for DynamicLinkers | Dylan Baker | 1 | -33/+48 |
2020-09-16 | linkers: Fix argument error | Dylan Baker | 1 | -1/+1 |
2020-09-15 | Add support for the CompCert C Compiler | Sebastian Meyer | 1 | -0/+53 |
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 |