| Commit message (Expand) | Author | Age | Files | Lines |
* | Add test for reference shutdown issue | Jerome Soumagne | 2020-01-17 | 2 | -0/+84 |
|
|
* | H5R: set app ref when incrementing ref_count on location held by reference | Jerome Soumagne | 2020-01-17 | 5 | -18/+39 |
|
|
* | Merge pull request #2264 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_... | Allen Byrne | 2020-01-13 | 1 | -0/+1 |
|\ |
|
| * | Ignore ZLIB warnings | Allen Byrne | 2020-01-13 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #2262 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_... | Allen Byrne | 2020-01-13 | 102 | -2821/+4081 |
|\ |
|
| * | Merge tools changes from develop | Allen Byrne | 2020-01-13 | 58 | -2417/+2424 |
|
|
| * | Update file with changes from develop | Allen Byrne | 2020-01-12 | 1 | -46/+39 |
|
|
| * | Fix CMake test macros and perform standalone tests | Allen Byrne | 2020-01-12 | 11 | -285/+469 |
|
|
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12) | Allen Byrne | 2020-01-07 | 85 | -2102/+3784 |
| |\
| |/
|/| |
|
* | | Merge pull request #2229 in HDFFV/hdf5 from vol_changes_to_1_12 to hdf5_1_12 | Quincey Koziol | 2020-01-07 | 85 | -2102/+3784 |
|\ \ |
|
| * | | Remove mismerged code | Quincey Koziol | 2020-01-07 | 1 | -4/+0 |
|
|
| * | | Cherry pick of 0225e6d5969 | Quincey Koziol | 2020-01-04 | 42 | -537/+700 |
|
|
| * | | Cleanups from PR reviews | Quincey Koziol | 2020-01-04 | 4 | -102/+101 |
|
|
| * | | Remove unnecessary H5CX call | Quincey Koziol | 2020-01-04 | 1 | -4/+0 |
|
|
| * | | Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic... | Quincey Koziol | 2020-01-04 | 8 | -57/+258 |
|
|
| * | | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out | Quincey Koziol | 2020-01-04 | 50 | -1583/+2904 |
|
|
| * | | Update h5debug to retrieve file pointer through VOL framework | Quincey Koziol | 2020-01-04 | 1 | -1/+7 |
|/ / |
|
| * | Add MPI libs for standalone perf | Allen Byrne | 2019-12-22 | 1 | -2/+2 |
|
|
| * | Fix autotools test scripts | Allen Byrne | 2019-12-22 | 4 | -7/+45 |
|
|
| * | Add ref files to test script | Allen Byrne | 2019-12-21 | 2 | -5/+18 |
|
|
| * | h5diff test script fixes | Allen Byrne | 2019-12-21 | 2 | -1/+8 |
|
|
| * | Add new h5diff files | Allen Byrne | 2019-12-21 | 1 | -0/+3 |
|
|
| * | Correct compile statement order | Allen Byrne | 2019-12-20 | 1 | -2/+3 |
|
|
| * | Fix compile statement order | Allen Byrne | 2019-12-20 | 3 | -4/+5 |
|
|
| * | HDFFV-10976,-10980 h5dump, h5ls, h5diff use new ref APIs | Allen Byrne | 2019-12-20 | 52 | -471/+1484 |
|/ |
|
* | Merge pull request #2168 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_... | Allen Byrne | 2019-12-20 | 1 | -0/+3 |
|\ |
|
| * | Standalone doesn't use h5test implementation. | Allen Byrne | 2019-12-20 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #2160 in HDFFV/hdf5 from ~DYOUNG/netbsd:hdf5_1_12 to hdf5_... | David Young | 2019-12-19 | 34 | -76/+401 |
|\ |
|
| * | In portable shell scripts (using #!/bin/sh) we have to use single square | David Young | 2019-12-19 | 2 | -2/+2 |
|
|
| * | Make this script work on hosts where PERL is not installed at | David Young | 2019-12-19 | 1 | -1/+2 |
|
|
| * | Use HD prefix. | David Young | 2019-12-19 | 1 | -8/+8 |
|
|
| * | Fix HDFFV-10937: use a more reliable (and probably faster) scheme for | David Young | 2019-12-19 | 1 | -32/+121 |
|
|
| * | Apparently, + has no special meaning, and neither does \+, in so-called | David Young | 2019-12-19 | 6 | -5/+6 |
|
|
| * | Make these scripts relocatable again: derive a relative path for the | David Young | 2019-12-19 | 4 | -4/+97 |
|
|
| * | Get the path to prefix right: needs a ../ to back out of subdirectory | David Young | 2019-12-19 | 1 | -1/+1 |
|
|
| * | Make this script relocatable again: derive a relative path for the | David Young | 2019-12-19 | 1 | -2/+25 |
|
|
| * | Let us override the examples directory using --with-examplesdir=DIR. | David Young | 2019-12-19 | 13 | -18/+40 |
|
|
| * | Follow longstanding execv convention for compatibility with NetBSD. | David Young | 2019-12-19 | 1 | -1/+7 |
|
|
| * | Under the examples directories, always find the installed HDF5 | David Young | 2019-12-19 | 6 | -6/+6 |
|
|
| * | Make the HDF5 configure script grok NetBSD. | David Young | 2019-12-19 | 2 | -0/+59 |
|
|
| * | For portability, insulate the HDF5 library from some system macros. | David Young | 2019-12-19 | 1 | -1/+18 |
|
|
| * | Not every system has perl installed in /usr/bin/, so change the shebang | David Young | 2019-12-19 | 12 | -12/+26 |
|
|
| * | For portability, use the POSIX sh(1) string-comparison operator `=` | David Young | 2019-12-19 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #2154 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_... | Allen Byrne | 2019-12-19 | 4 | -31/+28 |
|\ |
|
| * | Adjust cache.c only variables. | Allen Byrne | 2019-12-18 | 4 | -30/+27 |
|
|
| * | Fix include to correct memory calls - big-endian issue. | Allen Byrne | 2019-12-18 | 2 | -1/+1 |
|/ |
|
* | Merge pull request #2147 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_... | Allen Byrne | 2019-12-17 | 2 | -8/+2 |
|\ |
|
| * | Minor Whitespace | Allen Byrne | 2019-12-17 | 1 | -2/+2 |
|
|
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12) | Allen Byrne | 2019-12-17 | 50 | -205/+5154 |
| |\
| |/
|/| |
|
* | | Merge pull request #2145 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_12 to h... | Dana Robinson | 2019-12-17 | 46 | -204/+197 |
|\ \ |
|