aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)AuthorFilesLines
2023-02-06clang-cl: supports /std:c++20 now.Luke Elliott1-1/+1
2023-02-06emscripten: 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
2021-08-31pylint: turn on superflous-parensDylan Baker1-2/+2
2021-08-16compilers: Fix extra_args parameterDylan Baker1-1/+1
2021-08-15Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate"Jussi Pakkanen1-11/+0
2021-08-11compilers/c++: Add MSVC option to make the __cplusplus define accurateDylan Baker1-0/+11
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz1-4/+3
2021-03-19split program related classes and functions out of dependenciesDylan Baker1-1/+2
2021-03-09Add address sanitizer support for Visual Studio.Jussi Pakkanen1-1/+0
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-5/+5
2021-01-11move handling of CFLAGS and friends to environmentDylan Baker1-2/+1
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-1/+1
2021-01-04move OptionKey to mesonlibDylan Baker1-3/+1
2021-01-04use OptionKey for compiler_optionsDylan Baker1-88/+114
2021-01-04Add choices to OptionProxyDylan Baker1-8/+8
2020-12-10compilers: add support for c++20/gnu++20Florian Schmaus1-4/+7
2020-11-12compilers: define standards in the base language compilerDylan Baker1-45/+29
2020-11-12compilers: Standardize the names of compiler optionsDylan Baker1-3/+3
2020-10-06compilers: Enable C++20 for Intel C++ Compiler.Vinson Lee1-0/+3
2020-10-01compilers/icl fix IntelClCPP argument checkingDylan Baker1-0/+4
2020-10-01compilers: move get_compile_check_args() to CompilerDylan Baker1-7/+8
2020-10-01compilers/cpp: Add type annotationsDylan Baker1-114/+177
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker1-2/+2
2020-09-24compilers: make sanity_check_impl a protected methodDylan Baker1-1/+1