summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)Author
2020-03-01CompilerArgs: make lookup fasterMarcel Hollerbach
2020-02-27compilers/linkers: Add a representation for wasm-ldDylan Baker
2020-02-27compilers/mixins/emscripten: Implement thread supportDylan Baker
2020-02-27compilers/mixins/islinker: Add stubs for thread_*_flagsDylan Baker
2020-02-27compilers/emcc: Fix inheritance orderDylan Baker
2020-02-27compilers/mixins/islinker: Add missing methodDylan Baker
2020-02-23Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen
2020-02-22ninjabackend: List PDBs in output list for targetsNirbheek Chauhan
2020-02-21Merge pull request #6668 from mesonbuild/nirbheek/strip-more-unused-linkerlik...Jussi Pakkanen
2020-02-21macOS: Remove more unused linkerlike argsNirbheek Chauhan
2020-02-21compilers/compilers: Fix get_linker_idDylan Baker
2020-02-12Improve error reported when language has no compilerJon Turney
2020-01-30-Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...alanNz
2020-01-28compilers: Use /Zi instead of /ZI with clang-clDylan Baker
2020-01-28compilers: Split ClangCL and MSVC mixinsDylan Baker
2020-01-27Bringing back defines in Elbrus C compiler to simplify environment.pymakise-homura
2020-01-27Fix Sider errorsmakise-homura
2020-01-27Remove RTTI option from get_option_compile_args() for Elbrus compilermakise-homura
2020-01-27Add missing functions to Elbrus compiler classmakise-homura
2020-01-27Fix missing 'defines' argumet for Elbrus compilermakise-homura
2020-01-24compilers: Derive CompilerArgs from collections instead of typingNirbheek Chauhan
2020-01-24typing: Fix compatibility with Python 3.5.2Nirbheek Chauhan
2020-01-08types: Fix/ignore flake8 B014/F811Daniel Mensinger
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2020-01-06Updated linker MR (#6407)Jussi Pakkanen
2019-12-19add compiler.get_linker_id() methodMichael Hirsch, Ph.D
2019-12-17Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen
2019-12-15default inc dirs: Fix warning on MSYS (fixes #6336)Daniel Mensinger
2019-12-14intel/intel-cl: handle arguments in intel-specific wayMichael Hirsch, Ph.D
2019-12-13compilers: make use of mlog.log_onceDylan Baker
2019-12-12Consider compiler arguments in linker detection logicDylan Baker
2019-12-12Allow setting <lang>_args before the compiler is detectedDylan Baker
2019-12-12compilers: Make get_display_language a class or static methodDylan Baker
2019-12-12compilers: move language attribute to the class levelDylan Baker
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen
2019-12-05compilers: Rework the CompilerArgs to be less awfulDylan Baker
2019-12-05compilers: use import typing instead of from typing importDylan Baker
2019-12-05lgtm: fix __eq__ not overridden when adding attributesDaniel Mensinger
2019-12-05lgtm: fix Multiple calls to __init__Daniel Mensinger
2019-12-05lgtm: Actually supress the Non-standard exception warningDaniel Mensinger
2019-12-05lgtm: Fix redundant codeDaniel Mensinger
2019-12-05lgtm: fix Missing call to __init__ during object initializationDaniel Mensinger
2019-12-05lgtm: fix missing raiseDaniel Mensinger
2019-12-05lgtm: ignore Non-standard exception raised in special methodDaniel Mensinger
2019-12-05lgtm: Fix Module imported with `import` and `import from`Daniel Mensinger
2019-12-04intel/intel-cl: use appropriate buildtype optionsMichael Hirsch, Ph.D
2019-12-02Allow selecting the dynamic linkerDylan Baker
2019-11-25complete gfortran/intel/intel-cl fortran_std testMichael Hirsch, Ph.D
2019-11-25openbsd: execinfo is not a compiler libAntoine Jacoutot
2019-11-21Fix compute_int() when the value is -1Xavier Claessens