aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/asm.py
AgeCommit message (Collapse)AuthorFilesLines
2022-11-05nasm: Fix get_optimization_args()Ole André Vadla RavnÄs1-1/+11
2022-11-01nasm: Implement get_crt_compile_args()Xavier Claessens1-0/+3
This fix a crash when using NASM on Windows.
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens1-2/+2
Only combine them in the Compiler base class, this will make easier to run compiler without ccache.
2022-10-24Add MASM compilerXavier Claessens1-0/+115
ml and armasm are Microsoft's Macro Assembler, part of MSVC.
2022-10-24Add yasm as fallback for nasm languageXavier Claessens1-1/+19
2022-10-24Add NASM compilerXavier Claessens1-0/+77