aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-22Merge pull request #7447 from scivision/nvcJussi Pakkanen1-4/+13
2020-08-20Correctly determine C++ stds for Elbrus compilermakise-homura1-5/+13
2020-07-19fix msvc not recognising b_ndebugElliot Haisley1-1/+1
2020-07-13add Nvidia HPC SDK compilersMichael Hirsch, Ph.D1-4/+13
2020-05-22compilers: add fetching of define list for clangYevhenii Kolesnikov1-2/+3
2020-05-16Call to CPPCompilers initilisation function was missing the info parameter du...Drew Reed1-1/+3
2020-04-20Compiler options per langJohn Ericson1-89/+144
2020-03-29compilers: Fix C++ stdlib flags used for Apple's ClangOle André Vadla RavnÄs1-2/+2
2020-03-23Fix legacy env var support with crossJohn Ericson1-1/+1
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz1-0/+33
2020-03-08Merge pull request #6688 from dcbaker/emcc-linker-bugsJussi Pakkanen1-2/+2