aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/detect.py
AgeCommit message (Expand)AuthorFilesLines
2021-10-22Add sccache support.sccacheJussi Pakkanen1-1/+6
2021-10-06Fix compiler detection for cl/clang-clJesse Natalie1-1/+1
2021-10-04fix extra whitespaceEli Schwartz1-3/+0
2021-09-29Fix mypy errorsmakise-homura1-5/+8
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-24compilers/rust: Add support for clippyDylan Baker1-8/+15
2021-09-24compilers/detect: use linker_always_args as well as linker exe_listDylan Baker1-1/+1
2021-09-24compilers/detect: avoid mutating rustc compiler listDylan Baker1-0/+2
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz1-1/+0
2021-09-10Implemented some missing operation for the NAG Fortran Compiler.Mat Cross1-3/+9
2021-07-05condense linesEli Schwartz1-2/+1
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz1-6/+6
2021-07-01C2000: linker uses now binary setting defined within the cross-filemiebka1-1/+1
2021-06-27Update detect.pyIan Harvey1-1/+1
2021-06-25typing: Annotate compilers.detectDaniel Mensinger1-62/+73
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger1-0/+1209