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-06-19
compilers: don't recommend deprecated env var
Alyssa Ross
2023-06-14
compilers: fix detection of ifx compiler
Eli Schwartz
2023-06-14
compilers: add logging for non c_or_cpp language detection
Eli Schwartz
2023-06-14
WIP: refactor loggable popen calls for consistency
Eli Schwartz
2023-06-07
rust: PIC is always enabled
Xavier Claessens
2023-05-31
mlog: remove direct calls to log_once
Dylan Baker
2023-05-20
rust: Add system libs used by rust std to staticlib external deps
Xavier Claessens
2023-05-20
rust: Use Popen_safe() for sanity checks
Xavier Claessens
2023-05-16
rust compiler: use better sanity check logging comparable to the clike one
Eli Schwartz
2023-05-13
During reconfigure, show that no compiler was found, if compiler fails sanity...
Volker Weißmann
2023-05-06
Initial support for Metrowerks Assembler
Nomura
2023-04-24
yasm: Fix usage of incompatible optimization flags
L. E. Segovia
2023-04-24
Initial support for Metrowerks C/C++ compiler
Nomura
2023-04-21
rust: add support for b_ndebug
Dylan Baker
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-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
[next]