summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/asm.py
AgeCommit message (Expand)Author
2025-11-19compilers: Remove Environment parameter from Compiler.sanity_checkDylan Baker
2025-11-19compilers: Stop passing `is_cross`Dylan Baker
2025-11-19compilers: Pass Environment instead of MachineInfoDylan Baker
2025-11-01Compilers: Add get_depfile_format() methodLuca Bacci
2025-10-29compilers/asm: Move arch support check to initializerDylan Baker
2025-10-29compilers/asm: Introduce an ASMCompiler base classDylan Baker
2025-10-14compilers: make link/lld-link check homogeneousPaolo 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-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-01-09Add Linear ASM compilerWu, Zhenyu
2024-08-07compilers: change get_argument_syntax to static methodKacper Michajłow
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-07-10nasm: Add -mms-bitfields to the list of ignored flagsL. E. Segovia
2024-04-09nasm, yasm: Fix debug flags for Windows and macOSL. E. Segovia
2024-04-09nasm, yasm: Fix debug flags for Windows and macOSL. E. Segovia
2023-12-23Remove `get_buildtype_args` functionCharles Brunet
2023-10-20add missing imports for future annotationsEli Schwartz
2023-10-19Remove duplicated code to canonicalize b_vscrt option valueXavier Claessens
2023-09-18Metrowerks assembler should not inherit opt args from mixinNomura
2023-07-12Annotate naked fundamental Python typesTristan Partin
2023-07-12Replace some type comments with annotationsTristan Partin
2023-06-26linkers: delay implementations import until detect is runEli Schwartz
2023-05-06Initial support for Metrowerks AssemblerNomura
2023-04-24yasm: Fix usage of incompatible optimization flagsL. E. Segovia
2023-02-20nasm: Link with windows CRT libs when nasm is used as linker languageXavier Claessens
2023-02-14asm: Use more backward-compatible invocation syntax for nasmSimon McVittie
2023-01-18 Fix nasm when target has threads as added dependencyGijs Peskens
2022-11-05nasm: Fix get_optimization_args()Ole André Vadla Ravnås
2022-11-01nasm: Implement get_crt_compile_args()Xavier Claessens
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens
2022-10-24Add MASM compilerXavier Claessens
2022-10-24Add yasm as fallback for nasm languageXavier Claessens
2022-10-24Add NASM compilerXavier Claessens