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
/
mixins
/
gnu.py
Age
Commit message (
Expand
)
Author
2025-12-01
compilers: pass target to get_lto_*_args
Paolo Bonzini
2025-11-23
compilers: forward gen_vs_module_defs_args to linker
Paolo Bonzini
2025-11-19
compilers: Remove Environment parameter from CLikeCompiler.get_compiler_dirs
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from CLikeCompiler.has_arguments
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.sanitizer_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.openmp_flags
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler._build_wrapper
Dylan Baker
2025-11-14
Add `os2_emxomf' option to generate OMF files on OS/2
KO Myung-Hun
2025-11-14
PIC is always enabled on OS/2
KO Myung-Hun
2025-11-12
compilers: pass target and env to sanitizer_*_args
Paolo Bonzini
2025-11-09
compilers: support GCC incremental LTO
Sam James
2025-11-09
compilers: gnu: prepare for more work in get_lto_compile_args
Sam James
2025-11-09
compilers: gnu: clean up get_lto_link_args
Sam James
2025-11-09
compilers: gnu: implement get_lto_link_args
Sam James
2025-10-29
compilers/gnu: use version attributes for feature checks
Liza Chevalier
2025-09-26
Add eld in GnuLikeCompiler
Kushal Pal
2025-06-27
compilers-fortran: Fix preprocessing when fortran uses concat operator
Andrew Lister
2025-04-08
coredata: move MutableKeyedOptionDict to options
Dylan Baker
2025-03-09
compilers: convert `b_sanitize` to a free-form array option
Patrick Steinhardt
2025-01-27
compilers/gnu: Split Gnu C++ standard handling into a mixin class
Dylan Baker
2025-01-27
compilers/gnu: Pull C Standard handling out of GnuCCompiler
Dylan Baker
2025-01-20
Remove GCC's -Wunsuffixed-float-constants from warnings
David Robillard
2025-01-08
First draft version of Tasking MIL linking with b_lto and prelinking
gerioldman
2024-12-19
mtest: move determine_worker_count to utils, generalize
Paolo Bonzini
2024-11-19
compilers: avoid one or more version_compare per target
Paolo Bonzini
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-06-26
compilers: pass Environment to openmp_flags
Dylan Baker
2024-06-24
compilers: make lang_map public
Sam James
2024-02-05
Turn on strict mode, as it is no longer the default since Python 3.6
U2FsdGVkX1
2024-02-04
Fix ninja cannot find the library when libraries contain symlinks.
U2FsdGVkX1
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-07-25
make 'gui_app' an interpreter only concept
Dylan Baker
2023-07-12
Match the method signatures of parent classes
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-05
comp.preprocess(): Do not treat every file as assembly
Xavier Claessens
2023-03-23
asm: Add sx extension
Renan Lavarec
2023-03-12
Fix warning_level=everything with GCC 8
David Robillard
2023-02-17
compilers: -fprofile-correction is only a valid switch with gcc itself.
Luke Elliott
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-11-27
Add warning_level=everything
David Robillard
2022-10-25
compilers: Make sure to not use ccache in compiler checks
Xavier Claessens
2022-10-23
gnulike: Fix preprocessing files with any extension
Xavier Claessens
2022-10-09
compilers: Add optimization=plain option
Jan Tojnar
2022-05-09
compilers/gnu: demote visibilty inlineshidden to hidden for unsupported compi...
Eli Schwartz
2022-04-30
linkers: Add support for mold linker
Fini Jastrow
2022-03-30
compilers/gnu: use Popen_safe to prevent resource leaks
Marvin Scholz
[next]