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
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