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