summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)Author
2025-10-31Always check if found libraries are linkableSam James
2025-10-31compilers: handle older Python behaviour for TemporaryDirectorySam James
2025-10-30Add ifx to list of Fortran compilers on WindowsMads Bach Villadsen
2025-10-29compilers: add Microchip XC32 compilerLiza Chevalier
2025-10-29compilers/gnu: use version attributes for feature checksLiza Chevalier
2025-10-29compilers/nvidia_hpc: support C/C++ -stdEisuke Kawashima
2025-10-29environment: move detection functions to envconfig.pyPaolo Bonzini
2025-10-29environment, compilers: move is_library caching to the sourcePaolo Bonzini
2025-10-29compilers/asm: Move arch support check to initializerDylan Baker
2025-10-29compilers/asm: Introduce an ASMCompiler base classDylan Baker
2025-10-23cargo: Use --env-set when we have nightly rustcXavier Claessens
2025-10-23rust: Add rust_nightly feature optionXavier Claessens
2025-10-23cargo: generate lint arguments from tablePaolo Bonzini
2025-10-15rust: mark verbatim unsupported also for wasmKohei Tokunaga
2025-10-14compilers: clang: pass /nodefaultlibPaolo Bonzini
2025-10-14compilers: make link/lld-link check homogeneousPaolo Bonzini
2025-10-14Add C23 and C2Y supported c_std versions for Apple compilers.John Ralls
2025-10-11fix rustc -l argument on WindowsPaolo Bonzini
2025-10-08rust: query linker in addition to compiler for verbatim supportPaolo Bonzini
2025-10-07Revert "compilers/asm: Introduce an ASMCompiler base class"Dylan Baker
2025-10-07Revert "compilers/asm: Move arch support check to initializer"Dylan Baker
2025-10-06compilers: do not use coredata.set_optionsPaolo Bonzini
2025-10-06options: replace get_value with get_value_forPaolo Bonzini
2025-10-06Revert "compilers: refactor sanity checking code"Dylan Baker
2025-10-06Revert "compilers/asm: Store the C Compiler inside the Assembly Compilers"Dylan Baker
2025-10-06Revert "compilers/asm: Implement infrastructure for sanity checking"Dylan Baker
2025-10-06Revert "compilers/asm: Implement sanity checking code for NASM on Windows and...Dylan Baker
2025-10-06compilers/asm: Implement sanity checking code for NASM on Windows and LinuxDylan Baker
2025-10-06compilers/asm: Implement infrastructure for sanity checkingDylan Baker
2025-10-06compilers/asm: Store the C Compiler inside the Assembly CompilersDylan Baker
2025-10-06compilers: refactor sanity checking codeDylan Baker
2025-10-06compilers/asm: Move arch support check to initializerDylan Baker
2025-10-06compilers/asm: Introduce an ASMCompiler base classDylan Baker
2025-09-26Add eld in GnuLikeCompilerKushal Pal
2025-09-24compilers: clang: map -Db_vscrt to -fms-runtime-libPaolo Bonzini
2025-09-24compilers: use CRT linker arguments also for testsPaolo Bonzini
2025-09-24compilers: replace "type: ignore" with assertionsPaolo Bonzini
2025-09-06compilers: Enable out-of-the-box MSVC compatibility with ccacheL. E. Segovia
2025-08-25linkers: Fix dsymutil being unable to symbolicate binaries with LTOL. E. Segovia
2025-08-10compiler,rust: No native-static-libs for wasm after 1.84Ruben Gonzalez
2025-08-07cpp: handle Apple Clang deprecation of hardening macro for old versions tooSam James
2025-08-02swift: Pass C++ base compile options to swiftcKatalin Rebhan
2025-08-02Add swift_interoperability_mode kwargKatalin Rebhan
2025-08-01call determine_rpath_dirs only when linker requires itCharles Brunet
2025-07-29build: allow picking 'rust' as a link_languagePaolo Bonzini
2025-07-29ninjabackend: handle specially TUs where compilation and linking happens toge...Paolo Bonzini
2025-07-29fix formatting issue in the previous commitEli Schwartz
2025-07-29c: add more exceptions to -Wno-*Henrik Lehtonen
2025-07-24Add -parse-as-library to Swift library targetsKatalin Rebhan
2025-07-21rust: pass rpath arguments to rustdoc --testPaolo Bonzini