Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-11-02 | Pass explicit command line argument to disable exceptions with MSVC. | Jussi Pakkanen | 1 | -1/+3 |
2019-10-31 | bugfix: fortran compiler assertionerror from 0c22798 | Michael Hirsch, Ph.D | 1 | -5/+5 |
2019-10-29 | MSVC: support -LIBPATH | Aleksey Gurtovoy | 1 | -2/+4 |
2019-10-21 | d: Fix various linking issues on Windows | GoaLitiuM | 1 | -1/+10 |
2019-10-20 | Fix all flake8 warnings | Daniel Mensinger | 4 | -3/+4 |
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 | 3 | -26/+37 |
2019-10-15 | Fix emscripten C compiler initialization | Andrei Alexeyev | 2 | -6/+8 |
2019-10-14 | Workaround broken get_allow_undefined_link_args in DmdLikeCompilerMixin | Andrei Alexeyev | 1 | -0/+3 |
2019-10-14 | Revert "Remove BasicLinkerIsCompilerMixin from LDC and DMD" | Andrei Alexeyev | 1 | -2/+2 |
2019-10-14 | Remove BasicLinkerIsCompilerMixin from LDC and DMD | Andrei Alexeyev | 1 | -2/+2 |
2019-10-14 | Implement get_linker_output_args in Emscripten compilers | Andrei Alexeyev | 2 | -0/+6 |
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_allow_undefined_link_args in EmscriptenCPPCompiler | Andrei Alexeyev | 1 | -0/+3 |
2019-10-14 | Implement get_allow_undefined_link_args in EmscriptenCCompiler | Andrei Alexeyev | 1 | -0/+4 |
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-11 | compilers: Fix version requirements for ClangC and AppleClangC | Ting-Wei Lan | 1 | -4/+4 |
2019-10-10 | intel-cl: correct argument order | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-10-09 | Fix for issue 5355 | Michael Lenczewski | 1 | -0/+12 |
2019-10-07 | compilers: replace uses of mesonlib.is_<os>() with self.info.is_<os>() | Dylan Baker | 2 | -23/+19 |
2019-10-07 | compilers: replace CompilerType with MachineInfo | Dylan Baker | 21 | -231/+330 |
2019-10-07 | compilers: Add a specific type for AppleClangC | Dylan Baker | 3 | -4/+27 |
2019-10-06 | Merge pull request #5953 from mensinda/isystem | Jussi Pakkanen | 4 | -7/+41 |
2019-10-03 | cmake: fix detection of libraries with .so version | Daniel Mensinger | 1 | -1/+1 |
2019-10-03 | cache all gnulike_default_include_dirs invocations | Daniel Mensinger | 1 | -5/+4 |
2019-10-03 | Use -isystem instead of -idirafter | Daniel Mensinger | 1 | -1/+17 |
2019-10-03 | Handle -idirafter in unix_args_to_native | Daniel Mensinger | 2 | -1/+20 |
2019-09-27 | Correctly handle platform-specific LDFLAGS options | Aleksey Gurtovoy | 2 | -0/+17 |
2019-09-24 | CUDA support on Windows | Aleksey Gurtovoy | 3 | -20/+118 |
2019-09-23 | mesonbuild: fix exception name. | Jehan | 1 | -1/+1 |
2019-09-09 | the solaris linker also needs start/end-group for circular linking | Dylan Baker | 1 | -2/+2 |
2019-09-08 | fix objc freestanding sanitycheck | Nguyen, Giang (G. Yakiro) | 1 | -1/+1 |