aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Fix MSVC /link argument ordering (#5598)Norbert Nemec1-19/+32
2019-07-10Make faster w defender atpCharlie Barto1-2/+2
2019-07-08Add (v)c++latest to VC_VERSION_MAPRobin Kertels1-0/+2
2019-07-07move Gnu-specific feature '--print-search-dirs' to GnuLikeCompilerNorbert Nemec2-51/+60
2019-07-05Fix unittests.Jussi Pakkanen1-1/+4
2019-07-05compilers: Add missing cflags when calling compiler in link modeMarvin Scholz1-10/+11
2019-07-05compilers: Fix missing cflags for function detectionMarvin Scholz1-4/+4
2019-07-05Improve performance with windows defender ATPCharlie Barto2-8/+8
2019-07-03Return zero in cross_sizeofAbhishek Pandit-Subedi1-0/+1
2019-06-27Fix two errors when cross-compiling with ValaJames Westman1-0/+3
2019-06-27sanitycheckc: avoid linking sanitycheckc when cross compilingCody Schafer2-6/+13
2019-06-24Merge pull request #5524 from scivision/icl_ifortDylan Baker1-13/+14
2019-06-25Split attribute visibilityDylan Baker1-2/+9
2019-06-24known Python 3.5 on windows workaround for subprocess(cwd=str(Path))Michael Hirsch, Ph.D1-1/+2
2019-06-24windows ifort can't do shared_library sanelyMichael Hirsch, Ph.D1-4/+2
2019-06-24correct missing argument for IntelClFortranCompilerMichael Hirsch, Ph.D1-9/+11
2019-06-23compilers: Fix bitcode and other options for objc codeNirbheek Chauhan2-2/+0
2019-06-22Increase logging for Rust CI failures.Jussi Pakkanen1-3/+11
2019-06-13compilers: Add logging for symbol prefix testMarvin Scholz1-0/+2
2019-06-13tvOS: added support AppleTVOSRoman Shpuntov1-3/+3
2019-06-12Solaris fixesKurtis Rader1-0/+2
2019-06-11compilers: armclang supports only cross-compilationsompen1-1/+1
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 Ericson14-182/+147
2019-06-09Use `env.machines.*` to avoid some `is_cross`John Ericson1-10/+11
2019-06-06compilers/c: Fix removal of name from Combo options for ICLDylan Baker1-1/+1
2019-05-16Fix path splitting in get_compiler_dirs() with GCC/clang on WindowsChristoph Reiter1-9/+21
2019-05-16compilers/fortran: Fix all has_argument methods in mesonDylan Baker1-0/+20
2019-05-15UserOption no longer has a name field.John Ericson3-57/+39
2019-05-14Merge pull request #5331 from dcbaker/iclJussi Pakkanen6-60/+219
2019-05-13compilers/clike: ICL needs msvc workarounds in has_functionDylan Baker1-1/+1
2019-05-13compilers: Add basic ICL abstractionsDylan Baker5-2/+128
2019-05-13compilers: ICL is not GCC likeDylan Baker1-2/+2
2019-05-13compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker5-13/+13
2019-05-13compilers: Split msvc version code into helperDylan Baker1-10/+13
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-13This is the fork "sneyx1234/meson" of the current git "mesonbuild/meson" head...Simon Ney1-0/+3
2019-05-10compilers: make keyword args to Compiler.compile keyword onlyDylan Baker3-4/+4
2019-05-05Merge pull request #5339 from dcbaker/clikeJussi Pakkanen8-1700/+1605
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 Baker8-1686/+1608
2019-05-02Revert "detect Intel ICL on windows"Dylan Baker3-18/+1
2019-05-02Merge pull request #4952 from mensinda/cacheCompilesDylan Baker7-89/+114
2019-05-02Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen2-3/+3
2019-05-02per-target manual specification of link_languageMichael Hirsch, Ph.D1-1/+3
2019-05-02Add some type annotations and fix lintsJohn Ericson1-1/+0
2019-04-29Fix builtin variable namesDaniel Mensinger1-2/+2
2019-04-29Fix blind exceptionsDaniel Mensinger1-1/+1
2019-04-28Moved caching into a seperate functionDaniel Mensinger4-31/+45