aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/detect.py
AgeCommit message (Expand)AuthorFilesLines
2023-02-06emscripten: remove no longer relevant commentKleis Auke Wolthuizen1-2/+1
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens1-27/+25
2022-10-24basic support for oneapi compilersRobert Cohn1-3/+35
2022-10-24Add MASM compilerXavier Claessens1-0/+42
2022-10-24nasm: Harcode default path on WindowsXavier Claessens1-0/+4
2022-10-24Add yasm as fallback for nasm languageXavier Claessens1-2/+6
2022-10-24Add NASM compilerXavier Claessens1-0/+31
2022-09-19pylint: enable use-maxsplit-argDylan Baker1-2/+2
2022-09-19fix odd mypy issue in unreachable codeEli Schwartz1-0/+1
2022-09-19simplify type annotationEli Schwartz1-1/+1
2022-09-19compilers: avoid importing compilers upfront for detectEli Schwartz1-114/+2
2022-09-19compilers: perform targeted imports for detectEli Schwartz1-86/+103
2022-09-19compilers: use more direct checks for what kind of compiler we haveEli Schwartz1-7/+7
2022-09-19compilers/detect: rename potentially conflicting nameEli Schwartz1-12/+12
2022-09-19compilers: use consistent function signature for objcEli Schwartz1-7/+7
2022-09-19compilers: remove dead codeEli Schwartz1-1/+1
2022-09-19compilers: single-source compiler class as cls, consistentlyEli Schwartz1-18/+26
2022-07-25linkers: Add a representation for the Apple AR LinkerDylan Baker1-1/+2
2022-07-21ar linker: detect the "osx ld" case (where generating thin archives won't wor...Justin Blanchard1-3/+3
2022-07-21compilers: add logging to obscure compiler defines scraperEli Schwartz1-2/+8
2022-07-21compilers: include compiler detection output in the debug logsEli Schwartz1-0/+5
2022-07-21compilers: better reporting of command failuresEli Schwartz1-25/+26
2022-07-06Detect Cython and Vala compilers on the build machine alwaysTristan Partin1-4/+3
2022-06-10ACfL version detection with regexStepan Nassyr1-28/+6
2022-06-10Allow for 3-component ACfL versionsStepan Nassyr1-8/+26
2022-05-23move various imports into TYPE_CHECKING blocks for neatnessEli Schwartz1-8/+10
2022-04-30linkers: Add support for mold linkerFini Jastrow1-30/+30
2022-03-24Debian renamed cython to cython3, support bothXavier Claessens1-1/+1
2022-03-22compilers: fix mypy warning in Rust detectionDylan Baker1-0/+1
2022-03-12remove unused type ignore that mypy 0.940 no longer needsEli Schwartz1-1/+1
2022-02-16flake8: fix various whitespace errors with badly aligned codeEli Schwartz1-2/+1
2022-02-16flake8: remove some redundant separatorsEli Schwartz1-1/+1
2022-02-16flake8: fix typoed whitespace surrounding tokensEli Schwartz1-1/+1
2022-02-02Genericise TI compiler and add MSP430 supportWilliam Toohey1-16/+32
2022-01-27mark regex string as raw string to fix invalid escapesEli Schwartz1-2/+2
2022-01-27flake8: fix indentation styleEli Schwartz1-23/+23
2022-01-03armltdclang: add support for ARM Ltd.'s `armclang` toolchainBen Boeckel1-0/+28
2021-10-31Add 64-bit paths to check for unsupported Watcom cl.exe clones.William D. Jones1-1/+4
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-1/+1
2021-10-25Add sccache support.Jussi Pakkanen1-2/+7
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