summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-4/+4
* Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen2019-12-171-2/+4
|\
| * compilers: Make get_display_language a class or static methodDylan Baker2019-12-121-1/+2
| * compilers: move language attribute to the class levelDylan Baker2019-12-121-1/+2
* | compilers: make use of mlog.log_onceDylan Baker2019-12-131-1/+1
|/
* Use strict function prototypesMichael Hirsch, Ph.D2019-11-181-2/+2
* Fix typos found by codespellWolfgang Stöggl2019-11-061-1/+1
* Add option for controlling RTTI.Jussi Pakkanen2019-11-021-0/+15
* Pass explicit command line argument to disable exceptions with MSVC.Jussi Pakkanen2019-11-021-1/+3
* Refactor duplicate Emscripten code into a mixinAndrei Alexeyev2019-10-181-13/+2
* Fix emscripten C compiler initializationAndrei Alexeyev2019-10-151-3/+4
* Implement get_linker_output_args in Emscripten compilersAndrei Alexeyev2019-10-141-0/+3
* Implement get_allow_undefined_link_args in EmscriptenCPPCompilerAndrei Alexeyev2019-10-141-0/+3
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-35/+61
* compilers: Add a specific type for AppleClangCDylan Baker2019-10-071-0/+5
* compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-16/+2
* compilers: Make MSVClike compilers proxy extra keyword argumentsDylan Baker2019-08-141-6/+6
* Add basic Webassembly support via Emscripten.Jussi Pakkanen2019-08-051-1/+34