Age | Commit message (Expand) | Author | Files | Lines |
2020-01-31 | dependencies: netcdf always look for netcdf-fortran for fortran | Dylan Baker | 1 | -4/+4 |
2020-01-29 | dependencies: Use a factory for curses | Dylan Baker | 1 | -23/+11 |
2020-01-29 | dependencies: Use a DependencyFactory for threads | Dylan Baker | 1 | -27/+18 |
2020-01-29 | dependencies: Use a factory for NetCDF | Dylan Baker | 1 | -41/+17 |
2020-01-29 | dependencies: Use a custom factory for shaderc | Dylan Baker | 1 | -27/+40 |
2020-01-29 | dependencies: Use DependencyFactory for gpgme | Dylan Baker | 1 | -19/+10 |
2020-01-29 | dependencies: Use DependencyFactory for LibGcrypt | Dylan Baker | 1 | -19/+10 |
2020-01-29 | dependencies: Use DependencyFactory for libwmf | Dylan Baker | 1 | -17/+10 |
2020-01-29 | dependencies: Use DependencyFactory for cups | Dylan Baker | 1 | -30/+13 |
2020-01-29 | dependencies: Use DependencyFactory for python3 | Dylan Baker | 1 | -26/+16 |
2020-01-29 | dependencies: Use DependencyFactory for libpcap | Dylan Baker | 1 | -30/+21 |
2020-01-29 | dependencies: Make Dependency initializer signatures match | Dylan Baker | 1 | -15/+15 |
2020-01-29 | dependencies/base: Split process_method_kw out of Dependency | Dylan Baker | 1 | -8/+8 |
2020-01-14 | dependency: add curses | Michael Hirsch, Ph.D | 1 | -0/+23 |
2019-12-28 | bugfix: netcdf pkgconfig stop if found | Michael Hirsch, Ph.D | 1 | -0/+2 |
2019-12-19 | dependencies: refactor to use methods properly | Michael Hirsch, Ph.D | 1 | -15/+30 |
2019-12-09 | cmake: add project language to cmakelists.txt | Michael Hirsch, Ph.D | 1 | -9/+29 |
2019-11-28 | HDF5: make much more robust across platforms | Michael Hirsch, Ph.D | 1 | -47/+0 |
2019-11-25 | dep: MPI make work for intel-cl and improve robustness | Michael Hirsch, Ph.D | 1 | -203/+1 |
2019-11-17 | deps: add pkg-config to coarray with CMake fallback | Michael Hirsch, Ph.D | 1 | -44/+1 |
2019-09-23 | Add blocks dependency | Patrick Griffis | 1 | -0/+33 |
2019-09-05 | mesonlib.split_args/quote_arg/join_args | Aleksey Gurtovoy | 1 | -4/+4 |
2019-07-31 | OpenMP:stop searching when openmp headers are first found | Michael Hirsch, Ph.D | 1 | -2/+3 |
2019-07-30 | PGI: fix openmp for 190common test | Michael Hirsch, Ph.D | 1 | -10/+9 |
2019-07-30 | OpenMP is intrinsic to PGI | Michael Hirsch, Ph.D | 1 | -3/+10 |
2019-07-29 | openmp: allow omp.h or omp_lib.h | Michael Hirsch, Ph.D | 1 | -5/+8 |
2019-06-24 | typo | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-06-24 | update compiler ID for windows INtel MPI | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-06-24 | intel windows coarray args | Michael Hirsch, Ph.D | 1 | -0/+4 |
2019-06-19 | Handle thread flags when not using C at all. Closes #5497. | Jussi Pakkanen | 1 | -2/+8 |
2019-06-13 | dependencies/shaderc: fix exception caused by typo | Andrei Alexeyev | 1 | -1/+1 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -6/+6 |
2019-04-28 | Disable cache for dependencies | Daniel Mensinger | 1 | -2/+2 |
2019-04-28 | Added some cahced values | Daniel Mensinger | 1 | -1/+1 |
2019-04-28 | Print '(cached)' when compiler result was cached | Daniel Mensinger | 1 | -1/+1 |
2019-04-15 | Shaderc pkg config | Dylan Baker | 1 | -3/+16 |
2019-04-15 | fix gpgme support by preferring pkg-config where possible | Eli Schwartz | 1 | -1/+4 |
2019-04-08 | Merge pull request #5225 from dcbaker/threads-is-not-special | Jussi Pakkanen | 1 | -3/+2 |
2019-04-06 | Add gpgme-config support | Jan Tojnar | 1 | -0/+28 |
2019-04-05 | dependencies/misc: don't special case threads | Dylan Baker | 1 | -3/+2 |
2019-04-05 | BUGFIX: Microsoft MPI is only compatible with Intel Fortran | Michael Hirsch, Ph.D | 1 | -0/+3 |
2019-04-02 | Add shaderc dependency lookup logic | Andrei Alexeyev | 1 | -0/+47 |
2019-03-19 | dependencies/openmp: Don't special case OpenMP | Dylan Baker | 1 | -3/+1 |
2019-03-19 | dependencies/openmp: Pass openmp arguments to look for _OPENMP define | Dylan Baker | 1 | -1/+2 |
2019-03-18 | dependencies: fix Python linking for windows+mingw | Nacho GarcÃa | 1 | -3/+7 |
2019-02-28 | add NetCDF | Michael Hirsch, Ph.D | 1 | -0/+29 |
2019-02-13 | Fortran 2008/2018 Coarray support | Michael Hirsch, Ph.D | 1 | -0/+39 |
2019-02-13 | BUGFIX: Fortran openmp | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-02-01 | better handle variable HDF5 setups, update Fortran compiler def | Michael Hirsch, Ph.D | 1 | -11/+13 |
2019-01-31 | Merge pull request #4831 from scivision/hdf5 | Jussi Pakkanen | 1 | -2/+45 |