| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | compilers: ICL is not GCC like | Dylan Baker | 2019-05-13 | 1 | -2/+2 |
| * | compilers: rename IntelCompiler to IntelGnuLikeCompiler | Dylan Baker | 2019-05-13 | 1 | -1/+1 |
| * | compilers: Split msvc version code into helper | Dylan Baker | 2019-05-13 | 1 | -10/+13 |
| * | compilers: make keyword args to Compiler.compile keyword only | Dylan Baker | 2019-05-10 | 1 | -2/+2 |
* | | This is the fork "sneyx1234/meson" of the current git "mesonbuild/meson" head... | Simon Ney | 2019-05-13 | 1 | -0/+3 |
|/ |
|
* | compilers: Split C-Like functionality into a mixin classes | Dylan Baker | 2019-05-03 | 1 | -0/+329 |
* | Merge pull request #4952 from mensinda/cacheCompiles | Dylan Baker | 2019-05-02 | 1 | -40/+56 |
|\ |
|
| * | Moved caching into a seperate function | Daniel Mensinger | 2019-04-28 | 1 | -26/+35 |
| * | Fixed typeing | Daniel Mensinger | 2019-04-28 | 1 | -12/+12 |
| * | Annotaded return types in the base compiler class | Daniel Mensinger | 2019-04-28 | 1 | -22/+22 |
| * | Print '(cached)' when compiler result was cached | Daniel Mensinger | 2019-04-28 | 1 | -0/+2 |
| * | 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 |