Age | Commit message (Expand) | Author | Files | Lines |
2019-03-11 | GnuLikeCompiler: don't set b_lundef by default on OpenBSD | Antoine Jacoutot | 1 | -2/+4 |
2019-03-11 | Fix _get_patterns on OpenBSD | Antoine Jacoutot | 1 | -1/+2 |
2019-02-28 | Fix nvcc error with threads dependency (4999) | John M. Lindemon | 1 | -1/+4 |
2019-02-27 | Feed compiler Properties to get its options defaulted | John Ericson | 1 | -9/+29 |
2019-02-24 | Solve NVCC -Werror problem. | Olexa Bilaniuk | 1 | -1/+1 |
2019-02-24 | Rework CUDA sanity check. | Olexa Bilaniuk | 1 | -69/+81 |
2019-02-19 | Add warning level zero | jml1795 | 8 | -27/+53 |
2019-02-18 | d: Translate the -isystem flag for LDC and DMD | Matthias Klumpp | 1 | -0/+11 |
2019-02-18 | Improve handling of gui_app | Andrei Alexeyev | 1 | -2/+2 |
2019-02-15 | Remove get_cross_extra_flags | John Ericson | 7 | -49/+26 |
2019-02-13 | Fixes for CUDA compiler shared library linking. | Olexa Bilaniuk | 1 | -8/+29 |
2019-02-13 | BUGFIX: Fortran openmp | Michael Hirsch, Ph.D | 2 | -13/+19 |
2019-02-13 | Add werror flags to nvcc. Closes #4911. | Jussi Pakkanen | 1 | -0/+3 |
2019-02-05 | Fortran 2008 submodule (#4874) | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-02-05 | d: fix linker due to argument errors | LuÃs Ferreira | 1 | -1/+1 |
2019-02-04 | Merge pull request #4626 from Ericson2314/consolidate-properties | Jussi Pakkanen | 5 | -16/+36 |
2019-02-04 | vala: Support position-independent executables | Corentin Noël | 1 | -0/+6 |
2019-02-02 | Never access environment.properties downstream | John Ericson | 3 | -16/+34 |
2019-02-01 | C# and Java compilers should have `is_cross = False` | John Ericson | 2 | -0/+2 |
2019-02-01 | better handle variable HDF5 setups, update Fortran compiler def | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-01-31 | find_library: Check arch of libraries on Darwin | Nirbheek Chauhan | 1 | -6/+22 |
2019-02-01 | Rewrite appleframework and extraframework dependency classes | Nirbheek Chauhan | 1 | -0/+61 |
2019-01-29 | BUGFIX: allow fc.run(code) to work, pick only Fortran module | Michael Hirsch, Ph.D | 1 | -4/+1 |
2019-01-29 | correct naming to CudaCompiler, pep8 | Michael Hirsch, Ph.D | 2 | -2/+2 |
2019-01-27 | BUGFIX: broken/missing Fortran code/unit tests | Michael Hirsch, Ph.D | 3 | -5/+15 |
2019-01-21 | All the fixes needed to make work against current master. | Jussi Pakkanen | 2 | -5/+25 |
2019-01-21 | More tests and pic. | Jussi Pakkanen | 1 | -0/+3 |
2019-01-21 | Clean up minor issues. | Jussi Pakkanen | 1 | -4/+6 |
2019-01-21 | added cuda compiler | Beau Johnston | 3 | -1/+200 |
2019-01-21 | Add PGI C and C++ compilers (#4803) | Michael Hirsch, Ph.D | 5 | -14/+65 |
2019-01-16 | FlangFortranCompiler inherit ClangCompiler | Michael Hirsch, Ph.D | 2 | -28/+8 |
2019-01-16 | better handle link args: PGI and Flang | Michael Hirsch, Ph.D | 2 | -4/+10 |
2019-01-16 | Flang Fortran compiler added. | Michael Hirsch, Ph.D | 3 | -0/+32 |
2019-01-15 | restore PGI compile functioning | Michael Hirsch, Ph.D | 2 | -13/+28 |
2019-01-10 | Add get_werror_args for CCRX C compiler | Phillip Cao | 1 | -0/+3 |
2019-01-06 | More os.pathsep | Daniel Mensinger | 1 | -1/+1 |
2019-01-06 | Use os.pathsep | Daniel Mensinger | 1 | -1/+1 |
2019-01-06 | Handle java correct | Daniel Mensinger | 1 | -4/+4 |
2019-01-06 | Added more compiler option support | Daniel Mensinger | 7 | -3/+39 |
2019-01-06 | Absolute path generation refactoring | Daniel Mensinger | 10 | -0/+82 |
2019-01-06 | Added unit test | Daniel Mensinger | 3 | -3/+3 |
2019-01-06 | Fixed list_target_files and list_targets | Daniel Mensinger | 3 | -3/+3 |
2019-01-05 | Fix linking when cross-compiling and a windows resource is first object | Jon Turney | 1 | -1/+8 |
2019-01-02 | Remove cross_info; cross file is parsed up front and discarded | John Ericson | 2 | -8/+5 |
2019-01-02 | Handle strings in cross file args. Closes #4671. | Jussi Pakkanen | 1 | -2/+2 |
2018-12-29 | Merge pull request #4451 from jon-turney/simplify-x86-msvc-test | Jussi Pakkanen | 2 | -8/+9 |
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 |