aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
2021-11-27Fix _calculate_toolset_version for VS2022.Luke Elliott1-0/+2
2021-11-27Add -g for debug builds.Nathanael Gray1-1/+1
2021-11-27Fix more code which appears copied from CcrxCompiler.Nathanael Gray1-4/+6
2021-11-22ldc2: invoke -Oz instead of -OsDenis Feklushkin1-1/+1
2021-11-16Support ancient (<3.4.0) gcc versionsWilliam Toohey1-1/+4
2021-11-15only pass clang LTO arguments when they are neededEli Schwartz1-2/+4
2021-11-14Remove incorrect arguments for C2000 C++ compiler. Add correct form for outpu...Nathanael Gray1-12/+13
2021-11-08compilers/java: Add no_warn_args and debug_args methodsDylan Baker1-0/+8
2021-11-01various manual conversion of percent-formatted strings to f-stringsEli Schwartz1-2/+2
2021-10-31Add 64-bit paths to check for unsupported Watcom cl.exe clones.William D. Jones1-1/+4
2021-11-01migrate python 3.5 compatible superclass variable annotations to 3.6Eli Schwartz1-5/+3
2021-11-01Revert "known Python 3.5 on windows workaround for subprocess(cwd=str(Path))"Eli Schwartz1-2/+1
2021-10-29Remove duplicated CEXE_MAPPING tableXavier Claessens1-5/+0
2021-10-27fix various flake8 whitespace errorsEli Schwartz9-22/+22
2021-10-25Add sccache support.Jussi Pakkanen1-2/+7
2021-10-24Add stdc++20 support for Visual Studio 2019 v16.11Moroz Oleg1-0/+4
2021-10-21compilers/rust: fix typo in standard descriptionDylan Baker1-1/+1
2021-10-21compilers/rust: add support for the 2021 editionDylan Baker1-1/+1
2021-10-14cuda: Override std=none to avoid host_compiler to emit -std argumentXavier Claessens1-6/+3
2021-10-10Fix typos discovered by codespellChristian Clauss7-16/+16
2021-10-07clike compilers: drop semicolon at function endVladimír Čunát1-4/+4
2021-10-06Fix compiler detection for cl/clang-clJesse Natalie1-1/+1
2021-10-04fix extra whitespaceEli Schwartz5-9/+0
2021-10-04use idiomatic python for membership testsEli Schwartz1-1/+1
2021-09-29Fix mypy errorsmakise-homura2-5/+9
2021-09-29compilers/elbrus: Deal with C/C++/Fortran stds more correctlymakise-homura4-14/+43
2021-09-29compilers: Select correct clang on e2k for C++ and ObjC++makise-homura1-2/+2
2021-09-29compilers: There is clang for e2k (elbrus) platform finallymakise-homura1-6/+4
2021-09-29compilers/elbrus: Support prelinking with lcc correctlymakise-homura1-0/+3
2021-09-29compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compilermakise-homura4-13/+14
2021-09-28Merge pull request #9014 from bonzini/mixed-language-linkJussi Pakkanen2-8/+22
2021-09-25Merge pull request #8773 from dcbaker/submit/rustc-enhancements-clippyJussi Pakkanen3-10/+65
2021-09-24compilers/rust: Add support for clippyDylan Baker3-9/+34
2021-09-24compilers/detect: use linker_always_args as well as linker exe_listDylan Baker1-1/+1
2021-09-24rustc: implement pic argsDylan Baker1-0/+9
2021-09-24compilers/rust: Implement warning levelsDylan Baker1-0/+14
2021-09-24rust: Add werror argumentsDylan Baker1-0/+5
2021-09-24compilers/detect: avoid mutating rustc compiler listDylan Baker1-0/+2
2021-09-25compilers: Add default search path stdlib_only_link_flagsDylan Baker3-12/+60
2021-09-24Merge pull request #9167 from dcbaker/submit/meson-main-type-checkingJussi Pakkanen2-2/+3
2021-09-24Add option to to transpile Cython to C++Dylan Baker1-0/+8
2021-09-24pylint: check for duplicate importsDylan Baker2-2/+3
2021-09-21Use -Oz when optimization=s in ClangAndrea Pappacoda1-1/+1
2021-09-20compilers: Use standards compliant testRohit Goswami1-1/+1
2021-09-16C2000: Added depfile generation for incremental buildsmiebka1-0/+3
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz3-9/+3
2021-09-14compilers: publicly export one more constantEli Schwartz1-0/+1
2021-09-10nagfor preprocessor flag.Mat Cross1-0/+3
2021-09-10Comments on nagfor options setup.Mat Cross1-0/+1
2021-09-10Implemented some missing operation for the NAG Fortran Compiler.Mat Cross2-5/+27