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-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
2021-09-07
compilers: allow link tests to use objects from a different compiler
Paolo Bonzini
2021-09-07
compilers: do accept None in Compiler.compile extra_args
Paolo Bonzini
2021-09-07
compilers: fix flake8 issues
Paolo Bonzini
2021-09-01
Clang should error for all implicit function checks (#9165)
Dylan Baker
2021-08-20
compilers: Add get_no_warn_args to the base Compiler class
Dylan Baker
2021-08-16
compilers/compilers: Fix some potential issues spotted by pyright
Dylan Baker
2021-08-16
compilers: Fix extra_args parameter
Dylan Baker
2021-08-16
compilers: Fix annotations for run and cached_compile
Dylan Baker
2021-08-08
Add support for finding Javascript source libraries with Emscripten.
Jussi Pakkanen
2021-07-14
linkers: remove is_shared_module argument to get_soname_args
Paolo Bonzini
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-06-22
Fixed style issue as per comments on PR 8911.
Justin Handville
2021-06-22
Fix for Issue 8910 (Meson filters CMake asm files)
Justin Handville
2021-06-18
holders: Introduce HoldableObject
Daniel Mensinger
2021-06-09
compilers: Fix missing functions in Compiler base class
Daniel Mensinger
2021-06-07
compilers: Add cython file suffixes
Dylan Baker
2021-06-02
use an immutable list for an lru_cached functions
Dylan Baker
2021-05-19
compilers: Add `get_debug_args` to base Compiler
Dylan Baker
2021-05-19
.C files are now treated as C++ code
Volker-Weissmann
2021-04-01
environment: get environment variables for both host and build machines
Dylan Baker
2021-03-30
Split environment variable and command line cflags
Dylan Baker
[prev]
[next]