aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-14Merge pull request #5331 from dcbaker/iclJussi Pakkanen28-119/+343
2019-05-13FAQ: Add an entry about the library naming scheme with MSVC [skip ci]Nirbheek Chauhan1-0/+34
2019-05-13docs/markdown: add snippet for intel-cl supportDylan Baker1-0/+13
2019-05-13docs/reference-table: Add intel-clDylan Baker1-23/+24
2019-05-13environment: search for icl and ifort before cl and goftranDylan Baker1-3/+8
2019-05-13environment: Add search for ICLDylan Baker1-0/+17
2019-05-13compilers/clike: ICL needs msvc workarounds in has_functionDylan Baker2-2/+2
2019-05-13compilers: Add basic ICL abstractionsDylan Baker5-2/+128
2019-05-13modules/windows: ICL uses rc, not windresDylan Baker1-1/+1
2019-05-13backends/ninja: Ifort is msvc-like but doesn't have showincludesDylan Baker1-0/+4
2019-05-13build: Treat ICL like MSVC in regards to standard lib linkingDylan Baker1-1/+1
2019-05-13compilers: ICL is not GCC likeDylan Baker1-2/+2
2019-05-13compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker6-14/+14
2019-05-13compilers: Split msvc version code into helperDylan Baker1-10/+13
2019-05-13linkers: Add linker class for intel's xilibDylan Baker2-2/+12
2019-05-13linkers: Split Visual Studio Linker into a mixinDylan Baker1-4/+9
2019-05-13compilers/cpp: Split code out of VisualStudioLikeCPPCompiler for treating c++...Dylan Baker1-30/+60
2019-05-13ast: fix #5376Daniel Mensinger4-4/+18
2019-05-13Allow MSVC-style `cpp_eh` for backwards-compatibility purposesnicole mazzuca1-12/+22
2019-05-13unittests: adapt pkg-config test for OpenBSDAntoine Jacoutot1-2/+8
2019-05-13This is the fork "sneyx1234/meson" of the current git "mesonbuild/meson" head...Simon Ney2-0/+6
2019-05-12Force pkgconfig to UTF-8myd73491-1/+1
2019-05-12Add entry for random design points. [skip ci]Jussi Pakkanen1-0/+13
2019-05-10compilers: make keyword args to Compiler.compile keyword onlyDylan Baker3-4/+4
2019-05-10run_unittests: assume that on windows that intel means iclDylan Baker1-0/+4
2019-05-10run_unittests: intel-cl links like msvcDylan Baker1-1/+2
2019-05-10run_unittests: Don't assume that VS like compilers have MSVC versionsDylan Baker1-1/+1
2019-05-10run_unittests: ICL also doesn't do proper resource dependency detectionDylan Baker1-1/+1
2019-05-10tests/fortran/14: Add vsdef filesDylan Baker2-1/+3
2019-05-10tests/fortran/9 cpp: It's okay to link ICL and ifortDylan Baker1-1/+1
2019-05-10tests/fortran/1: call compiler.get_id() == str instead of compiler == strDylan Baker1-1/+1
2019-05-10tests/204: Fix intel-cl expectationsDylan Baker1-2/+2
2019-05-10tests/206: Fix intel vs intel-cl expectationsDylan Baker1-8/+2
2019-05-10tests/143: Add xilib check for ICLDylan Baker1-0/+2
2019-05-10tests/132: ICL should not run this test like MSVC and clang-clDylan Baker1-1/+1
2019-05-10tests/124: ICL alos does not use ASMDylan Baker1-1/+1
2019-05-10tests/123: Add /nologo to cl and mlDylan Baker1-2/+2
2019-05-10tests/123: For MSVC like compilers to treat the .S file like a .c fileDylan Baker1-1/+2
2019-05-10tests/common/40: ICL behaves like MSVC and should be tested like itDylan Baker1-1/+1
2019-05-10test cases: Add ICL branches in addition to ICC branchesDylan Baker2-2/+8
2019-05-09add support for "target_type: 'shared_module'" in build_target()Daniel Eklöf7-1/+56
2019-05-09Better detection of tab indentation.Jussi Pakkanen2-11/+12
2019-05-05Add white border to logo used on web pages. [skip ci]Jussi Pakkanen1-0/+0
2019-05-05Merge pull request #5339 from dcbaker/clikeJussi Pakkanen12-1739/+1627
2019-05-05fix error when show default config of listClouds1-1/+1
2019-05-05add -fno-exceptions if cpp_eh=none is specified nicole mazzuca3-16/+49
2019-05-05Fix an assertion exception when misusing install_dataJon Turney4-1/+28
2019-05-04Update Users.md [skip ci] (#5358)Amit D1-0/+3
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker12-1698/+1620
2019-05-03Merge pull request #5185 from mensinda/cmakeLLVMDylan Baker7-26/+220