summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)Author
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
2025-07-18Fix use of a .pxi Cython include file as source from `configure_file`Ralf Gommers
2025-07-18rust: add rust_dynamic_std optionPaolo Bonzini
2025-07-18compilers: add Rustup libdir even if there is no other rpath argumentPaolo Bonzini
2025-07-12cuda: enable support for `CCCL_ENABLE_ASSERTIONS`David Seifert
2025-07-10compilers: move CFLAGS/CXXFLAGS handling to EnvironmentPaolo Bonzini
2025-07-10options: apply CFLAGS even if c_link_args existsPaolo Bonzini
2025-07-10options: ignore c(pp)_link_args when deciding whether to apply C(XX)FLAGSPaolo Bonzini
2025-07-07Correct get_option_std_args for IntelClCCompilerMichael J Steel
2025-06-27compilers-fortran: Fix preprocessing when fortran uses concat operatorAndrew Lister
2025-06-23compilers: Implement get_cxx_interoperability_argsAlbert Tang
2025-06-23swift: Add support for C++/Objective-C++ interoperabilityAlbert Tang
2025-06-18compilers: pgi: fix preprocessing argumentsPaolo Bonzini
2025-06-06Fix Flang stdlib linking for LLVM toolchain versions >= 19Mugundanmcw