aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-03Set c_winlibs/cpp_winlibs for Clang in the same way as for GCCMartin Storsjö1-0/+6
2020-02-27compilers/linkers: Add a representation for wasm-ldDylan Baker1-2/+2
2020-02-27compilers/mixins/emscripten: Implement thread supportDylan Baker1-1/+1
2020-02-27compilers/emcc: Fix inheritance orderDylan Baker1-1/+1
2020-01-28compilers: Split ClangCL and MSVC mixinsDylan Baker1-5/+5
2020-01-27Remove RTTI option from get_option_compile_args() for Elbrus compilermakise-homura1-0/+13
2020-01-27Fix missing 'defines' argumet for Elbrus compilermakise-homura1-1/+1
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-4/+4
2019-12-17Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen1-2/+4
2019-12-13compilers: make use of mlog.log_onceDylan Baker1-1/+1
2019-12-12compilers: Make get_display_language a class or static methodDylan Baker1-1/+2
2019-12-12compilers: move language attribute to the class levelDylan Baker1-1/+2
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D1-2/+2
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-11-02Add option for controlling RTTI.Jussi Pakkanen1-0/+15
2019-11-02Pass explicit command line argument to disable exceptions with MSVC.Jussi Pakkanen1-1/+3
2019-10-18Refactor duplicate Emscripten code into a mixinAndrei Alexeyev1-13/+2
2019-10-15Fix emscripten C compiler initializationAndrei Alexeyev1-3/+4
2019-10-14Implement get_linker_output_args in Emscripten compilersAndrei Alexeyev1-0/+3
2019-10-14Implement get_allow_undefined_link_args in EmscriptenCPPCompilerAndrei Alexeyev1-0/+3
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-35/+61
2019-10-07compilers: Add a specific type for AppleClangCDylan Baker1-0/+5
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-16/+2
2019-08-14compilers: Make MSVClike compilers proxy extra keyword argumentsDylan Baker1-6/+6
2019-08-05Add basic Webassembly support via Emscripten.Jussi Pakkanen1-1/+34
2019-07-30PGI: cpp_pch precompiled headers functionalityMichael Hirsch, Ph.D1-1/+0
2019-07-15compilers: split pgi compiler out of compilers moduleDylan Baker1-1/+1
2019-07-15compilers: put elbrus in mixinsDylan Baker1-1/+1
2019-07-15compilers: Put clang mixin in a moduleDylan Baker1-1/+1
2019-07-15compilers: move ArmClang into mixins/arm.pyDylan Baker1-2/+1
2019-07-15compilers: Put Intel compiler classes into the mixins folderDylan Baker1-2/+1
2019-07-15compilers: split gnu and gnulike compilers out of compilersDylan Baker1-1/+1