index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
compilers
/
asm.py
Age
Commit message (
Expand
)
Author
2025-11-19
compilers: Remove Environment parameter from Compiler.sanity_check
Dylan Baker
2025-11-19
compilers: Stop passing `is_cross`
Dylan Baker
2025-11-19
compilers: Pass Environment instead of MachineInfo
Dylan Baker
2025-11-01
Compilers: Add get_depfile_format() method
Luca Bacci
2025-10-29
compilers/asm: Move arch support check to initializer
Dylan Baker
2025-10-29
compilers/asm: Introduce an ASMCompiler base class
Dylan Baker
2025-10-14
compilers: make link/lld-link check homogeneous
Paolo Bonzini
2025-10-07
Revert "compilers/asm: Introduce an ASMCompiler base class"
Dylan Baker
2025-10-07
Revert "compilers/asm: Move arch support check to initializer"
Dylan Baker
2025-10-06
Revert "compilers: refactor sanity checking code"
Dylan Baker
2025-10-06
Revert "compilers/asm: Store the C Compiler inside the Assembly Compilers"
Dylan Baker
2025-10-06
Revert "compilers/asm: Implement infrastructure for sanity checking"
Dylan Baker
2025-10-06
Revert "compilers/asm: Implement sanity checking code for NASM on Windows and...
Dylan Baker
2025-10-06
compilers/asm: Implement sanity checking code for NASM on Windows and Linux
Dylan Baker
2025-10-06
compilers/asm: Implement infrastructure for sanity checking
Dylan Baker
2025-10-06
compilers/asm: Store the C Compiler inside the Assembly Compilers
Dylan Baker
2025-10-06
compilers: refactor sanity checking code
Dylan Baker
2025-10-06
compilers/asm: Move arch support check to initializer
Dylan Baker
2025-10-06
compilers/asm: Introduce an ASMCompiler base class
Dylan Baker
2025-01-09
Add Linear ASM compiler
Wu, Zhenyu
2024-08-07
compilers: change get_argument_syntax to static method
Kacper Michajłow
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-07-10
nasm: Add -mms-bitfields to the list of ignored flags
L. E. Segovia
2024-04-09
nasm, yasm: Fix debug flags for Windows and macOS
L. E. Segovia
2024-04-09
nasm, yasm: Fix debug flags for Windows and macOS
L. E. Segovia
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-10-20
add missing imports for future annotations
Eli Schwartz
2023-10-19
Remove duplicated code to canonicalize b_vscrt option value
Xavier Claessens
2023-09-18
Metrowerks assembler should not inherit opt args from mixin
Nomura
2023-07-12
Annotate naked fundamental Python types
Tristan Partin
2023-07-12
Replace some type comments with annotations
Tristan Partin
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-05-06
Initial support for Metrowerks Assembler
Nomura
2023-04-24
yasm: Fix usage of incompatible optimization flags
L. E. Segovia
2023-02-20
nasm: Link with windows CRT libs when nasm is used as linker language
Xavier Claessens
2023-02-14
asm: Use more backward-compatible invocation syntax for nasm
Simon McVittie
2023-01-18
Fix nasm when target has threads as added dependency
Gijs Peskens
2022-11-05
nasm: Fix get_optimization_args()
Ole André Vadla Ravnås
2022-11-01
nasm: Implement get_crt_compile_args()
Xavier Claessens
2022-10-25
Compilers: Keep ccache and exelist separated
Xavier Claessens
2022-10-24
Add MASM compiler
Xavier Claessens
2022-10-24
Add yasm as fallback for nasm language
Xavier Claessens
2022-10-24
Add NASM compiler
Xavier Claessens