summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)Author
2021-10-31Add 64-bit paths to check for unsupported Watcom cl.exe clones.William D. Jones
2021-11-01migrate python 3.5 compatible superclass variable annotations to 3.6Eli Schwartz
2021-11-01Revert "known Python 3.5 on windows workaround for subprocess(cwd=str(Path))"Eli Schwartz
2021-10-29Remove duplicated CEXE_MAPPING tableXavier Claessens
2021-10-27fix various flake8 whitespace errorsEli Schwartz
2021-10-25Add sccache support.Jussi Pakkanen
2021-10-24Add stdc++20 support for Visual Studio 2019 v16.11Moroz Oleg
2021-10-21compilers/rust: fix typo in standard descriptionDylan Baker
2021-10-21compilers/rust: add support for the 2021 editionDylan Baker
2021-10-14cuda: Override std=none to avoid host_compiler to emit -std argumentXavier Claessens
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-07clike compilers: drop semicolon at function endVladimír Čunát
2021-10-06Fix compiler detection for cl/clang-clJesse Natalie
2021-10-04fix extra whitespaceEli Schwartz
2021-10-04use idiomatic python for membership testsEli Schwartz
2021-09-29Fix mypy errorsmakise-homura
2021-09-29compilers/elbrus: Deal with C/C++/Fortran stds more correctlymakise-homura
2021-09-29compilers: Select correct clang on e2k for C++ and ObjC++makise-homura
2021-09-29compilers: There is clang for e2k (elbrus) platform finallymakise-homura
2021-09-29compilers/elbrus: Support prelinking with lcc correctlymakise-homura
2021-09-29compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compilermakise-homura
2021-09-28Merge pull request #9014 from bonzini/mixed-language-linkJussi Pakkanen
2021-09-25Merge pull request #8773 from dcbaker/submit/rustc-enhancements-clippyJussi Pakkanen
2021-09-24compilers/rust: Add support for clippyDylan Baker
2021-09-24compilers/detect: use linker_always_args as well as linker exe_listDylan Baker
2021-09-24rustc: implement pic argsDylan Baker
2021-09-24compilers/rust: Implement warning levelsDylan Baker
2021-09-24rust: Add werror argumentsDylan Baker
2021-09-24compilers/detect: avoid mutating rustc compiler listDylan Baker
2021-09-25compilers: Add default search path stdlib_only_link_flagsDylan Baker
2021-09-24Merge pull request #9167 from dcbaker/submit/meson-main-type-checkingJussi Pakkanen
2021-09-24Add option to to transpile Cython to C++Dylan Baker
2021-09-24pylint: check for duplicate importsDylan Baker
2021-09-21Use -Oz when optimization=s in ClangAndrea Pappacoda
2021-09-20compilers: Use standards compliant testRohit Goswami
2021-09-16C2000: Added depfile generation for incremental buildsmiebka
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz
2021-09-14compilers: publicly export one more constantEli Schwartz
2021-09-10nagfor preprocessor flag.Mat Cross
2021-09-10Comments on nagfor options setup.Mat Cross
2021-09-10Implemented some missing operation for the NAG Fortran Compiler.Mat Cross
2021-09-10objc/objcpp compiler: accept all gnu stds corresponding to c/c++ stdsEli Schwartz
2021-09-07interpreter: detect and pass compiler to be used for linker testsPaolo Bonzini
2021-09-07compilers: allow link tests to use objects from a different compilerPaolo Bonzini
2021-09-07compilers: do accept None in Compiler.compile extra_argsPaolo Bonzini
2021-09-07compilers: fix flake8 issuesPaolo Bonzini
2021-09-04Support for appleframeworks with GCC and IntelEvan Miller
2021-09-01Clang should error for all implicit function checks (#9165)Dylan Baker
2021-09-01msvc: Assume UTF8 source by defaultXavier Claessens
2021-08-31pylint: turn on superflous-parensDylan Baker