Age | Commit message (Expand) | Author | Files | Lines |
2020-11-20 | use real pathlib module | Dylan Baker | 1 | -1/+1 |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 1 | -1/+1 |
2020-09-29 | dependencies/curses: don't try ncurses-config or system dependency on windows | Dylan Baker | 1 | -5/+9 |
2020-09-29 | dependencies/curses: Add support for pdcurses | Yonggang Luo | 1 | -1/+6 |
2020-09-29 | dependencies/curses: Add a system dependency | Dylan Baker | 1 | -1/+58 |
2020-09-29 | dependencies/curses: Add support for using the ncurses config tools | Dylan Baker | 1 | -1/+20 |
2020-09-29 | dependency/misc: change lookup order for curses pkg-config | Dylan Baker | 1 | -1/+1 |
2020-09-29 | dependencies/misc: Fix typing of curses_factory | Dylan Baker | 1 | -3/+3 |
2020-06-10 | dependencies: Remove finish_init method | Dylan Baker | 1 | -20/+31 |
2020-06-06 | msvc: Avoid spurious openmp link warnings | Peter Harris | 1 | -1/+2 |
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 |