Age | Commit message (Expand) | Author | Files | Lines |
2019-01-29 | correct naming to CudaCompiler, pep8 | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-01-27 | BUGFIX: broken/missing Fortran code/unit tests | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-01-21 | All the fixes needed to make work against current master. | Jussi Pakkanen | 1 | -4/+15 |
2019-01-21 | added cuda compiler | Beau Johnston | 1 | -1/+10 |
2019-01-21 | Add PGI C and C++ compilers (#4803) | Michael Hirsch, Ph.D | 1 | -7/+45 |
2019-01-16 | FlangFortranCompiler inherit ClangCompiler | Michael Hirsch, Ph.D | 1 | -25/+0 |
2019-01-16 | better handle link args: PGI and Flang | Michael Hirsch, Ph.D | 1 | -2/+8 |
2019-01-16 | Flang Fortran compiler added. | Michael Hirsch, Ph.D | 1 | -0/+23 |
2019-01-15 | restore PGI compile functioning | Michael Hirsch, Ph.D | 1 | -0/+21 |
2019-01-06 | Absolute path generation refactoring | Daniel Mensinger | 1 | -0/+31 |
2019-01-02 | Remove cross_info; cross file is parsed up front and discarded | John Ericson | 1 | -7/+4 |
2019-01-02 | Handle strings in cross file args. Closes #4671. | Jussi Pakkanen | 1 | -2/+2 |
2018-12-21 | Merge pull request #4573 from jon-turney/msys2-clang | Jussi Pakkanen | 1 | -5/+4 |
2018-12-16 | compilers/icc: Add even more diag-errors to actually error on | Dylan Baker | 1 | -0/+4 |
2018-12-09 | Windows clang supports `-mwindows` to set subsystem | Jon Turney | 1 | -5/+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 | 1 | -0/+3 |
2018-11-15 | compilers: Move get_allow_undefined_link_args to Compiler | Dylan Baker | 1 | -0/+14 |
2018-11-15 | compilers: ICC should error when an unknown __attribute__ is tested | Dylan Baker | 1 | -0/+1 |
2018-11-15 | compilers: Enable PGO for ICC | Dylan Baker | 1 | -5/+24 |
2018-11-15 | compilers: fix compiler.compile for Intel Compilers | Dylan Baker | 1 | -4/+15 |
2018-11-15 | compilers: Fix the set of features that ICC exposes | Dylan Baker | 1 | -1/+8 |
2018-11-13 | compilers: Use keyword only arguments for compiler interfaces | Dylan Baker | 1 | -4/+5 |
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 | 1 | -1/+121 |
2018-11-03 | Add new compiler.get_argument_syntax method | Dylan Baker | 1 | -0/+14 |
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 | 1 | -2/+2 |
2018-10-28 | get_base_compile_args: Add -fprofile-correction to -fprofile-use | Jan Alexander Steffens (heftig) | 1 | -2/+2 |
2018-10-26 | add implib support for ArmclangCompiler (#4420) | pbl | 1 | -0/+14 |
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 | 1 | -26/+32 |
2018-10-07 | Adding "compiler_type" flag to ARM compilers. | Mohammed Amer Khalidi | 1 | -3/+7 |
2018-10-01 | msvc: Don't use /O3 with MSVC | Martin Storsjö | 1 | -1/+1 |
2018-09-23 | linker flags --as-needed and --no-undefined aren't meaningful for PE | Jon Turney | 1 | -2/+4 |
2018-09-21 | Updating compilers.py to add functions - get_optimization_args, get_debug_arg... | Mohammed Amer Khalidi | 1 | -0/+28 |
2018-09-19 | Fix setting `-Doptimization` breaking build | David Seifert | 1 | -2/+19 |
2018-09-17 | ICC does not support `-Og` | David Seifert | 1 | -1/+1 |
2018-09-17 | Abstract shared GCC/Clang/ICC methods in GnuLikeCompiler | David Seifert | 1 | -159/+84 |
2018-09-16 | Fix ICC on macOS | David Seifert | 1 | -2/+17 |
2018-09-16 | Fix GCC on macOS | David Seifert | 1 | -4/+12 |
2018-09-16 | Use enum instead of `int` for compiler variants | David Seifert | 1 | -68/+69 |
2018-09-11 | Sprinkle functools.lru_cache() in a few more places | Nirbheek Chauhan | 1 | -5/+5 |
2018-09-07 | Add method to check for C/C++ function attributes | Dylan Baker | 1 | -0/+4 |
2018-08-29 | Improve support for macOS dylib versioning | Nirbheek Chauhan | 1 | -15/+15 |
2018-08-28 | Deduplicate build-tree RPATHs on macOS | David Seifert | 1 | -2/+4 |
2018-08-28 | CompilerArgs: -Wl,-lfoo is also a valid way to pass a library | Nirbheek Chauhan | 1 | -2/+2 |