Age | Commit message (Expand) | Author | Files | Lines |
2020-02-21 | Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik... | Jussi Pakkanen | 1 | -1/+19 |
2020-02-21 | macOS: Remove more unused linkerlike args | Nirbheek Chauhan | 1 | -1/+19 |
2020-02-21 | compilers/compilers: Fix get_linker_id | Dylan Baker | 1 | -1/+7 |
2020-01-30 | -Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi... | alanNz | 3 | -2/+11 |
2020-01-28 | compilers: Use /Zi instead of /ZI with clang-cl | Dylan Baker | 1 | -4/+13 |
2020-01-28 | compilers: Split ClangCL and MSVC mixins | Dylan Baker | 3 | -38/+75 |
2020-01-27 | Bringing back defines in Elbrus C compiler to simplify environment.py | makise-homura | 1 | -2/+3 |
2020-01-27 | Fix Sider errors | makise-homura | 1 | -1/+1 |
2020-01-27 | Remove RTTI option from get_option_compile_args() for Elbrus compiler | makise-homura | 1 | -0/+13 |
2020-01-27 | Add missing functions to Elbrus compiler class | makise-homura | 1 | -0/+11 |
2020-01-27 | Fix missing 'defines' argumet for Elbrus compiler | makise-homura | 4 | -6/+6 |
2020-01-24 | compilers: Derive CompilerArgs from collections instead of typing | Nirbheek Chauhan | 1 | -1/+1 |
2020-01-24 | typing: Fix compatibility with Python 3.5.2 | Nirbheek Chauhan | 1 | -1/+1 |
2020-01-08 | types: Fix/ignore flake8 B014/F811 | Daniel Mensinger | 1 | -11/+11 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 24 | -323/+323 |
2020-01-06 | Updated linker MR (#6407) | Jussi Pakkanen | 1 | -1/+1 |
2019-12-19 | add compiler.get_linker_id() method | Michael Hirsch, Ph.D | 1 | -0/+3 |
2019-12-17 | Merge pull request #6065 from dcbaker/pass-options-to-linker-detection | Jussi Pakkanen | 14 | -122/+123 |
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-13 | compilers: make use of mlog.log_once | Dylan Baker | 2 | -6/+2 |
2019-12-12 | Consider compiler arguments in linker detection logic | Dylan Baker | 2 | -2/+6 |
2019-12-12 | Allow setting <lang>_args before the compiler is detected | Dylan Baker | 1 | -97/+82 |
2019-12-12 | compilers: Make get_display_language a class or static method | Dylan Baker | 7 | -12/+11 |
2019-12-12 | compilers: move language attribute to the class level | Dylan Baker | 12 | -13/+26 |
2019-12-11 | Merge pull request #6207 from dcbaker/linker-option | Jussi Pakkanen | 4 | -1/+19 |
2019-12-05 | compilers: Rework the CompilerArgs to be less awful | Dylan Baker | 1 | -71/+73 |
2019-12-05 | compilers: use import typing instead of from typing import | Dylan Baker | 1 | -44/+47 |
2019-12-05 | lgtm: fix __eq__ not overridden when adding attributes | Daniel Mensinger | 1 | -0/+10 |
2019-12-05 | lgtm: fix Multiple calls to __init__ | Daniel Mensinger | 1 | -3/+3 |
2019-12-05 | lgtm: Actually supress the Non-standard exception warning | Daniel Mensinger | 1 | -6/+6 |
2019-12-05 | lgtm: Fix redundant code | Daniel Mensinger | 1 | -1/+0 |
2019-12-05 | lgtm: fix Missing call to __init__ during object initialization | Daniel Mensinger | 1 | -0/+1 |
2019-12-05 | lgtm: fix missing raise | Daniel Mensinger | 1 | -1/+1 |
2019-12-05 | lgtm: ignore Non-standard exception raised in special method | Daniel Mensinger | 1 | -3/+3 |
2019-12-05 | lgtm: Fix Module imported with `import` and `import from` | Daniel Mensinger | 2 | -37/+35 |
2019-12-04 | intel/intel-cl: use appropriate buildtype options | Michael Hirsch, Ph.D | 2 | -16/+40 |
2019-12-02 | Allow selecting the dynamic linker | Dylan Baker | 4 | -1/+19 |
2019-11-25 | complete gfortran/intel/intel-cl fortran_std test | Michael Hirsch, Ph.D | 1 | -1/+53 |
2019-11-25 | openbsd: execinfo is not a compiler lib | Antoine Jacoutot | 1 | -2/+4 |
2019-11-21 | Fix compute_int() when the value is -1 | Xavier Claessens | 1 | -1/+1 |
2019-11-19 | Fix cross-compilation of D programs | Eric Le Bihan | 1 | -6/+15 |
2019-11-18 | fortran: sync implicit-none args for intel,pgi,gfortran | Michael Hirsch, Ph.D | 1 | -2/+8 |
2019-11-18 | fortran: note there is no has_function for Fortran | Michael Hirsch, Ph.D | 1 | -1/+7 |
2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | 6 | -26/+26 |
2019-11-06 | Add -L= to soname linker argument, too. | Jussi Pakkanen | 1 | -1/+4 |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 5 | -6/+6 |
2019-11-05 | dependency('cuda') | Aleksey Gurtovoy | 1 | -1/+4 |
2019-11-02 | Merge pull request #6123 from scivision/bugfix-fortran | Jussi Pakkanen | 1 | -5/+5 |
2019-11-02 | Add option for controlling RTTI. | Jussi Pakkanen | 1 | -0/+15 |