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
/
cpp.py
Age
Commit message (
Expand
)
Author
2025-12-08
compilers/nvidia_hpc: compilers: move -std options to get_option_std_args
Zephyr Lykos
2025-11-23
Add import std support to MSVC.
Jussi Pakkanen
2025-11-23
Add cpp_importstd option.
Jussi Pakkanen
2025-11-19
compilers: Remove Environment parameter from CLikeCompiler.get_compiler_dirs
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_option_compile_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_option_std_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_option_link_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.has_header
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.has_header_symbol
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.has_function
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.find_library
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_language_stdlib_onl...
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_assert_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.sanity_check
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.compiles()
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from get_compileropt_value
Dylan Baker
2025-11-19
compilers: Stop passing `is_cross`
Dylan Baker
2025-11-19
compilers: Pass Environment instead of MachineInfo
Dylan Baker
2025-11-09
Fix inverted RTTI logic in Intel C++ compiler
Tudor Gradinaru
2025-10-31
compilers: cpp: unset LIBCPP_HARDENING_MODE first for debugstl
Sam James
2025-10-31
compilers: cpp: explain more wrt GCC versions vs assertions
Sam James
2025-10-31
compilers: cpp: stop trying to handle old libc++ for assertions
Sam James
2025-10-31
compilers: cpp: add comment wrt GCC -stdlib=libc++ case
Sam James
2025-10-29
compilers: add Microchip XC32 compiler
Liza Chevalier
2025-10-29
compilers/nvidia_hpc: support C/C++ -std
Eisuke Kawashima
2025-10-06
Revert "compilers: refactor sanity checking code"
Dylan Baker
2025-10-06
compilers: refactor sanity checking code
Dylan Baker
2025-08-07
cpp: handle Apple Clang deprecation of hardening macro for old versions too
Sam James
2025-05-13
cpp: Fix cpp_std=vc++14
Peter Harris
2025-05-02
cpp: fix _LIBCPP_ENABLE_ASSERTIONS warning
Martin Dørum
2025-04-08
coredata: move MutableKeyedOptionDict to options
Dylan Baker
2025-04-04
compilers: move -std options to get_option_std_args, special-casing CUDA
Paolo Bonzini
2025-04-04
compilers: remove useless get_option_compile_args
Paolo Bonzini
2025-03-10
coredata: remove get_option_for_subproject
Dylan Baker
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
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-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: split Apple C++ version handling to a mixin
Dylan Baker
2025-01-27
compilers/gnu: Split Gnu C++ standard handling into a mixin class
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-15
Fix minimum required Apple clang version for C++26
Nikolai Vavilov
2025-01-08
Update cpp language list for intel compiler on windows
borg323
2024-10-21
compilers: Fix inconsistent option descriptions
David Robillard
2024-10-11
Add options for standard parameter for nvc and nvc++
Kevin Meagher
[next]