summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)Author
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
2018-09-16Fix ICC on macOSDavid Seifert
2018-09-16Use enum instead of `int` for compiler variantsDavid Seifert
2018-09-07Add method to check for C/C++ function attributesDylan Baker
2018-08-29Make `-std=` fallback remapping more robustDavid Seifert
2018-08-20Remap -std=c++14 dialect names for older compilersDavid Seifert
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen
2018-08-09Add support for c++2a and gnu++2aZachary Michaels
2018-07-13Avoid concatenating two options in listThomas Hindoe Paaboel Andersen
2018-06-21Added ARMCLANG compiler support for C/C++ (#3717)Vasu Penugonda
2018-06-06Fix issues found by flake8Xavier Claessens
2018-06-06Compilers: Chain-up to parent class in get_options()Xavier Claessens
2018-05-02Can combine D and C++ in a single target. Closes #3125.Jussi Pakkanen
2018-04-16Add has_link_argument() and friendsXavier Claessens
2018-04-16VisualStudioCPPCompiler: Fix -fpermissive still being addedXavier Claessens
2018-04-16Merged Arm CC support.Jussi Pakkanen
2018-04-15Merge pull request #3115 from makise-homura/e2k-lcc-supportJussi Pakkanen
2018-03-31Fix for issue in cpp.pySomasekhar Penugonda
2018-03-27Updates to CPP support and update review changesSomasekhar Penugonda
2018-03-21Fixed lchmod detection for lcc C/C++ compilersmakise-homura
2018-03-19Fixed indentation and space issues found by SideCImakise-homura
2018-03-19Added Elbrus lcc compilers support as inheritance from gcc onesmakise-homura