aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)AuthorFilesLines
2023-09-24cpp: restore c++26 supportChristoph Reiter1-1/+1
2023-08-07c_std, cpp_std: Change to a list of desired versions in preference orderXavier Claessens1-36/+40
2023-07-31Merge pull request #11986 from williamspatrick/clang-enable-cpp23Jussi Pakkanen1-2/+24
2023-07-17Merge pull request #11976 from tristan957/cleanupsJussi Pakkanen1-17/+17
2023-07-14c++: add support for c++23/c++26 standard and aliasesSteven Noonan1-2/+20
2023-07-14c++: add fallback mappings for C++23 and C++26Steven Noonan1-0/+4
2023-07-12Match the method signatures of parent classesTristan Partin1-2/+2
2023-07-12Make CPPCompiler.get_display_language() a classmethodTristan Partin1-2/+2
2023-07-12Annotate naked fundamental Python typesTristan Partin1-11/+11
2023-07-12Use CompileCheckMode enumTristan Partin1-2/+2
2023-07-11compilers/cpp: check libc++ vs libstdc++ harderDylan Baker1-14/+11
2023-06-29compilers/cpp: remove special libc++ handling from the AppleClangCPPCompilerDylan Baker1-7/+1
2023-06-29compilers/cpp: try to do a better job of detecting libc++ vs libstdc++Dylan Baker1-3/+31
2023-06-29compilers/cpp: use a Mixin to share the stdlib flags between clang++ and g++Dylan Baker1-18/+15
2023-06-29compilers/cpp: use a list comprehension instead of a for loopDylan Baker1-9/+3
2023-06-29compilers/cpp: Actually add the search dirs to for gccDylan Baker1-1/+1
2023-06-26linkers: delay implementations import until detect is runEli Schwartz1-1/+1
2023-04-24Initial support for Metrowerks C/C++ compilerNomura1-0/+59
2023-04-17Add c++23 to the list of C++ standards.Jussi Pakkanen1-1/+5
2023-02-08compilers: Optimize the /Zc:__cplusplus codeDylan Baker1-10/+6
2023-01-04clang-cl: supports /std:c++20 now.Luke Elliott1-1/+1
2023-01-03Add fatal=False to many mlog.warnings()Dylan Baker1-3/+4
2023-01-03reformat some warnings for better code readabilityDylan Baker1-1/+1
2022-12-27emscripten: enforce version 1.39.19 or higherKleis Auke Wolthuizen1-0/+2
2022-11-27Add warning_level=everythingDavid Robillard1-9/+14
2022-11-22compilers: remove opinionated c++ warning flagEli Schwartz1-4/+4
2022-10-25Compilers: Keep ccache and exelist separatedXavier Claessens1-28/+28
2022-10-24basic support for oneapi compilersRobert Cohn1-1/+11
2022-09-19pylint: enable consider-using-inDylan Baker1-1/+1
2022-09-07compilers: correct the MSVC version comparison for turning on __cplusplusEli Schwartz1-1/+1
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz1-2/+4
2022-05-19Fix invalid Python overridesTristan Partin1-3/+1
2022-05-08compilers/c++: Add MSVC option to make the __cplusplus define accurateEli Schwartz1-0/+10
2022-03-22OptionOverrideProxy: Make it immutable to avoid copiesXavier Claessens1-13/+13
2022-03-16fix detection of language standard library pathsPaolo Bonzini1-12/+6
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz1-1/+1
2022-02-02Genericise TI compiler and add MSP430 supportWilliam Toohey1-11/+10
2022-01-10compilers: push the compiler id to a class variableDylan Baker1-8/+14
2022-01-03armltdclang: add support for ARM Ltd.'s `armclang` toolchainBen Boeckel1-1/+7
2021-12-16armclang: clarify that this is support for the Keil cross-compilerBen Boeckel1-0/+4
2021-11-14Remove incorrect arguments for C2000 C++ compiler. Add correct form for outpu...Nathanael Gray1-12/+13
2021-11-01various manual conversion of percent-formatted strings to f-stringsEli Schwartz1-2/+2
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-2/+2
2021-10-24Add stdc++20 support for Visual Studio 2019 v16.11Moroz Oleg1-0/+4
2021-10-10Fix typos discovered by codespellChristian Clauss1-3/+3
2021-10-04fix extra whitespaceEli Schwartz1-1/+0
2021-09-29compilers/elbrus: Deal with C/C++/Fortran stds more correctlymakise-homura1-8/+13
2021-09-29compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compilermakise-homura1-4/+3
2021-09-25compilers: Add default search path stdlib_only_link_flagsDylan Baker1-5/+32
2021-09-24pylint: check for duplicate importsDylan Baker1-1/+1