369 Commits (7ec3af95e5b93845e5d757bfc3b8bab53ce895b1)

Author SHA1 Message Date
Jussi Pakkanen 7ec3af95e5
Updated linker MR (#6407) 5 years ago
Dylan Baker 47dfe34c85 Consider compiler arguments in linker detection logic 5 years ago
Dylan Baker 87766b3727 Allow setting <lang>_args before the compiler is detected 5 years ago
Jussi Pakkanen 63bea704dd Clean stray .o file that LDC creates during tests. 5 years ago
Dylan Baker d856118006 environment: Fix selecting the linker with rustc 5 years ago
Dylan Baker 8091b4c744 Intel: Dump worthless Xild abstractions 5 years ago
Dylan Baker 0ae911d893 environment: Add a special error case for getting GNU link.exe 5 years ago
Dylan Baker ab5ea9e8b6 environment: unify platform detection logic 5 years ago
Dylan Baker 8761ca7b7d environment: Remove duplicate argument from _guess_nix_linker 5 years ago
Dylan Baker ef9aeb188e Allow selecting the dynamic linker 5 years ago
Dylan Baker 5a83cb0d33 Fix detection of D linker in MSVC environments 5 years ago
Luca Bacci 2362bdbbf9 Fix regular expression for MSVC target arch detection 5 years ago
Eric Le Bihan 815563841a Fix cross-compilation of D programs 5 years ago
Jan Tojnar 3a050093a4 environment: Only check compiler basename for compiler name 5 years ago
Luca Bacci ad20067ed2 Raise an exception if we cannot detect the MSVC compiler target architecture 5 years ago
Wolfgang Stöggl f037e7ef45 Fix typos found by codespell 5 years ago
Aleksey Gurtovoy 48e6db89ab Ask Ninja to expand rsp files in compile_commands.json 5 years ago
Michael Hirsch, Ph.D 50225c14e2
fix PGI Windows 'ar' linker 5 years ago
Michael Hirsch, Ph.D 9c1bab67af
bugfix: fortran compiler assertionerror from 0c22798 5 years ago
GoaLitiuM 4f83c47880 d: Prefer MSVC and LLVM linker over optlink when available 5 years ago
Matt Turner 7685d49b04 environment: Add missing space between words 5 years ago
Dylan Baker b268327166 environment: Fix detection of xild with icc 5 years ago
Michael Hirsch, Ph.D 17f766105f intel-cl: correct argument order 5 years ago
Michael Hirsch, Ph.D 508662f277 BUGFIX: environment.py CudaCompiler missing info arg 5 years ago
Dylan Baker 65fc4149c5 environment: Detect sun4u and sun4v as sparc64 5 years ago
Dylan Baker afbed79baa compilers: replace uses of mesonlib.is_<os>() with self.info.is_<os>() 5 years ago
Dylan Baker 0c22798b1a compilers: replace CompilerType with MachineInfo 5 years ago
Dylan Baker ff4a17dbef compilers: Add a specific type for AppleClangC 5 years ago
Jussi Pakkanen 0b4d1e8afd Cross build is defined by the existance of a cross file. 5 years ago
Olexa Bilaniuk 2057ffccc3 Correct obviously-wrong test for gold linker. 5 years ago
Ting-Wei Lan 24bd029437 environment: LLVM 9 is now a stable release 5 years ago
Ting-Wei Lan 0390b673f1 Find clang-format with alternative names 5 years ago
Ting-Wei Lan 08ce1fb541 Move the list of LLVM version suffixes to a common place 5 years ago
Andrei Alexeyev 3fd460bce7 Fix GNU-like LLD being misdetected as MSVC-like LLD 5 years ago
Ting-Wei Lan 74d5136e59 environment: Don't make special case for scan-build on Linux 5 years ago
Aleksey Gurtovoy 6ac5db50c9 CUDA support on Windows 5 years ago
Gabriel Ganne e7197895b2 uniform scan-build detection process 5 years ago
Alan Coopersmith 3d74987c81 compilers: Recognize Solaris 11.4 linker 5 years ago
Andrei Alexeyev d768a76ab2 Workaround for mingw-llvm linker (lld) misdetection 5 years ago
Dylan Baker 15f8165bde environment: merge successive is_windows blocks 5 years ago
Dylan Baker 52aba19b17 environment: gcc/g++ and clang/clang++ are valid objc/objc++ compilers to try 5 years ago
Alan Coopersmith e5a67b4248 If ar is unrecognized, try gar for GNU ar 5 years ago
Aleksey Gurtovoy 75daed27bc mesonlib.split_args/quote_arg/join_args 5 years ago
Michael Hirsch, Ph.D c8d380e4ef
PGI: use ar link wrapper on Windows 5 years ago
Kramer Peace caec875fe1 Create CUDA linker with CUDA compiler 5 years ago
Kramer Peace fb9a5ce867 Add a CUDA linker object 5 years ago
Dylan Baker cf55cd5c92 environment: clang uses lld-link or link.exe on windows 5 years ago
Dylan Baker 0efab591da compilers: Move the compiler argument to proxy linker flags to the compiler class 5 years ago
Nirbheek Chauhan a107eab294 environment: Fix detection of MSVC arch on arm64 5 years ago
nia 246b49fe75 Support NetBSD aarch64 and earm. 5 years ago