summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)Author
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
2019-12-13compilers: make use of mlog.log_onceDylan Baker
2019-12-12compilers: Make get_display_language a class or static methodDylan Baker
2019-12-12compilers: move language attribute to the class levelDylan Baker
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-11-02Add option for controlling RTTI.Jussi Pakkanen
2019-11-02Pass explicit command line argument to disable exceptions with MSVC.Jussi Pakkanen
2019-10-18Refactor duplicate Emscripten code into a mixinAndrei Alexeyev
2019-10-15Fix emscripten C compiler initializationAndrei Alexeyev
2019-10-14Implement get_linker_output_args in Emscripten compilersAndrei Alexeyev
2019-10-14Implement get_allow_undefined_link_args in EmscriptenCPPCompilerAndrei Alexeyev
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-10-07compilers: Add a specific type for AppleClangCDylan Baker
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker
2019-08-14compilers: Make MSVClike compilers proxy extra keyword argumentsDylan Baker
2019-08-05Add basic Webassembly support via Emscripten.Jussi Pakkanen
2019-07-30PGI: cpp_pch precompiled headers functionalityMichael Hirsch, Ph.D
2019-07-15compilers: split pgi compiler out of compilers moduleDylan Baker
2019-07-15compilers: put elbrus in mixinsDylan Baker
2019-07-15compilers: Put clang mixin in a moduleDylan Baker
2019-07-15compilers: move ArmClang into mixins/arm.pyDylan Baker
2019-07-15compilers: Put Intel compiler classes into the mixins folderDylan Baker
2019-07-15compilers: split gnu and gnulike compilers out of compilersDylan Baker
2019-07-15compilers: Move the VisualStudioLikeCompiler class into mixinsDylan Baker
2019-07-15compilers: Move ArmCompiler to a mixin moduleDylan Baker
2019-07-15compilers: move ccrx compiler abstraction into mixinsDylan Baker
2019-07-15compilers: Move clike into a mixins directoryDylan Baker
2019-07-14Do not fail on passing `-Werror=unused-parameter` from environmentDavid Seifert
2019-07-08Add (v)c++latest to VC_VERSION_MAPRobin Kertels
2019-06-11compilers/cpp: Fix removal of name from Combo options for Armclangsompen
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-05-15UserOption no longer has a name field.John Ericson
2019-05-14Merge pull request #5331 from dcbaker/iclJussi Pakkanen
2019-05-13compilers: Add basic ICL abstractionsDylan Baker
2019-05-13compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker
2019-05-13compilers/cpp: Split code out of VisualStudioLikeCPPCompiler for treating c++...Dylan Baker
2019-05-13Allow MSVC-style `cpp_eh` for backwards-compatibility purposesnicole mazzuca
2019-05-10compilers: make keyword args to Compiler.compile keyword onlyDylan Baker
2019-05-05Merge pull request #5339 from dcbaker/clikeJussi Pakkanen
2019-05-05add -fno-exceptions if cpp_eh=none is specified nicole mazzuca