summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/detect.py
AgeCommit message (Expand)Author
2025-12-18compilers: fix direction of cross-build testPaolo Bonzini
2025-11-19compilers: Remove Environment parameter from Compiler.sanity_checkDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.compiles()Dylan Baker
2025-11-19linkers: Store a reference to the Environment in the DynamicLinkerDylan Baker
2025-11-19linkers: Store a reference to the Environment in the StaticLinkerDylan Baker
2025-11-19compilers: Stop passing `is_cross`Dylan Baker
2025-11-19compilers: Pass Environment instead of MachineInfoDylan Baker
2025-11-14Add `os2_emxomf' option to generate OMF files on OS/2KO Myung-Hun
2025-10-30Add ifx to list of Fortran compilers on WindowsMads Bach Villadsen
2025-10-29compilers: add Microchip XC32 compilerLiza Chevalier
2025-10-29environment: move detection functions to envconfig.pyPaolo Bonzini
2025-10-29compilers/asm: Move arch support check to initializerDylan Baker
2025-10-06compilers: do not use coredata.set_optionsPaolo Bonzini
2025-10-06Revert "compilers/asm: Store the C Compiler inside the Assembly Compilers"Dylan Baker
2025-10-06compilers/asm: Store the C Compiler inside the Assembly CompilersDylan Baker
2025-09-06compilers: Enable out-of-the-box MSVC compatibility with ccacheL. E. Segovia
2025-07-10compilers: move CFLAGS/CXXFLAGS handling to EnvironmentPaolo Bonzini
2025-05-15coredata: remove unused argumentsPaolo Bonzini
2025-04-16linkers: pass system to DynamicLinker.__init__ for Darwin linkersPaolo Bonzini
2025-04-02compilers: introduce get_exe() and get_exe_args()Paolo Bonzini
2025-03-12mesonbuild/compilers/detect.py: Support Open D ldc and dmdAndrei Horodniceanu
2025-02-27compilers/detect: Split -beta and -nightly suffixes from rustcDylan Baker
2025-01-27compilers: Check if GCC has support for ObjC and/or ObjC++Dylan Baker
2025-01-09Add Linear ASM compilerWu, Zhenyu
2025-01-08First draft version of Tasking MIL linking with b_lto and prelinkinggerioldman
2025-01-08Add TASKING compiler supportgerioldman
2024-12-19rust: raise a warning if clippy is used instead of rustcPaolo Bonzini
2024-09-30compilers/detect: remove unsupported -cpp flag for Clang preprocessor detectionRaul Tambre
2024-09-14Fix various incorrect uses of `its` vs `it's`.Andrew McNulty
2024-09-11Fix typosspaette
2024-09-06fix LDFLAGS for cudaZihua Wu
2024-08-23Use proper array form in swiftc.Jussi Pakkanen
2024-08-23Discard swiftc linker detect outputslimeuniverse
2024-08-08Fix compiling ObjC/ObjC++ on Windows/MinGWJonathan Schleifer
2024-07-28add initial support for llvm-flangH. Vetinari
2024-06-24compilers: make lang_map publicSam James
2024-06-24compilers: detect: fix pre-processor scraping by defining languageSam James
2024-06-24compilers: detect: fix comment/error string in _get_gnu_compiler_definesSam James
2024-06-24compilers: detect: fix typo in commentSam James
2024-05-22add cross-compile argument for ldc linker guessingAxel Ricard
2024-05-22fix sanity check for d cross-compilationAxel Ricard
2024-05-15Merge pull request #11421 from mon/ti-armclangJussi Pakkanen
2024-04-28Prefer Clang over GCC for Objective-C(++)Jonathan Schleifer
2024-04-26nasm: Fallback to native compiler when cross compilingXavier Claessens
2024-04-15Don't sanitize a None path when checking for, but could not find, unsupported...William D. Jones
2024-04-03Fix regression in TI CGT supportWill Toohey
2024-03-15compilers: No need to pass exe_wrapper everywhereXavier Claessens
2024-03-12Added support for Texas Instruments C6000 compiler.Petr Machacek
2024-03-10fix reconfigure subproject base optionsCharles Brunet
2024-03-01Fix base and compiler options not reconfigurable.Charles Brunet