aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/detect.py
AgeCommit message (Expand)AuthorFilesLines
2023-09-01compilers: fix compiler detection when the "ccache" string is in the pathFilipe Laíns1-1/+1
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz1-1/+1
2023-07-12compilers: detect cython version on stdout for newer cython versionsEli Schwartz1-3/+9
2023-06-26linkers: delay implementations import until detect is runEli Schwartz1-1/+1
2023-06-19compilers: don't recommend deprecated env varAlyssa Ross1-1/+1
2023-06-14compilers: fix detection of ifx compilerEli Schwartz1-1/+1
2023-06-14compilers: add logging for non c_or_cpp language detectionEli Schwartz1-11/+11
2023-06-14WIP: refactor loggable popen calls for consistencyEli Schwartz1-7/+2
2023-05-13During reconfigure, show that no compiler was found, if compiler fails sanity...Volker Weißmann1-4/+8
2023-05-06Initial support for Metrowerks AssemblerNomura1-1/+11
2023-04-24Initial support for Metrowerks C/C++ compilerNomura1-3/+38
2023-04-14rust: Use the corresponding rustc version when clippy-driver is chosen as Rus...Sebastian Dröge1-1/+12
2023-04-11fix various spelling issuesJosh Soref1-4/+4
2023-03-09detect.py: Be more precise about detecting xtensa gcc toolchainsKhem Raj1-1/+1
2023-02-20nasm: Detect and use MSVC linker if presentL. E. Segovia1-0/+3
2022-12-27emscripten: 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