102 Commits (06dfcd7de579832e223e83d16d6a7c8dde24f6d1)

Author SHA1 Message Date
Michael c53b637959 switch python2 %s for python3 .format 5 years ago
John Ericson 278c294aa4 Compiler options per lang 5 years ago
Dylan Baker 8bdc5c2dd5 environment: "power machintosh" is ppc 5 years ago
Martin Storsjö b3fe9fa5d8
Clarify a workaround for older versions of LLD for MinGW (#6836) [skip ci] 5 years ago
John Ericson 3a4388e51d Fix legacy env var support with cross 5 years ago
alanNz 7460292810 -Add xc16 and c2000 C,Cpp toolchain support 5 years ago
Andrei Alexeyev b521c65de6 Fix bogus parameter passed to LLVMDynamicLinker (llvm-mingw regression) 5 years ago
Luca Bacci 1bd1f98086 Improve regular expression for MSVC compiler target arch detection 5 years ago
Dylan Baker 23b5f9b351 linkers: Allow optlink to be invoked indirectly 5 years ago
Dylan Baker fe86c594c6 Allow invoking the linker directly through dmd 5 years ago
Dylan Baker 1fe153a3a5 Allow invoking link.exe and lld-link.exe through ldc2 5 years ago
Dylan Baker 175f12ac89 environment: Strip 'el' from the end of mips architectures 5 years ago
Jan Alexander Steffens (heftig) 2ba8fe6af0 environment: Fix construction of CudaLinker 5 years ago
Dylan Baker 654f427759 compilers/linkers: Add a representation for wasm-ld 5 years ago
Nirbheek Chauhan be486a2ec8 ninjabackend: List PDBs in output list for targets 5 years ago
Dylan Baker 48f3e72493 linkers: Update the linker names to be more consistent 5 years ago
Michael Hirsch, Ph.D c2e6565029
add meson.get_native_property for native files 5 years ago
Dylan Baker 7097d8a021 environment: Handle cases of no cs compiler being installed correctly 5 years ago
Dylan Baker 97dd522476 environment: Be stricter about detecting icl 5 years ago
makise-homura ee6c2c87fc Bringing back defines in Elbrus C compiler to simplify environment.py 5 years ago
makise-homura 7ca53e40a3 ObjC/ObjC++ compilers are not available for Elbrus, so don't fail 5 years ago
makise-homura 7321cc776a Fix missing 'defines' argumet for Elbrus compiler 5 years ago
Dylan Baker a55e3434c5 environment: Fix initialization of compilers that don't use a 5 years ago
Dylan Baker 255fa5a320 tests: Add a test case for finding ld 5 years ago
Dylan Baker 730a7b296f environment: Replace LD with <LANG>LD 5 years ago
Daniel Mensinger 09b53c534f types: import typing as T (fixes #6333) 5 years ago
Dylan Baker a8caf988c6 environment: Fix detection of icc on macOS 5 years ago
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