aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
2020-02-21Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik...Jussi Pakkanen1-1/+19
2020-02-21macOS: Remove more unused linkerlike argsNirbheek Chauhan1-1/+19
2020-02-21compilers/compilers: Fix get_linker_idDylan Baker1-1/+7
2020-01-30-Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...alanNz3-2/+11
2020-01-28compilers: Use /Zi instead of /ZI with clang-clDylan Baker1-4/+13
2020-01-28compilers: Split ClangCL and MSVC mixinsDylan Baker3-38/+75
2020-01-27Bringing back defines in Elbrus C compiler to simplify environment.pymakise-homura1-2/+3
2020-01-27Fix Sider errorsmakise-homura1-1/+1
2020-01-27Remove RTTI option from get_option_compile_args() for Elbrus compilermakise-homura1-0/+13
2020-01-27Add missing functions to Elbrus compiler classmakise-homura1-0/+11
2020-01-27Fix missing 'defines' argumet for Elbrus compilermakise-homura4-6/+6
2020-01-24compilers: Derive CompilerArgs from collections instead of typingNirbheek Chauhan1-1/+1
2020-01-24typing: Fix compatibility with Python 3.5.2Nirbheek Chauhan1-1/+1
2020-01-08types: Fix/ignore flake8 B014/F811Daniel Mensinger1-11/+11
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger24-323/+323
2020-01-06Updated linker MR (#6407)Jussi Pakkanen1-1/+1
2019-12-19add compiler.get_linker_id() methodMichael Hirsch, Ph.D1-0/+3
2019-12-17Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen14-122/+123
2019-12-15default inc dirs: Fix warning on MSYS (fixes #6336)Daniel Mensinger1-5/+8
2019-12-14intel/intel-cl: handle arguments in intel-specific wayMichael Hirsch, Ph.D1-20/+38
2019-12-13compilers: make use of mlog.log_onceDylan Baker2-6/+2
2019-12-12Consider compiler arguments in linker detection logicDylan Baker2-2/+6
2019-12-12Allow setting <lang>_args before the compiler is detectedDylan Baker1-97/+82
2019-12-12compilers: Make get_display_language a class or static methodDylan Baker7-12/+11
2019-12-12compilers: move language attribute to the class levelDylan Baker12-13/+26
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