index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
compilers
/
detect.py
Age
Commit message (
Expand
)
Author
2024-06-24
compilers: detect: fix typo in comment
Sam James
2024-05-22
add cross-compile argument for ldc linker guessing
Axel Ricard
2024-05-22
fix sanity check for d cross-compilation
Axel Ricard
2024-05-15
Merge pull request #11421 from mon/ti-armclang
Jussi Pakkanen
2024-04-28
Prefer Clang over GCC for Objective-C(++)
Jonathan Schleifer
2024-04-26
nasm: Fallback to native compiler when cross compiling
Xavier Claessens
2024-04-15
Don't sanitize a None path when checking for, but could not find, unsupported...
William D. Jones
2024-04-03
Fix regression in TI CGT support
Will Toohey
2024-03-15
compilers: No need to pass exe_wrapper everywhere
Xavier Claessens
2024-03-12
Added support for Texas Instruments C6000 compiler.
Petr Machacek
2024-03-10
fix reconfigure subproject base options
Charles Brunet
2024-03-01
Fix base and compiler options not reconfigurable.
Charles Brunet
2024-02-24
compilers/detect: Implemented logic for checking suffixed LLVM tools before non
dragonmux
2024-02-02
fix UnboundLocalError if guess_win_linker fails in detect_fortran_compiler
H. Vetinari
2024-01-26
Differentiate message between dynamic linker and archiver
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-12-11
detect windows linkers for flang in detect_fortran_compiler
H. Vetinari
2023-12-01
More robust linker detection for armar (TI vs non-TI)
Will Toohey
2023-09-01
compilers: fix compiler detection when the "ccache" string is in the path
Filipe Laíns
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-07-12
compilers: detect cython version on stdout for newer cython versions
Eli Schwartz
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-06-19
compilers: don't recommend deprecated env var
Alyssa Ross
2023-06-14
compilers: fix detection of ifx compiler
Eli Schwartz
2023-06-14
compilers: add logging for non c_or_cpp language detection
Eli Schwartz
2023-06-14
WIP: refactor loggable popen calls for consistency
Eli Schwartz
2023-05-13
During reconfigure, show that no compiler was found, if compiler fails sanity...
Volker Weißmann
2023-05-06
Initial support for Metrowerks Assembler
Nomura
2023-04-24
Initial support for Metrowerks C/C++ compiler
Nomura
2023-04-14
rust: Use the corresponding rustc version when clippy-driver is chosen as Rus...
Sebastian Dröge
2023-04-11
fix various spelling issues
Josh Soref
2023-03-09
detect.py: Be more precise about detecting xtensa gcc toolchains
Khem Raj
2023-02-20
nasm: Detect and use MSVC linker if present
L. E. Segovia
2022-12-27
emscripten: remove no longer relevant comment
Kleis Auke Wolthuizen
2022-10-25
Compilers: Keep ccache and exelist separated
Xavier Claessens
2022-10-24
basic support for oneapi compilers
Robert Cohn
2022-10-24
Add MASM compiler
Xavier Claessens
2022-10-24
nasm: Harcode default path on Windows
Xavier Claessens
2022-10-24
Add yasm as fallback for nasm language
Xavier Claessens
2022-10-24
Add NASM compiler
Xavier Claessens
2022-09-19
pylint: enable use-maxsplit-arg
Dylan Baker
2022-09-19
fix odd mypy issue in unreachable code
Eli Schwartz
2022-09-19
simplify type annotation
Eli Schwartz
2022-09-19
compilers: avoid importing compilers upfront for detect
Eli Schwartz
2022-09-19
compilers: perform targeted imports for detect
Eli Schwartz
2022-09-19
compilers: use more direct checks for what kind of compiler we have
Eli Schwartz
2022-09-19
compilers/detect: rename potentially conflicting name
Eli Schwartz
2022-09-19
compilers: use consistent function signature for objc
Eli Schwartz
2022-09-19
compilers: remove dead code
Eli Schwartz
2022-09-19
compilers: single-source compiler class as cls, consistently
Eli Schwartz
[next]