summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)Author
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
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