aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen4-1/+19
2019-12-05compilers: Rework the CompilerArgs to be less awfulDylan Baker1-71/+73
2019-12-05compilers: use import typing instead of from typing importDylan Baker1-44/+47
2019-12-05lgtm: fix __eq__ not overridden when adding attributesDaniel Mensinger1-0/+10
2019-12-05lgtm: fix Multiple calls to __init__Daniel Mensinger1-3/+3
2019-12-05lgtm: Actually supress the Non-standard exception warningDaniel Mensinger1-6/+6
2019-12-05lgtm: Fix redundant codeDaniel Mensinger1-1/+0
2019-12-05lgtm: fix Missing call to __init__ during object initializationDaniel Mensinger1-0/+1
2019-12-05lgtm: fix missing raiseDaniel Mensinger1-1/+1
2019-12-05lgtm: ignore Non-standard exception raised in special methodDaniel Mensinger1-3/+3
2019-12-05lgtm: Fix Module imported with `import` and `import from`Daniel Mensinger2-37/+35
2019-12-04intel/intel-cl: use appropriate buildtype optionsMichael Hirsch, Ph.D2-16/+40
2019-12-02Allow selecting the dynamic linkerDylan Baker4-1/+19
2019-11-25complete gfortran/intel/intel-cl fortran_std testMichael Hirsch, Ph.D1-1/+53
2019-11-25openbsd: execinfo is not a compiler libAntoine Jacoutot1-2/+4
2019-11-21Fix compute_int() when the value is -1Xavier Claessens1-1/+1
2019-11-19Fix cross-compilation of D programsEric Le Bihan1-6/+15
2019-11-18fortran: sync implicit-none args for intel,pgi,gfortranMichael Hirsch, Ph.D1-2/+8
2019-11-18fortran: note there is no has_function for FortranMichael Hirsch, Ph.D1-1/+7
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D6-26/+26
2019-11-06Add -L= to soname linker argument, too.Jussi Pakkanen1-1/+4
2019-11-06Fix typos found by codespellWolfgang Stöggl5-6/+6
2019-11-05dependency('cuda')Aleksey Gurtovoy1-1/+4
2019-11-02Merge pull request #6123 from scivision/bugfix-fortranJussi Pakkanen1-5/+5
2019-11-02Add option for controlling RTTI.Jussi Pakkanen1-0/+15
2019-11-02Pass explicit command line argument to disable exceptions with MSVC.Jussi Pakkanen1-1/+3
2019-10-31bugfix: fortran compiler assertionerror from 0c22798Michael Hirsch, Ph.D1-5/+5
2019-10-29MSVC: support -LIBPATHAleksey Gurtovoy1-2/+4
2019-10-21d: Fix various linking issues on WindowsGoaLitiuM1-1/+10
2019-10-20Fix all flake8 warningsDaniel Mensinger4-3/+4
2019-10-19Fix according to deprecation of usage of non-standard escape sequencesmakise-homura1-1/+1
2019-10-19Add a proper way to get include dirs for elbrus compilermakise-homura1-0/+13
2019-10-19Make search of library dirs correctmakise-homura1-2/+2
2019-10-18default inc dirs: fix warning for unsupporte lang (fixes #6050)Daniel Mensinger1-2/+9
2019-10-18emscripten: fix false positives in linking testsAndrei Alexeyev1-0/+13
2019-10-18Refactor duplicate Emscripten code into a mixinAndrei Alexeyev3-26/+37
2019-10-15Fix emscripten C compiler initializationAndrei Alexeyev2-6/+8
2019-10-14Workaround broken get_allow_undefined_link_args in DmdLikeCompilerMixinAndrei Alexeyev1-0/+3
2019-10-14Revert "Remove BasicLinkerIsCompilerMixin from LDC and DMD"Andrei Alexeyev1-2/+2
2019-10-14Remove BasicLinkerIsCompilerMixin from LDC and DMDAndrei Alexeyev1-2/+2
2019-10-14Implement get_linker_output_args in Emscripten compilersAndrei Alexeyev2-0/+6
2019-10-14Implement get_buildtype_linker_args in BasicLinkerIsCompilerMixinAndrei Alexeyev1-0/+3
2019-10-14Implement get_asneeded_args in BasicLinkerIsCompilerMixinAndrei Alexeyev1-0/+3
2019-10-14Implement get_allow_undefined_link_args in EmscriptenCPPCompilerAndrei Alexeyev1-0/+3
2019-10-14Implement get_allow_undefined_link_args in EmscriptenCCompilerAndrei Alexeyev1-0/+4
2019-10-14Implement get_linker_debug_crt_args in BasicLinkerIsCompilerMixinAndrei Alexeyev1-0/+3
2019-10-14Fix misnamed method in BasicLinkerIsCompilerMixinAndrei Alexeyev1-1/+1
2019-10-11compilers: Fix version requirements for ClangC and AppleClangCTing-Wei Lan1-4/+4
2019-10-10intel-cl: correct argument orderMichael Hirsch, Ph.D1-2/+2
2019-10-09Fix for issue 5355Michael Lenczewski1-0/+12