aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)AuthorFilesLines
2020-03-03Set c_winlibs/cpp_winlibs for Clang in the same way as for GCCMartin Storsjö1-0/+6
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
2019-07-15compilers: Move the VisualStudioLikeCompiler class into mixinsDylan Baker1-1/+1
2019-07-15compilers: Move ArmCompiler to a mixin moduleDylan Baker1-1/+1
2019-07-15compilers: move ccrx compiler abstraction into mixinsDylan Baker1-1/+2
2019-07-15compilers: Move clike into a mixins directoryDylan Baker1-1/+1
2019-07-14Do not fail on passing `-Werror=unused-parameter` from environmentDavid Seifert1-1/+1
2019-07-08Add (v)c++latest to VC_VERSION_MAPRobin Kertels1-0/+2
2019-06-11compilers/cpp: Fix removal of name from Combo options for Armclangsompen1-2/+1
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-25/+25
2019-05-15UserOption no longer has a name field.John Ericson1-27/+17
2019-05-14Merge pull request #5331 from dcbaker/iclJussi Pakkanen1-34/+77
2019-05-13compilers: Add basic ICL abstractionsDylan Baker1-0/+13
2019-05-13compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker1-3/+3
2019-05-13compilers/cpp: Split code out of VisualStudioLikeCPPCompiler for treating c++...Dylan Baker1-30/+60
2019-05-13Allow MSVC-style `cpp_eh` for backwards-compatibility purposesnicole mazzuca1-12/+22
2019-05-10compilers: make keyword args to Compiler.compile keyword onlyDylan Baker1-1/+1
2019-05-05Merge pull request #5339 from dcbaker/clikeJussi Pakkanen1-37/+47
2019-05-05add -fno-exceptions if cpp_eh=none is specified nicole mazzuca1-8/+38
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker1-33/+50
2019-05-02Revert "detect Intel ICL on windows"Dylan Baker1-8/+1
2019-05-02Merge pull request #4952 from mensinda/cacheCompilesDylan Baker1-5/+6
2019-05-02Add some type annotations and fix lintsJohn Ericson1-1/+0