| Commit message (Expand) | Author | Age | Files | Lines |
* | types: import typing as T (fixes #6333) | Daniel Mensinger | 2020-01-08 | 11 | -209/+209 |
* | Merge pull request #6065 from dcbaker/pass-options-to-linker-detection | Jussi Pakkanen | 2019-12-17 | 1 | -0/+2 |
|\ |
|
| * | Consider compiler arguments in linker detection logic | Dylan Baker | 2019-12-12 | 1 | -0/+2 |
* | | default inc dirs: Fix warning on MSYS (fixes #6336) | Daniel Mensinger | 2019-12-15 | 1 | -5/+8 |
* | | intel/intel-cl: handle arguments in intel-specific way | Michael Hirsch, Ph.D | 2019-12-14 | 1 | -20/+38 |
|/ |
|
* | Merge pull request #6207 from dcbaker/linker-option | Jussi Pakkanen | 2019-12-11 | 2 | -0/+8 |
|\ |
|
| * | Allow selecting the dynamic linker | Dylan Baker | 2019-12-02 | 2 | -0/+8 |
* | | lgtm: fix Multiple calls to __init__ | Daniel Mensinger | 2019-12-05 | 1 | -3/+3 |
* | | lgtm: Fix redundant code | Daniel Mensinger | 2019-12-05 | 1 | -1/+0 |
* | | lgtm: fix missing raise | Daniel Mensinger | 2019-12-05 | 1 | -1/+1 |
* | | intel/intel-cl: use appropriate buildtype options | Michael Hirsch, Ph.D | 2019-12-04 | 1 | -4/+39 |
|/ |
|
* | Fix compute_int() when the value is -1 | Xavier Claessens | 2019-11-21 | 1 | -1/+1 |
* | Use strict function prototypes | Michael Hirsch, Ph.D | 2019-11-18 | 1 | -19/+19 |
* | Fix typos found by codespell | Wolfgang Stöggl | 2019-11-06 | 2 | -2/+2 |
* | MSVC: support -LIBPATH | Aleksey Gurtovoy | 2019-10-29 | 1 | -2/+4 |
* | Fix all flake8 warnings | Daniel Mensinger | 2019-10-20 | 2 | -2/+1 |
* | Fix according to deprecation of usage of non-standard escape sequences | makise-homura | 2019-10-19 | 1 | -1/+1 |
* | Add a proper way to get include dirs for elbrus compiler | makise-homura | 2019-10-19 | 1 | -0/+13 |
* | Make search of library dirs correct | makise-homura | 2019-10-19 | 1 | -2/+2 |
* | default inc dirs: fix warning for unsupporte lang (fixes #6050) | Daniel Mensinger | 2019-10-18 | 1 | -2/+9 |
* | emscripten: fix false positives in linking tests | Andrei Alexeyev | 2019-10-18 | 1 | -0/+13 |
* | Refactor duplicate Emscripten code into a mixin | Andrei Alexeyev | 2019-10-18 | 1 | -0/+33 |
* | Implement get_buildtype_linker_args in BasicLinkerIsCompilerMixin | Andrei Alexeyev | 2019-10-14 | 1 | -0/+3 |
* | Implement get_asneeded_args in BasicLinkerIsCompilerMixin | Andrei Alexeyev | 2019-10-14 | 1 | -0/+3 |
* | Implement get_linker_debug_crt_args in BasicLinkerIsCompilerMixin | Andrei Alexeyev | 2019-10-14 | 1 | -0/+3 |
* | Fix misnamed method in BasicLinkerIsCompilerMixin | Andrei Alexeyev | 2019-10-14 | 1 | -1/+1 |
* | Fix for issue 5355 | Michael Lenczewski | 2019-10-09 | 1 | -0/+12 |
* | compilers: replace CompilerType with MachineInfo | Dylan Baker | 2019-10-07 | 7 | -38/+27 |
* | cache all gnulike_default_include_dirs invocations | Daniel Mensinger | 2019-10-03 | 1 | -5/+4 |
* | Handle -idirafter in unix_args_to_native | Daniel Mensinger | 2019-10-03 | 1 | -0/+12 |
* | Correctly handle platform-specific LDFLAGS options | Aleksey Gurtovoy | 2019-09-27 | 1 | -0/+12 |
* | CUDA support on Windows | Aleksey Gurtovoy | 2019-09-24 | 1 | -0/+6 |
* | mesonbuild: fix exception name. | Jehan | 2019-09-23 | 1 | -1/+1 |
* | Merge pull request #5823 from scivision/linker-pgi-linux | Jussi Pakkanen | 2019-09-05 | 1 | -1/+5 |
|\ |
|
| * | PGI cannot accept -pthread | Michael Hirsch, Ph.D | 2019-09-05 | 1 | -0/+4 |
| * | PGI: use ar link wrapper on Windows | Michael Hirsch, Ph.D | 2019-09-05 | 1 | -1/+1 |
* | | mesonlib.split_args/quote_arg/join_args | Aleksey Gurtovoy | 2019-09-05 | 1 | -2/+1 |
|/ |
|
* | compilers: Move the compiler argument to proxy linker flags to the compiler c... | Dylan Baker | 2019-08-30 | 1 | -0/+4 |
* | Fix gcc include dot | Dylan Baker | 2019-08-28 | 1 | -0/+2 |
* | Merge pull request #5681 from dcbaker/dynamic-linker-split | Jussi Pakkanen | 2019-08-20 | 8 | -373/+153 |
|\ |
|
| * | compilers: Dispatch to dynamic linker class | Dylan Baker | 2019-08-14 | 7 | -370/+26 |
| * | compilers/mixins: Add a module for mixins for compilers that are linkers | Dylan Baker | 2019-08-14 | 1 | -0/+124 |
| * | compilers/mixins/pgi: simplify pic logic | Michael Hirsch, Ph.D | 2019-08-14 | 1 | -3/+3 |
* | | Fix CCRX linking external dependencies | Phillip Cao | 2019-08-20 | 1 | -0/+2 |
|/ |
|
* | Make ARM compilers work on Linux. | Jussi Pakkanen | 2019-08-02 | 1 | -2/+2 |
* | default libtype to static to allow windows compilers to not skip | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -3/+5 |
* | no special shared lib args for PGI | Michael Hirsch, Ph.D | 2019-07-30 | 2 | -7/+10 |
* | PGI -shared is for Linux only | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -1/+8 |
* | Merge pull request #5740 from scivision/intel-ci_fix | Jussi Pakkanen | 2019-07-30 | 1 | -2/+1 |
|\ |
|
| * | intel-cl: readd missing import | Michael Hirsch, Ph.D | 2019-07-30 | 1 | -2/+1 |