| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Generalize gnulike-targeting-windows checks. | Josh Gao | 2018-10-30 | 1 | -2/+2 |
* | get_base_compile_args: Add -fprofile-correction to -fprofile-use | Jan Alexander Steffens (heftig) | 2018-10-28 | 1 | -2/+2 |
* | add implib support for ArmclangCompiler (#4420) | pbl | 2018-10-26 | 1 | -0/+14 |
* | Order rpaths so that internal ones come first. | Jussi Pakkanen | 2018-10-20 | 1 | -1/+17 |
* | Keep absolute rpaths to libraries outside the build dir. | Jussi Pakkanen | 2018-10-20 | 1 | -10/+13 |
* | Add 'b_pie' compiler option | Xavier Claessens | 2018-10-20 | 1 | -1/+22 |
* | Use relative build-tree RPATHs on macOS | David Seifert | 2018-10-14 | 1 | -26/+32 |
* | Adding "compiler_type" flag to ARM compilers. | Mohammed Amer Khalidi | 2018-10-07 | 1 | -3/+7 |
* | msvc: Don't use /O3 with MSVC | Martin Storsjö | 2018-10-01 | 1 | -1/+1 |
* | linker flags --as-needed and --no-undefined aren't meaningful for PE | Jon Turney | 2018-09-23 | 1 | -2/+4 |
* | Updating compilers.py to add functions - get_optimization_args, get_debug_arg... | Mohammed Amer Khalidi | 2018-09-21 | 1 | -0/+28 |