summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)Author
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
2023-08-07c_std, cpp_std: Change to a list of desired versions in preference orderXavier Claessens
2023-07-31Merge pull request #11986 from williamspatrick/clang-enable-cpp23Jussi Pakkanen
2023-07-17Merge pull request #11976 from tristan957/cleanupsJussi Pakkanen
2023-07-14c++: add support for c++23/c++26 standard and aliasesSteven Noonan
2023-07-14c++: add fallback mappings for C++23 and C++26Steven Noonan
2023-07-12Match the method signatures of parent classesTristan Partin
2023-07-12Make CPPCompiler.get_display_language() a classmethodTristan Partin
2023-07-12Annotate naked fundamental Python typesTristan Partin
2023-07-12Use CompileCheckMode enumTristan Partin
2023-07-11compilers/cpp: check libc++ vs libstdc++ harderDylan Baker
2023-06-29compilers/cpp: remove special libc++ handling from the AppleClangCPPCompilerDylan Baker
2023-06-29compilers/cpp: try to do a better job of detecting libc++ vs libstdc++Dylan Baker
2023-06-29compilers/cpp: use a Mixin to share the stdlib flags between clang++ and g++Dylan Baker
2023-06-29compilers/cpp: use a list comprehension instead of a for loopDylan Baker
2023-06-29compilers/cpp: Actually add the search dirs to for gccDylan Baker
2023-06-26linkers: delay implementations import until detect is runEli Schwartz
2023-04-24Initial support for Metrowerks C/C++ compilerNomura
2023-04-17Add c++23 to the list of C++ standards.Jussi Pakkanen
2023-02-08compilers: Optimize the /Zc:__cplusplus codeDylan Baker
2023-01-04clang-cl: supports /std:c++20 now.Luke Elliott
2023-01-03Add fatal=False to many mlog.warnings()Dylan Baker
2023-01-03reformat some warnings for better code readabilityDylan Baker
2022-12-27emscripten: enforce version 1.39.19 or higherKleis Auke Wolthuizen
2022-11-27Add warning_level=everythingDavid Robillard
2022-11-22compilers: remove opinionated c++ warning flagEli Schwartz