Age | Commit message (Expand) | Author | Files | Lines |
2018-12-16 | compilers/icc: Add even more diag-errors to actually error on | Dylan Baker | 1 | -0/+4 |
2018-12-09 | Reinstate "compilers/c: Fix allow undefined link arg for PE/COFF" | Martin Storsjö | 1 | -0/+3 |
2018-12-06 | Deduplicate export-dynamic and pthread. Closes #4567. | Jussi Pakkanen | 1 | -1/+15 |
2018-11-27 | Remove linkerlike args from compile checks. Closes #4542. | Jussi Pakkanen | 2 | -1/+10 |
2018-11-19 | Fix flake8 'imported but unused' reports | Jon Turney | 2 | -2/+0 |
2018-11-17 | Merge pull request #4359 from dcbaker/icc-fixes | Dylan Baker | 4 | -43/+87 |
2018-11-17 | Guard against broken lib paths returned by gcc. | Jussi Pakkanen | 1 | -3/+6 |
2018-11-15 | compilers: quiet ICC messages about pch | Dylan Baker | 1 | -1/+1 |
2018-11-15 | compilers/fortran: pass -module ${path} instead of -module${path} | Dylan Baker | 1 | -1/+1 |
2018-11-15 | ifort: ifort needs to have -lifcore like gfotran needs -lgfortran | Dylan Baker | 1 | -0/+3 |
2018-11-15 | compilers: Move get_allow_undefined_link_args to Compiler | Dylan Baker | 3 | -29/+20 |
2018-11-15 | compilers: ICC should error when an unknown __attribute__ is tested | Dylan Baker | 1 | -0/+1 |
2018-11-15 | compilers: Set the correct values for undefined modules on apple with icc | Dylan Baker | 1 | -1/+5 |
2018-11-15 | compilers: Add ICC setting for get_allow_undefined_link_args | Dylan Baker | 1 | -0/+2 |
2018-11-15 | compilers: Enable PGO for ICC | Dylan Baker | 1 | -5/+24 |
2018-11-15 | fortran: ifort doesn't have -pipe | Dylan Baker | 1 | -0/+6 |
2018-11-15 | compilers: fix compiler.compile for Intel Compilers | Dylan Baker | 2 | -8/+19 |
2018-11-15 | compilers/c_function_attributes: fix for ICC | Dylan Baker | 1 | -4/+4 |
2018-11-15 | compilers: Fix the set of features that ICC exposes | Dylan Baker | 1 | -1/+8 |
2018-11-15 | Store unexpanded library directory paths. Closes #4392. | Jussi Pakkanen | 1 | -3/+16 |
2018-11-13 | compilers: Use keyword only arguments for compiler interfaces | Dylan Baker | 5 | -49/+76 |
2018-11-08 | Add prefix option for link args | Phillip Cao | 1 | -0/+6 |
2018-11-08 | Add support for Renesas CC-RX toolchain | Phillip Cao | 4 | -1/+199 |
2018-11-04 | Use lld-link with clang-cl | Jon Turney | 1 | -1/+6 |
2018-11-04 | Qualify checks of self.version by self.id in VisualStudioC/CPPCompiler | Jon Turney | 2 | -10/+17 |
2018-11-04 | Teach VisualStudioCCompiler.get_pch_use_args() to handle clang-cl | Jon Turney | 1 | -0/+2 |
2018-11-04 | Teach VisualStudioCCompiler.has_arguments() about clang-cl | Jon Turney | 1 | -0/+2 |
2018-11-04 | Only add link arguments when needed in Compiler object methods | Jon Turney | 2 | -0/+4 |
2018-11-04 | Detect clang-cl as msvc-like, not clang-like | Jon Turney | 3 | -4/+16 |
2018-11-03 | Add new compiler.get_argument_syntax method | Dylan Baker | 2 | -0/+17 |
2018-10-30 | Hoist gen_vs_module_defs_args from Gnu to GnuLike. | Josh Gao | 1 | -10/+10 |
2018-10-30 | Generalize gnulike-targeting-windows checks. | Josh Gao | 3 | -6/+6 |
2018-10-28 | get_base_compile_args: Add -fprofile-correction to -fprofile-use | Jan Alexander Steffens (heftig) | 1 | -2/+2 |
2018-10-27 | add support for `/permissive-` | Nicole Mazzuca | 1 | -8/+21 |
2018-10-26 | add implib support for ArmclangCompiler (#4420) | pbl | 1 | -0/+14 |
2018-10-25 | compilers/c: Fix allow undefined link arg for PE/COFF | Marvin Scholz | 1 | -0/+3 |
2018-10-22 | add cpp_std support for MSVC | Nicole Mazzuca | 1 | -3/+34 |
2018-10-20 | Order rpaths so that internal ones come first. | Jussi Pakkanen | 1 | -1/+17 |
2018-10-20 | Keep absolute rpaths to libraries outside the build dir. | Jussi Pakkanen | 1 | -10/+13 |
2018-10-20 | Add 'b_pie' compiler option | Xavier Claessens | 1 | -1/+22 |
2018-10-14 | Use relative build-tree RPATHs on macOS | David Seifert | 2 | -30/+33 |
2018-10-13 | Added .so to list possible darwin dynamic library suffixes (#4364) | gsobala | 1 | -1/+1 |
2018-10-07 | d: Allow static library to be passed with -L to dmd/ldc | Matthias Klumpp | 1 | -2/+6 |
2018-10-07 | Adding "compiler_type" flag to ARM compilers. | Mohammed Amer Khalidi | 3 | -11/+15 |
2018-10-03 | Verify library directories as either 32-bit or 64-bit | Bruce Richardson | 1 | -4/+47 |
2018-10-02 | Merge pull request #4051 from GoaLitiuM/d-debug | Jussi Pakkanen | 1 | -3/+47 |
2018-10-01 | msvc: Don't use /O3 with MSVC | Martin Storsjö | 1 | -1/+1 |
2018-10-01 | compilers/c: don't return -pthread for MacOS with any compiler | Dylan Baker | 1 | -12/+2 |
2018-09-28 | compilers: Do not use -pthread with clang for darwin | Marvin Scholz | 1 | -0/+10 |
2018-09-27 | Add conditional debug identifiers for D compilers, and enable for debug builds | GoaLitiuM | 1 | -3/+47 |