aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-28Print '(cached)' when compiler result was cachedDaniel Mensinger1-5/+6
2019-04-27detect Intel ICL on windowsMichael Hirsch, Ph.D1-1/+8
2019-04-27better default order for fotran compiler searchMichael Hirsch, Ph.D1-2/+2
2019-04-19Fix indentationmakise-homura1-3/+3
2019-04-19Add -std= remap support for Elbrus compilermakise-homura1-2/+2
2019-04-19Handle cpp_debugstl option for Elbrus compilermakise-homura1-2/+5
2019-02-19Add warning level zerojml17951-4/+8
2019-01-21Add PGI C and C++ compilers (#4803)Michael Hirsch, Ph.D1-0/+8
2018-12-06Store the target architecture for CL-like compilersJon Turney1-4/+4
2018-11-19Fix flake8 'imported but unused' reportsJon Turney1-1/+0
2018-11-13compilers: Use keyword only arguments for compiler interfacesDylan Baker1-5/+10
2018-11-08Add support for Renesas CC-RX toolchainPhillip Cao1-0/+29
2018-11-04Qualify checks of self.version by self.id in VisualStudioC/CPPCompilerJon Turney1-7/+10
2018-11-04Detect clang-cl as msvc-like, not clang-likeJon Turney1-1/+5
2018-10-30Generalize gnulike-targeting-windows checks.Josh Gao1-2/+2
2018-10-27add support for `/permissive-`Nicole Mazzuca1-8/+21
2018-10-22add cpp_std support for MSVCNicole Mazzuca1-3/+34
2018-10-07Adding "compiler_type" flag to ARM compilers.Mohammed Amer Khalidi1-4/+4
2018-09-17Abstract shared GCC/Clang/ICC methods in GnuLikeCompilerDavid Seifert1-4/+0
2018-09-16Fix ICC on macOSDavid Seifert1-4/+15
2018-09-16Use enum instead of `int` for compiler variantsDavid Seifert1-12/+12
2018-09-07Add method to check for C/C++ function attributesDylan Baker1-0/+6
2018-08-29Make `-std=` fallback remapping more robustDavid Seifert1-11/+54
2018-08-20Remap -std=c++14 dialect names for older compilersDavid Seifert1-2/+10
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen1-1/+1
2018-08-09Add support for c++2a and gnu++2aZachary Michaels1-4/+4
2018-07-13Avoid concatenating two options in listThomas Hindoe Paaboel Andersen1-1/+1
2018-06-21Added ARMCLANG compiler support for C/C++ (#3717)Vasu Penugonda1-0/+29
2018-06-06Fix issues found by flake8Xavier Claessens1-1/+0
2018-06-06Compilers: Chain-up to parent class in get_options()Xavier Claessens1-29/+35
2018-05-02Can combine D and C++ in a single target. Closes #3125.Jussi Pakkanen1-0/+6