7594 Commits (285db6637dd1884df4b7eb290ba9ef0b50fa0baa)
 

Author SHA1 Message Date
Dylan Baker 285db6637d interpreter: annotate the Test class 6 years ago
Dylan Baker df44c86b2f mtest: precompile regular expressions 6 years ago
Dylan Baker 5dca885c5c mtest: reorder imports 6 years ago
Jussi Pakkanen 7b8ef78bc0
Merge pull request #5331 from dcbaker/icl 6 years ago
Nirbheek Chauhan b849f6f935 FAQ: Add an entry about the library naming scheme with MSVC [skip ci] 6 years ago
Dylan Baker 523c7beefc docs/markdown: add snippet for intel-cl support 6 years ago
Dylan Baker be88945ee3 docs/reference-table: Add intel-cl 6 years ago
Dylan Baker b557d00f90 environment: search for icl and ifort before cl and goftran 6 years ago
Dylan Baker 7e4b2f5758 environment: Add search for ICL 6 years ago
Dylan Baker f5ea341319 compilers/clike: ICL needs msvc workarounds in has_function 6 years ago
Dylan Baker fa54f05f09 compilers: Add basic ICL abstractions 6 years ago
Dylan Baker de011e031c modules/windows: ICL uses rc, not windres 6 years ago
Dylan Baker b935359978 backends/ninja: Ifort is msvc-like but doesn't have showincludes 6 years ago
Dylan Baker 94591ce7b0 build: Treat ICL like MSVC in regards to standard lib linking 6 years ago
Dylan Baker c916024b41 compilers: ICL is not GCC like 6 years ago
Dylan Baker 080f59cf43 compilers: rename IntelCompiler to IntelGnuLikeCompiler 6 years ago
Dylan Baker 5fb64b0cfa compilers: Split msvc version code into helper 6 years ago
Dylan Baker 7d0e0d6f6e linkers: Add linker class for intel's xilib 6 years ago
Dylan Baker af19db7b40 linkers: Split Visual Studio Linker into a mixin 6 years ago
Dylan Baker 14fa3da33e compilers/cpp: Split code out of VisualStudioLikeCPPCompiler for treating c++11 as c++14 6 years ago
Daniel Mensinger cacc585b44 ast: fix #5376 6 years ago
nicole mazzuca 40ff089e69 Allow MSVC-style `cpp_eh` for backwards-compatibility purposes 6 years ago
Antoine Jacoutot e2f6f47fa3 unittests: adapt pkg-config test for OpenBSD 6 years ago
Simon Ney 81170a9cbe This is the fork "sneyx1234/meson" of the current git "mesonbuild/meson" head to converge it to the solaris 11.4 platform based on the sparcv9 and i386 processor architecture. 6 years ago
myd7349 5ede0f5ef0 Force pkgconfig to UTF-8 6 years ago
Jussi Pakkanen 1ff6a8b5d5 Add entry for random design points. [skip ci] 6 years ago
Dylan Baker cb70a20490 compilers: make keyword args to Compiler.compile keyword only 6 years ago
Dylan Baker dcfd918548 run_unittests: assume that on windows that intel means icl 6 years ago
Dylan Baker 3e82a4b517 run_unittests: intel-cl links like msvc 6 years ago
Dylan Baker 73eca8255b run_unittests: Don't assume that VS like compilers have MSVC versions 6 years ago
Dylan Baker c72fd1e333 run_unittests: ICL also doesn't do proper resource dependency detection 6 years ago
Dylan Baker ecc1f17f8e tests/fortran/14: Add vsdef files 6 years ago
Dylan Baker 23d2311d12 tests/fortran/9 cpp: It's okay to link ICL and ifort 6 years ago
Dylan Baker 0dc88487dd tests/fortran/1: call compiler.get_id() == str instead of compiler == str 6 years ago
Dylan Baker d3a1994031 tests/204: Fix intel-cl expectations 6 years ago
Dylan Baker 7d4e3d2589 tests/206: Fix intel vs intel-cl expectations 6 years ago
Dylan Baker 73d6bde9b6 tests/143: Add xilib check for ICL 6 years ago
Dylan Baker 43c1ab0d98 tests/132: ICL should not run this test like MSVC and clang-cl 6 years ago
Dylan Baker 86a8bf1148 tests/124: ICL alos does not use ASM 6 years ago
Dylan Baker c91e779d8b tests/123: Add /nologo to cl and ml 6 years ago
Dylan Baker dc564a71a3 tests/123: For MSVC like compilers to treat the .S file like a .c file 6 years ago
Dylan Baker ac5b1d1bc8 tests/common/40: ICL behaves like MSVC and should be tested like it 6 years ago
Dylan Baker 28aac9fc3b test cases: Add ICL branches in addition to ICC branches 6 years ago
Daniel Eklöf c2ee82cc41 add support for "target_type: 'shared_module'" in build_target() 6 years ago
Jussi Pakkanen b0f90a793f Better detection of tab indentation. 6 years ago
Jussi Pakkanen d31db565e1 Add white border to logo used on web pages. [skip ci] 6 years ago
Jussi Pakkanen 23f831a674
Merge pull request #5339 from dcbaker/clike 6 years ago
Clouds a0cf7ad3d8 fix error when show default config of list 6 years ago
nicole mazzuca 24d5c73b0a add -fno-exceptions if cpp_eh=none is specified 6 years ago
Jon Turney 261878f438 Fix an assertion exception when misusing install_data 6 years ago