summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)Author
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
2020-05-22compilers: add fetching of define list for clangYevhenii Kolesnikov
2020-05-16Call to CPPCompilers initilisation function was missing the info parameter du...Drew Reed
2020-04-20Compiler options per langJohn Ericson
2020-03-29compilers: Fix C++ stdlib flags used for Apple's ClangOle André Vadla Ravnås
2020-03-23Fix legacy env var support with crossJohn Ericson
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz
2020-03-08Merge pull request #6688 from dcbaker/emcc-linker-bugsJussi Pakkanen
2020-03-03Set c_winlibs/cpp_winlibs for Clang in the same way as for GCCMartin Storsjö
2020-02-27compilers/linkers: Add a representation for wasm-ldDylan Baker
2020-02-27compilers/mixins/emscripten: Implement thread supportDylan Baker
2020-02-27compilers/emcc: Fix inheritance orderDylan Baker
2020-01-28compilers: Split ClangCL and MSVC mixinsDylan Baker
2020-01-27Remove RTTI option from get_option_compile_args() for Elbrus compilermakise-homura
2020-01-27Fix missing 'defines' argumet for Elbrus compilermakise-homura
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-17Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen