summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)Author
2025-10-06Revert "compilers: refactor sanity checking code"Dylan Baker
2025-10-06compilers: refactor sanity checking codeDylan Baker
2025-08-07cpp: handle Apple Clang deprecation of hardening macro for old versions tooSam James
2025-05-13cpp: Fix cpp_std=vc++14Peter Harris
2025-05-02cpp: fix _LIBCPP_ENABLE_ASSERTIONS warningMartin Dørum
2025-04-08coredata: move MutableKeyedOptionDict to optionsDylan Baker
2025-04-04compilers: move -std options to get_option_std_args, special-casing CUDAPaolo Bonzini
2025-04-04compilers: remove useless get_option_compile_argsPaolo Bonzini
2025-03-10coredata: remove get_option_for_subprojectDylan Baker
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2025-02-05options: Add an EnumeratedUserOption classDylan Baker
2025-02-05options: use dataclasses for UserOptionDylan Baker
2025-02-05compilers: remove Compiler.create_optionDylan Baker
2025-02-05compilers: use super().get_options() instead of CompilerClass.get_options()Dylan Baker
2025-02-05compilers: fix the UserStdOption name of the C and C++ compilersDylan Baker
2025-01-28Merge pull request #13642 from dcbaker/submit/fix-objc-standardsJussi Pakkanen
2025-01-28compilers/clang++: Add `-fpch-instantiate-templates` to speed up clang++ buildsinsunaa
2025-01-27compilers: split Apple C++ version handling to a mixinDylan Baker
2025-01-27compilers/gnu: Split Gnu C++ standard handling into a mixin classDylan Baker
2025-01-27compilers/objcpp: Use shared C++ standards with ClangCPPStandardDylan Baker
2025-01-27compilers/clang: split the Std handling for C++ out of the ClangCPPCompilerDylan Baker
2025-01-15Fix minimum required Apple clang version for C++26Nikolai Vavilov
2025-01-08Update cpp language list for intel compiler on windowsborg323
2024-10-21compilers: Fix inconsistent option descriptionsDavid Robillard
2024-10-11Add options for standard parameter for nvc and nvc++Kevin Meagher
2024-10-04Fix C++ standard support for EmscriptenElliott Sales de Andrade
2024-07-21compilers: fix partial refactor of coredata optionsEli Schwartz
2024-07-17Remove language (AKA compiler) type from OptionKey.Jussi Pakkanen
2024-07-12Rename langopt methodJussi Pakkanen
2024-06-26compilers: Add support for OpenMP from homebrew with AppleClangDylan Baker
2024-06-23compilers: cpp: fix header name and return value use in header checkBarnabás Pőcze
2024-06-14Fix mypy.Jussi Pakkanen
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen
2024-06-08Use helper method in C++ compiler classes.Jussi Pakkanen
2024-05-23Refactor option classes to their own file.Jussi Pakkanen
2024-03-28compilers: cpp: reduce macro pollution for stdlib macrosSam James
2024-03-28compilers: cpp: factor out C++ stdlib detectionSam James
2024-03-28Pass Environment down from BackendSam James
2024-03-28compilers: cpp: don't set stdlib assertion macros if already setSam James
2024-03-28compilers: cpp: relax assertion level for libc++Sam James
2024-03-15Improve error messages for invalid option valuesCharles Brunet
2024-03-15compilers: No need to pass exe_wrapper everywhereXavier Claessens
2024-03-13compilers: cpp: improve libc++ vs libstdc++ detection (again)Sam James
2024-03-12Added support for Texas Instruments C6000 compiler.Petr Machacek
2024-01-09compilers: cpp: wire up debugstl for ClangSam James
2024-01-09compilers: cpp: wire up stdlib assertionsSam James
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-10-12cpp: use -nostlib++ instead of -nostlib for custom cpp_stdlibMattijs Korpershoek
2023-10-09Allow c++23 in gcc-11.Benjamin Redelings
2023-09-24cpp: restore c++26 supportChristoph Reiter