Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-20 | D: Fix incorrect arch handling in D linkers | GoaLitiuM | 1 | -5/+4 | |
2018-09-13 | D: Fix linker detection when static linker is missing | GoaLitiuM | 1 | -5/+12 | |
Fallback to using D compilers as static linkers when no suitable static linker were found. | |||||
2018-08-20 | Fallback to LDC as static linker when not in MSVC build environment | GoaLitiuM | 1 | -0/+49 | |
2018-08-14 | Adding a new AR Linker Class for the ARM Compiler. (#3949) | mohdamerkhalidi | 1 | -3/+11 | |
2018-06-25 | ArLinker: Use response files on Windows | Mathieu Duponchelle | 1 | -1/+1 | |
ninja chokes when building FFmpeg's static libraries, as the command line can be larger than 32000. This was disabled on purpose in #1649, but the rsp syntax was different: this commit makes it so the options and output file are still passed on the command line, gcc-ar didn't work otherwise. | |||||
2018-04-17 | Add an OpenMP dependency. | Elliott Sales de Andrade | 1 | -0/+6 | |
This works similarly to the thread dependency which stores the various inconsistent flags in each compiler. | |||||
2018-03-05 | First cut of ARMCC support for MESON. | Bedarkar, Malhar | 1 | -1/+12 | |
Change-Id: I15d8258e84d392baaccb8f670e33eefcfe8cd49a | |||||
2017-12-07 | haiku: do not add pthread arguments | Dylan Baker | 1 | -2/+2 | |
Haiku has pthreads, but they are part of the standard C library, and do not need either special compiler or linker flags. | |||||
2017-12-03 | linkers: Return a Copy of VisualStudioLinker always_args | Nirbheek Chauhan | 1 | -2/+2 | |
Otherwise people will accidentally append to it. | |||||
2017-07-21 | Add build_rpath as new property allowing people to specify rpath entries ↵ | Jussi Pakkanen | 1 | -2/+2 | |
that are used in the build tree but will be removed on install. | |||||
2017-06-22 | Split linkers out from compilers.py | Alistair Thomas | 1 | -0/+114 | |