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
2025-02-27
use ElementaryOptionValues instead of open coding... again
Dylan Baker
2025-02-27
modules/rust: use 'nightly' as the bindgen version if the compiler is nightly
Dylan Baker
2025-02-27
compilers/detect: Split -beta and -nightly suffixes from rustc
Dylan Baker
2025-02-27
Fixes issue 14089 (detection of Intel compiler)
Tom Evers
2025-02-16
c: add -Wno-vla-larger-than to the exceptions for -Wno*
Paolo Bonzini
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2025-02-11
ninja backend: Use swiftc flag -working-directory if available
Marco Rebhan
2025-02-05
options: Replace uses of `UserOption[T.Any]` with a Union of UserOption types
Dylan Baker
2025-02-05
options: Add an EnumeratedUserOption class
Dylan Baker
2025-02-05
options: use dataclasses for UserOption
Dylan Baker
2025-02-05
compilers: remove Compiler.create_option
Dylan Baker
2025-02-05
compilers: use super().get_options() instead of CompilerClass.get_options()
Dylan Baker
2025-02-05
compilers: fix the UserStdOption name of the C and C++ compilers
Dylan Baker
2025-02-05
options: Get rid of the invalid _U type, and use UserOption[_T]
Dylan Baker
2025-02-03
rust: use f-string to build rpath arguments
Paolo Bonzini
2025-02-03
ninjabackend: start adjusting for differences between rustc and rustdoc
Paolo Bonzini
2025-02-03
ninjabackend: unify building rpath args
Paolo Bonzini
2025-01-29
swift: Fix duplicate SDK include paths causing a compile error
Piotr Brzeziński
2025-01-28
Merge pull request #13642 from dcbaker/submit/fix-objc-standards
Jussi Pakkanen
2025-01-28
compilers/clang++: Add `-fpch-instantiate-templates` to speed up clang++ builds
insunaa
2025-01-27
compilers: Check if GCC has support for ObjC and/or ObjC++
Dylan Baker
2025-01-27
compilers: split Apple C++ version handling to a mixin
Dylan Baker
2025-01-27
compilers: move Apple C Std version handling to a mixin
Dylan Baker
2025-01-27
compilers/objcpp: Use the GnuCPPStdMixin for ObjC++
Dylan Baker
2025-01-27
compilers/gnu: Split Gnu C++ standard handling into a mixin class
Dylan Baker
2025-01-27
compilers/objc: Use Shared GNU C standard handling
Dylan Baker
2025-01-27
compilers/gnu: Pull C Standard handling out of GnuCCompiler
Dylan Baker
2025-01-27
compilers/objcpp: Use shared C++ standards with ClangCPPStandard
Dylan Baker
2025-01-27
compilers/clang: split the Std handling for C++ out of the ClangCPPCompiler
Dylan Baker
2025-01-27
compilers/objc: Use shared C standards with clang C compiler
Dylan Baker
2025-01-27
compilers/clang: Move the Mixin for C standards out of the c module
Dylan Baker
2025-01-27
adding c_std=c2y option for gcc-15
ajs
2025-01-27
adding c_std=c2y option for clang
ajs
2025-01-20
Remove GCC's -Wunsuffixed-float-constants from warnings
David Robillard
2025-01-20
compilers/clike: Speedup cross_compute_int
Florian "sp1rit"
2025-01-15
Fix minimum required Apple clang version for C++26
Nikolai Vavilov
2025-01-09
Add Linear ASM compiler
Wu, Zhenyu
2025-01-09
Merge pull request #12342 from gerioldman/TaskingCCompiler
Jussi Pakkanen
2025-01-08
Update cpp language list for intel compiler on windows
borg323
2025-01-08
rust: add 2024 edition
Paolo Bonzini
2025-01-08
rust: change warning_level=0 to "--cap-lints allow"
Paolo Bonzini
2025-01-08
First draft version of Tasking MIL linking with b_lto and prelinking
gerioldman
2025-01-08
Add TASKING compiler support
gerioldman
2024-12-29
compilers: cache the results of is_source()
Paolo Bonzini
2024-12-27
compilers: De-dup -Wl,-rpath, and -Wl,-rpath-link,
Nirbheek Chauhan
2024-12-27
arglist: De-dup arg prefixes only when they are used as a prefix
Nirbheek Chauhan
2024-12-19
compilers: Do not pass `-fuse-ld=lld` via `-Wl,`
LIU Hao
2024-12-19
rust: raise a warning if clippy is used instead of rustc
Paolo Bonzini
2024-12-19
scripts: add "clippy" internal tool
Paolo Bonzini
2024-12-19
mtest: move determine_worker_count to utils, generalize
Paolo Bonzini
[prev]
[next]