| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Cache compile results in coredata | Daniel Mensinger | 2019-04-28 | 1 | -8/+13 |
* | | better default order for fotran compiler search | Michael Hirsch, Ph.D | 2019-04-27 | 1 | -4/+11 |
|/ |
|
* | Don't use len() to test for container emptiness | Dylan Baker | 2019-04-25 | 1 | -1/+1 |
* | Use individual entries for '-Wl,-rpath-link' | Fernando Ramos | 2019-04-22 | 1 | -6/+12 |
* | Merge pull request #5250 from jon-turney/test-compiler-report | Jussi Pakkanen | 2019-04-20 | 1 | -0/+6 |
|\ |
|
| * | Push formatting of compiler version string down into Compiler class | Jon Turney | 2019-04-12 | 1 | -0/+6 |
* | | Making number of arguments consistent in get_library_dirs | makise-homura | 2019-04-19 | 1 | -1/+1 |
|/ |
|
* | Use LDFLAGS only on languages that need it. Closes #5215. | Jussi Pakkanen | 2019-04-09 | 1 | -1/+12 |
* | compilers: Log difference between empty and absent env var | John Ericson | 2019-03-27 | 1 | -12/+19 |
* | Small cleanup to use_preproc_flags: | John Ericson | 2019-03-27 | 1 | -2/+2 |
* | Don't collect preprocssor flags separately from compiler flags | John Ericson | 2019-03-27 | 1 | -9/+11 |
* | compilers: n_debug=if-release and buildtype=plain should not enable assertions | Dylan Baker | 2019-03-26 | 1 | -1/+1 |
* | Fix setup so test suite runs with rustc + MSVC. Closes: 5099 | Jussi Pakkanen | 2019-03-24 | 1 | -1/+0 |
* | compilers: Try harder to dedup builtin libs | Nirbheek Chauhan | 2019-03-14 | 1 | -1/+7 |
* | Fix indent to please codestyle. | Antoine Jacoutot | 2019-03-11 | 1 | -3/+3 |
* | GnuLikeCompiler: don't set b_lundef by default on OpenBSD | Antoine Jacoutot | 2019-03-11 | 1 | -2/+4 |
* | Feed compiler Properties to get its options defaulted | John Ericson | 2019-02-27 | 1 | -9/+29 |
* | Add warning level zero | jml1795 | 2019-02-19 | 1 | -4/+7 |
* | Improve handling of gui_app | Andrei Alexeyev | 2019-02-18 | 1 | -2/+2 |
* | Remove get_cross_extra_flags | John Ericson | 2019-02-15 | 1 | -8/+0 |
* | BUGFIX: Fortran openmp | Michael Hirsch, Ph.D | 2019-02-13 | 1 | -13/+13 |
* | Never access environment.properties downstream | John Ericson | 2019-02-02 | 1 | -6/+9 |
* | correct naming to CudaCompiler, pep8 | Michael Hirsch, Ph.D | 2019-01-29 | 1 | -1/+1 |
* | BUGFIX: broken/missing Fortran code/unit tests | Michael Hirsch, Ph.D | 2019-01-27 | 1 | -1/+1 |
* | All the fixes needed to make work against current master. | Jussi Pakkanen | 2019-01-21 | 1 | -4/+15 |
* | added cuda compiler | Beau Johnston | 2019-01-21 | 1 | -1/+10 |
* | Add PGI C and C++ compilers (#4803) | Michael Hirsch, Ph.D | 2019-01-21 | 1 | -7/+45 |
* | FlangFortranCompiler inherit ClangCompiler | Michael Hirsch, Ph.D | 2019-01-16 | 1 | -25/+0 |
* | better handle link args: PGI and Flang | Michael Hirsch, Ph.D | 2019-01-16 | 1 | -2/+8 |
* | Flang Fortran compiler added. | Michael Hirsch, Ph.D | 2019-01-16 | 1 | -0/+23 |
* | restore PGI compile functioning | Michael Hirsch, Ph.D | 2019-01-15 | 1 | -0/+21 |
* | Absolute path generation refactoring | Daniel Mensinger | 2019-01-06 | 1 | -0/+31 |
* | Remove cross_info; cross file is parsed up front and discarded | John Ericson | 2019-01-02 | 1 | -7/+4 |
* | Handle strings in cross file args. Closes #4671. | Jussi Pakkanen | 2019-01-02 | 1 | -2/+2 |
* | Merge pull request #4573 from jon-turney/msys2-clang | Jussi Pakkanen | 2018-12-21 | 1 | -5/+4 |
|\ |
|
| * | Windows clang supports `-mwindows` to set subsystem | Jon Turney | 2018-12-09 | 1 | -5/+4 |
* | | compilers/icc: Add even more diag-errors to actually error on | Dylan Baker | 2018-12-16 | 1 | -0/+4 |
|/ |
|
* | Reinstate "compilers/c: Fix allow undefined link arg for PE/COFF" | Martin Storsjö | 2018-12-09 | 1 | -0/+3 |
* | Deduplicate export-dynamic and pthread. Closes #4567. | Jussi Pakkanen | 2018-12-06 | 1 | -1/+15 |
* | Remove linkerlike args from compile checks. Closes #4542. | Jussi Pakkanen | 2018-11-27 | 1 | -0/+3 |
* | compilers: Move get_allow_undefined_link_args to Compiler | Dylan Baker | 2018-11-15 | 1 | -0/+14 |
* | compilers: ICC should error when an unknown __attribute__ is tested | Dylan Baker | 2018-11-15 | 1 | -0/+1 |
* | compilers: Enable PGO for ICC | Dylan Baker | 2018-11-15 | 1 | -5/+24 |
* | compilers: fix compiler.compile for Intel Compilers | Dylan Baker | 2018-11-15 | 1 | -4/+15 |
* | compilers: Fix the set of features that ICC exposes | Dylan Baker | 2018-11-15 | 1 | -1/+8 |
* | compilers: Use keyword only arguments for compiler interfaces | Dylan Baker | 2018-11-13 | 1 | -4/+5 |
* | Add prefix option for link args | Phillip Cao | 2018-11-08 | 1 | -0/+6 |
* | Add support for Renesas CC-RX toolchain | Phillip Cao | 2018-11-08 | 1 | -1/+121 |
* | Add new compiler.get_argument_syntax method | Dylan Baker | 2018-11-03 | 1 | -0/+14 |
* | Hoist gen_vs_module_defs_args from Gnu to GnuLike. | Josh Gao | 2018-10-30 | 1 | -10/+10 |