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
Age
Commit message (
Expand
)
Author
2023-04-17
Add c++23 to the list of C++ standards.
Jussi Pakkanen
2023-04-14
rust: Use the corresponding rustc version when clippy-driver is chosen as Rus...
Sebastian Dröge
2023-04-14
rust: Don't pass dependency compile arguments to the compiler
Sebastian Dröge
2023-04-11
fix various spelling issues
Josh Soref
2023-04-11
Change "can not" to "cannot" throughout project
HiPhish
2023-03-23
asm: Add sx extension
Renan Lavarec
2023-03-18
Small fix on how cc.sizeof (and similar functions) use the 'prefix' kwarg
Volker Weißmann
2023-03-16
prevent lib prefix warning from pkg-config
Charles Brunet
2023-03-12
Fix warning_level=everything with GCC 8
David Robillard
2023-03-09
detect.py: Be more precise about detecting xtensa gcc toolchains
Khem Raj
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: Detect and use MSVC linker if present
L. E. Segovia
2023-02-20
nasm: Link with windows CRT libs when nasm is used as linker language
Xavier Claessens
2023-02-17
compilers: -fprofile-correction is only a valid switch with gcc itself.
Luke Elliott
2023-02-14
asm: Use more backward-compatible invocation syntax for nasm
Simon McVittie
2023-02-10
cython: wire up support for emitting and using depfiles
Eli Schwartz
2023-02-08
compilers: Optimize the /Zc:__cplusplus code
Dylan Baker
2023-02-08
compilers: Remove /utf-8 from Visual Studio command args once
Dylan Baker
2023-02-08
compilers: Copy const always_args before returning
Dylan Baker
2023-02-07
Visual Studio: Drop /utf-8 if it is not supported
Chun-wei Fan
2023-02-01
pylint 2.16: join iterables without repeated append
Eli Schwartz
2023-02-01
remove unneeded type comment
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-02-01
add cc.has_function_attribute('vector_size')
Dudemanguy
2023-02-01
remove /utf-8 option when /validate-charset- is present
Charles Brunet
2023-01-31
cuda: enable C++20 for CUDA 12
David Seifert
2023-01-18
Fix nasm when target has threads as added dependency
Gijs Peskens
2023-01-04
clang-cl: supports /std:c++20 now.
Luke Elliott
2023-01-03
Add fatal=False to many mlog.warnings()
Dylan Baker
2023-01-03
reformat some warnings for better code readability
Dylan Baker
2022-12-27
emscripten: remove no longer relevant comment
Kleis Auke Wolthuizen
2022-12-27
emscripten: enforce version 1.39.19 or higher
Kleis Auke Wolthuizen
2022-12-27
emscripten: remove redundant `thread_flags` implementation
Kleis Auke Wolthuizen
2022-12-27
emscripten: use single arguments when specifying options
Kleis Auke Wolthuizen
2022-12-27
emscripten: prefer `-pthread` over `-s USE_PTHREADS=1`
Kleis Auke Wolthuizen
2022-12-22
meson: Cache os.path.realpath in CLikeCompilerArgs
Nirbheek Chauhan
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-11-29
Don't ignore documentation-related flags for D compilers
Axel Ricard
2022-11-27
Add warning_level=everything
David Robillard
2022-11-22
compilers: remove opinionated c++ warning flag
Eli Schwartz
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: 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
Fix mismatched param names between Compiler and BasicLinkerIsCompilerMixin
Tristan Partin
2022-10-24
Use f-strings in JavaCompiler
Tristan Partin
2022-10-24
Add missing compiler functions to JavaCompiler
Tristan Partin
2022-10-24
basic support for oneapi compilers
Robert Cohn
[next]