summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect arguments for C2000 C++ compiler. Add correct form for outpu...Nathanael Gray2021-11-141-12/+13
* various manual conversion of percent-formatted strings to f-stringsEli Schwartz2021-11-011-2/+2
* fix various flake8 whitespace errorsEli Schwartz2021-10-271-2/+2
* Add stdc++20 support for Visual Studio 2019 v16.11Moroz Oleg2021-10-241-0/+4
* Fix typos discovered by codespellChristian Clauss2021-10-101-3/+3
* fix extra whitespaceEli Schwartz2021-10-041-1/+0
* compilers/elbrus: Deal with C/C++/Fortran stds more correctlymakise-homura2021-09-291-8/+13
* compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compilermakise-homura2021-09-291-4/+3
* compilers: Add default search path stdlib_only_link_flagsDylan Baker2021-09-251-5/+32
* pylint: check for duplicate importsDylan Baker2021-09-241-1/+1
* pylint: turn on superflous-parensDylan Baker2021-08-311-2/+2
* compilers: Fix extra_args parameterDylan Baker2021-08-161-1/+1
* Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate"Jussi Pakkanen2021-08-151-11/+0
* compilers/c++: Add MSVC option to make the __cplusplus define accurateDylan Baker2021-08-111-0/+11
* more f-strings too complex to be caught by pyupgradeEli Schwartz2021-07-051-4/+3
* split program related classes and functions out of dependenciesDylan Baker2021-03-191-1/+2
* Add address sanitizer support for Visual Studio.Jussi Pakkanen2021-03-091-1/+0
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-5/+5
* move handling of CFLAGS and friends to environmentDylan Baker2021-01-111-2/+1
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-1/+1
* move OptionKey to mesonlibDylan Baker2021-01-041-3/+1
* use OptionKey for compiler_optionsDylan Baker2021-01-041-88/+114
* Add choices to OptionProxyDylan Baker2021-01-041-8/+8
* compilers: add support for c++20/gnu++20Florian Schmaus2020-12-101-4/+7
* compilers: define standards in the base language compilerDylan Baker2020-11-121-45/+29
* compilers: Standardize the names of compiler optionsDylan Baker2020-11-121-3/+3
* compilers: Enable C++20 for Intel C++ Compiler.Vinson Lee2020-10-061-0/+3
* compilers/icl fix IntelClCPP argument checkingDylan Baker2020-10-011-0/+4
* compilers: move get_compile_check_args() to CompilerDylan Baker2020-10-011-7/+8
* compilers/cpp: Add type annotationsDylan Baker2020-10-011-114/+177
* compilers: make is_cross part of the base Compiler classDylan Baker2020-09-241-2/+2
* compilers: make sanity_check_impl a protected methodDylan Baker2020-09-241-1/+1
* Merge pull request #7447 from scivision/nvcJussi Pakkanen2020-08-221-4/+13
|\
| * add Nvidia HPC SDK compilersMichael Hirsch, Ph.D2020-07-131-4/+13
* | Correctly determine C++ stds for Elbrus compilermakise-homura2020-08-201-5/+13
* | fix msvc not recognising b_ndebugElliot Haisley2020-07-191-1/+1
|/
* compilers: add fetching of define list for clangYevhenii Kolesnikov2020-05-221-2/+3
* Call to CPPCompilers initilisation function was missing the info parameter du...Drew Reed2020-05-161-1/+3
* Compiler options per langJohn Ericson2020-04-201-89/+144
* compilers: Fix C++ stdlib flags used for Apple's ClangOle André Vadla RavnÄs2020-03-291-2/+2
* Fix legacy env var support with crossJohn Ericson2020-03-231-1/+1
* -Add xc16 and c2000 C,Cpp toolchain supportalanNz2020-03-211-0/+33
* Merge pull request #6688 from dcbaker/emcc-linker-bugsJussi Pakkanen2020-03-081-2/+2
|\
| * compilers/linkers: Add a representation for wasm-ldDylan Baker2020-02-271-2/+2
| * compilers/mixins/emscripten: Implement thread supportDylan Baker2020-02-271-1/+1
| * compilers/emcc: Fix inheritance orderDylan Baker2020-02-271-1/+1
* | Set c_winlibs/cpp_winlibs for Clang in the same way as for GCCMartin Storsjö2020-03-031-0/+6
|/
* compilers: Split ClangCL and MSVC mixinsDylan Baker2020-01-281-5/+5
* Remove RTTI option from get_option_compile_args() for Elbrus compilermakise-homura2020-01-271-0/+13
* Fix missing 'defines' argumet for Elbrus compilermakise-homura2020-01-271-1/+1