Age | Commit message (Expand) | Author | Files | Lines |
2019-04-09 | Use LDFLAGS only on languages that need it. Closes #5215. | Jussi Pakkanen | 1 | -1/+12 |
2019-04-08 | Merge pull request #5225 from dcbaker/threads-is-not-special | Jussi Pakkanen | 1 | -4/+0 |
2019-04-05 | dependencies/misc: don't special case threads | Dylan Baker | 1 | -4/+0 |
2019-04-05 | BUGFIX: don't crash Meson on bad existing exe file for Fortran sanity check | Michael Hirsch, Ph.D | 1 | -11/+24 |
2019-04-03 | d: Fix linker errors with shared libraries on Windows | Ari Vuollet | 1 | -1/+9 |
2019-03-27 | Sanity check with external args | John Ericson | 6 | -32/+94 |
2019-03-27 | compilers: Log difference between empty and absent env var | John Ericson | 1 | -12/+19 |
2019-03-27 | Small cleanup to use_preproc_flags: | John Ericson | 1 | -2/+2 |
2019-03-27 | Don't collect preprocssor flags separately from compiler flags | John Ericson | 2 | -14/+13 |
2019-03-26 | compilers: n_debug=if-release and buildtype=plain should not enable assertions | Dylan Baker | 1 | -1/+1 |
2019-03-25 | more efficient submodule filenaming | Michael Hirsch, Ph.D | 1 | -3/+4 |
2019-03-25 | BUGFIX: match submodule output names by compiler | Michael Hirsch, Ph.D | 1 | -1/+11 |
2019-03-24 | Fix setup so test suite runs with rustc + MSVC. Closes: 5099 | Jussi Pakkanen | 2 | -1/+6 |
2019-03-21 | Merge pull request #5116 from dcbaker/openmp-de-specialize | Jussi Pakkanen | 1 | -2/+0 |
2019-03-20 | replace library type strings with an enum | Dylan Baker | 2 | -15/+14 |
2019-03-19 | dependencies/openmp: Don't special case OpenMP | Dylan Baker | 1 | -2/+0 |
2019-03-19 | Merge pull request #4724 from jon-turney/lib-machine-always | Jussi Pakkanen | 1 | -1/+8 |
2019-03-14 | compilers: Update comment about library search patterns | Nirbheek Chauhan | 1 | -2/+4 |
2019-03-14 | compilers: Try harder to dedup builtin libs | Nirbheek Chauhan | 2 | -5/+10 |
2019-03-11 | Add static as keyword to find_library | Niklas Claesson | 3 | -19/+23 |
2019-03-11 | Fix indent to please codestyle. | Antoine Jacoutot | 1 | -3/+3 |
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 |