summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)Author
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
2021-10-04fix extra whitespaceEli Schwartz
2021-09-29compilers/elbrus: Deal with C/C++/Fortran stds more correctlymakise-homura
2021-09-29compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compilermakise-homura
2021-09-25compilers: Add default search path stdlib_only_link_flagsDylan Baker
2021-09-24pylint: check for duplicate importsDylan Baker
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-08-16compilers: Fix extra_args parameterDylan Baker
2021-08-15Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate"Jussi Pakkanen
2021-08-11compilers/c++: Add MSVC option to make the __cplusplus define accurateDylan Baker
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz
2021-03-19split program related classes and functions out of dependenciesDylan Baker
2021-03-09Add address sanitizer support for Visual Studio.Jussi Pakkanen
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-01-11move handling of CFLAGS and friends to environmentDylan Baker
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2021-01-04move OptionKey to mesonlibDylan Baker
2021-01-04use OptionKey for compiler_optionsDylan Baker
2021-01-04Add choices to OptionProxyDylan Baker
2020-12-10compilers: add support for c++20/gnu++20Florian Schmaus
2020-11-12compilers: define standards in the base language compilerDylan Baker
2020-11-12compilers: Standardize the names of compiler optionsDylan Baker
2020-10-06compilers: Enable C++20 for Intel C++ Compiler.Vinson Lee
2020-10-01compilers/icl fix IntelClCPP argument checkingDylan Baker
2020-10-01compilers: move get_compile_check_args() to CompilerDylan Baker
2020-10-01compilers/cpp: Add type annotationsDylan Baker
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker
2020-09-24compilers: make sanity_check_impl a protected methodDylan Baker
2020-08-22Merge pull request #7447 from scivision/nvcJussi Pakkanen
2020-08-20Correctly determine C++ stds for Elbrus compilermakise-homura
2020-07-19fix msvc not recognising b_ndebugElliot Haisley
2020-07-13add Nvidia HPC SDK compilersMichael Hirsch, Ph.D