summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)Author
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
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker
2019-05-02Revert "detect Intel ICL on windows"Dylan Baker
2019-05-02Merge pull request #4952 from mensinda/cacheCompilesDylan Baker
2019-05-02Add some type annotations and fix lintsJohn Ericson
2019-04-28Print '(cached)' when compiler result was cachedDaniel Mensinger
2019-04-27detect Intel ICL on windowsMichael Hirsch, Ph.D
2019-04-27better default order for fotran compiler searchMichael Hirsch, Ph.D
2019-04-19Fix indentationmakise-homura
2019-04-19Add -std= remap support for Elbrus compilermakise-homura
2019-04-19Handle cpp_debugstl option for Elbrus compilermakise-homura
2019-02-19Add warning level zerojml1795
2019-01-21Add PGI C and C++ compilers (#4803)Michael Hirsch, Ph.D
2018-12-06Store the target architecture for CL-like compilersJon Turney
2018-11-19Fix flake8 'imported but unused' reportsJon Turney
2018-11-13compilers: Use keyword only arguments for compiler interfacesDylan Baker
2018-11-08Add support for Renesas CC-RX toolchainPhillip Cao
2018-11-04Qualify checks of self.version by self.id in VisualStudioC/CPPCompilerJon Turney
2018-11-04Detect clang-cl as msvc-like, not clang-likeJon Turney
2018-10-30Generalize gnulike-targeting-windows checks.Josh Gao
2018-10-27add support for `/permissive-`Nicole Mazzuca
2018-10-22add cpp_std support for MSVCNicole Mazzuca
2018-10-07Adding "compiler_type" flag to ARM compilers.Mohammed Amer Khalidi
2018-09-17Abstract shared GCC/Clang/ICC methods in GnuLikeCompilerDavid Seifert