summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)Author
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
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens
2022-10-24basic support for oneapi compilersRobert Cohn
2022-09-19pylint: enable consider-using-inDylan Baker
2022-09-07compilers: correct the MSVC version comparison for turning on __cplusplusEli Schwartz
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz
2022-05-19Fix invalid Python overridesTristan Partin
2022-05-08compilers/c++: Add MSVC option to make the __cplusplus define accurateEli Schwartz
2022-03-22OptionOverrideProxy: Make it immutable to avoid copiesXavier Claessens
2022-03-16fix detection of language standard library pathsPaolo Bonzini
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz
2022-02-02Genericise TI compiler and add MSP430 supportWilliam Toohey
2022-01-10compilers: push the compiler id to a class variableDylan Baker
2022-01-03armltdclang: add support for ARM Ltd.'s `armclang` toolchainBen Boeckel
2021-12-16armclang: clarify that this is support for the Keil cross-compilerBen Boeckel
2021-11-14Remove incorrect arguments for C2000 C++ compiler. Add correct form for outpu...Nathanael Gray
2021-11-01various manual conversion of percent-formatted strings to f-stringsEli Schwartz
2021-10-27fix various flake8 whitespace errorsEli Schwartz
2021-10-24Add stdc++20 support for Visual Studio 2019 v16.11Moroz Oleg
2021-10-10Fix typos discovered by codespellChristian Clauss