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
/
compilers.py
Age
Commit message (
Expand
)
Author
2023-07-25
make 'gui_app' an interpreter only concept
Dylan Baker
2023-07-12
Fix return type of debugfile functions
Tristan Partin
2023-07-12
Remove Compiler._build_wrapper(temp_dir:)
Tristan Partin
2023-07-12
Fix the typing around Compiler._get_compile_output()
Tristan Partin
2023-07-12
Annotate naked fundamental Python types
Tristan Partin
2023-07-12
Replace some type comments with annotations
Tristan Partin
2023-07-12
Use CompileCheckMode enum
Tristan Partin
2023-07-12
Remove type comments from compilers.py
Tristan Partin
2023-06-28
Experimental 'genvslite' WIP. (#11049)
GertyP
2023-06-27
Archive shared library in AIX (#11850)
Aditya Kamath
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-06-14
WIP: refactor loggable popen calls for consistency
Eli Schwartz
2023-04-21
compilers: split code for deciding if debug is needed into a helper
Dylan Baker
2023-04-21
compilers: convert method to get assert control to a boolean
Dylan Baker
2023-04-20
intro: add more details to generated json files
Charles Brunet
2023-04-11
fix various spelling issues
Josh Soref
2023-03-23
asm: Add sx extension
Renan Lavarec
2023-03-16
prevent lib prefix warning from pkg-config
Charles Brunet
2023-02-27
Use caching in Compiler.sizeof() and Compiler.alignment()
Andres Freund
2023-02-27
Add Compiler.cached_run()
Andres Freund
2023-02-25
Misleading comment
mtribiere
2023-02-20
nasm: Link with windows CRT libs when nasm is used as linker language
Xavier Claessens
2023-02-01
remove unneeded type comment
Eli Schwartz
2022-10-25
compilers: Make sure to not use ccache in compiler checks
Xavier Claessens
2022-10-25
Compilers: Keep ccache and exelist separated
Xavier Claessens
2022-10-24
Add MASM compiler
Xavier Claessens
2022-10-24
Not all compilers support depfile
Xavier Claessens
2022-10-24
Add NASM compiler
Xavier Claessens
2022-10-23
Compilers: Add a preprocessor mode for clike compilers
Xavier Claessens
2022-10-13
Add b_thinlto_cache for automatically configuring incremental ThinLTO
Tatsuyuki Ishi
2022-10-09
compilers: Add optimization=plain option
Jan Tojnar
2022-09-27
compilers: Cleanup a bit languages/suffixes lists
Xavier Claessens
2022-09-09
compilers: drop some useless info from CompileResult
Eli Schwartz
2022-09-09
compilers: fix regression in logging cached compile commands
Eli Schwartz
2022-09-01
env2mfile: reuse logical lists of interesting facts from meson itself
Eli Schwartz
2022-08-24
fix linker regression for compilers that don't accept LDFLAGS directly
Eli Schwartz
2022-07-03
move various unused typing-only imports into type-checking blocks
Eli Schwartz
2022-06-06
compilers: Add support for stand-alone leak sanitizer
Marco Trevisan (TreviƱo)
2022-06-01
compiler: Add missing needs_static_linker to base Compiler class
Dylan Baker
2022-04-30
linkers: Add support for mold linker
Fini Jastrow
2022-03-22
OptionOverrideProxy: Make it immutable to avoid copies
Xavier Claessens
2022-02-16
flake8: fix various whitespace errors with badly aligned code
Eli Schwartz
2021-12-30
fix type annotations for compiler toolchain rpaths
Eli Schwartz
2021-11-01
migrate python 3.5 compatible superclass variable annotations to 3.6
Eli Schwartz
2021-10-29
Remove duplicated CEXE_MAPPING table
Xavier Claessens
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-09-28
Merge pull request #9014 from bonzini/mixed-language-link
Jussi Pakkanen
2021-09-25
compilers: Add default search path stdlib_only_link_flags
Dylan Baker
2021-09-14
apply flake8 fixes for unused imports and missing imports
Eli Schwartz
2021-09-07
interpreter: detect and pass compiler to be used for linker tests
Paolo Bonzini
[next]