| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor cleanups (#132) | Quincey Koziol | 2020-11-26 | 3 | -27/+27 |
|
|
* | Enhance API tracing (#120) | Quincey Koziol | 2020-11-26 | 58 | -2564/+3091 |
|
|
* | Update H5TS code to reflect library's coding style (#123) | Quincey Koziol | 2020-11-25 | 2 | -42/+178 |
|
|
* | Move package initialization code for H5A and H5G to internal source file. (#125) | Quincey Koziol | 2020-11-25 | 5 | -353/+343 |
|
|
* | Adds a configure/CMake option to control -Werror behavior (#119) | Dana Robinson | 2020-11-25 | 1 | -1/+1 |
|
|
* | Doxygen - added (mostly) beginner functions (#112) | bljhdf | 2020-11-23 | 6 | -27/+1551 |
|
|
* | Basic alignment with async branch (#115) | Quincey Koziol | 2020-11-23 | 108 | -1169/+1171 |
|
|
* | Full set of current H5F documentation. (#105) | Gerd Heber | 2020-11-21 | 1 | -13/+855 |
|
|
* | Minor/id code cleanup (#114) | Dana Robinson | 2020-11-21 | 10 | -1692/+1852 |
|
|
* | Revert "Switch ID code to use a hash table instead of a skip list (#52)" (#104) | Dana Robinson | 2020-11-20 | 2 | -1287/+28 |
|
|
* | Add new files to CMake and MANIFEST (#100) | Allen Byrne | 2020-11-19 | 1 | -0/+1 |
|
|
* | First cut of the H5 public API documentation. (#80) | Gerd Heber | 2020-11-18 | 24 | -557/+6919 |
|
|
* | Switch ID code to use a hash table instead of a skip list (#52) | Dana Robinson | 2020-11-17 | 2 | -28/+1287 |
|
|
* | Fix spelling of metadata | Kyle Sunden | 2020-11-13 | 1 | -1/+1 |
|
|
* | Merge pull request #82 from derobins/minor/skip_list_error | Larry Knox | 2020-11-13 | 1 | -1/+1 |
|\ |
|
| * | H5SL_release() returns SUCCEED on errors | Dana Robinson | 2020-11-12 | 1 | -1/+1 |
|
|
* | | Merge pull request #84 from byrnHDF/develop | Larry Knox | 2020-11-13 | 1 | -7/+3 |
|\ \ |
|
| * | | Add missing entries, remove m4 reference | Allen Byrne | 2020-11-12 | 1 | -7/+3 |
|
|
* | | | Merge pull request #60 from bmribler/develop | Larry Knox | 2020-11-12 | 1 | -7/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix HDFFV-10590 | Binh-Minh Ribler | 2020-10-26 | 27 | -205/+125 |
|
|
| * | | Merge branch 'develop' of https://github.com/HDFGroup/hdf5 into develop | Binh-Minh Ribler | 2020-10-26 | 49 | -10579/+10674 |
| |\ \ |
|
| * | | | Fix HDFFV-10590 | Binh-Minh Ribler | 2020-10-26 | 27 | -127/+212 |
|
|
* | | | | Merge pull request #78 from gheber/develop | Gerd Heber | 2020-11-10 | 3 | -103/+1230 |
|\ \ \ \ |
|
| * | | | | First cut of H5F. | Gerd Heber | 2020-11-09 | 3 | -103/+1230 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #77 from byrnHDF/develop | Larry Knox | 2020-11-10 | 1 | -1/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Update to latest doxygen.m4 | Allen Byrne | 2020-11-09 | 1 | -1/+3 |
|
|
* | | | | Merge pull request #73 from byrnHDF/develop | Larry Knox | 2020-11-08 | 2 | -3/+49 |
|\ \ \ \
| |/ / / |
|
| * | | | Change doxygen brief variable | Allen Byrne | 2020-11-07 | 1 | -1/+1 |
|
|
| * | | | Doxygen correct PHONY target | Allen Byrne | 2020-11-03 | 1 | -1/+0 |
|
|
| * | | | Doxygen add new files and update docs | Allen Byrne | 2020-11-03 | 1 | -0/+6 |
|
|
| * | | | Add doxygen auotoconf and cmake support | Allen Byrne | 2020-11-03 | 2 | -2/+43 |
|
|
* | | | | Change H5R__copy to not assume destination reference storage is initialized | Jordan Henderson | 2020-11-03 | 1 | -2/+4 |
|/ / / |
|
* | | | Merge pull request #65 from derobins/minor/mpi_2gb_limit | Larry Knox | 2020-10-30 | 1 | -14/+14 |
|\ \ \ |
|
| * | | | Fixes a bit shift issue in an MPI constant | Dana Robinson | 2020-10-29 | 1 | -14/+14 |
|
|
* | | | | Replaces C std library calls with H5MM equivalents | Dana Robinson | 2020-10-30 | 6 | -39/+39 |
|/ / / |
|
* | | | Fixes minor issues in various virtual file drivers | Dana Robinson | 2020-10-29 | 10 | -49/+24 |
| |/
|/| |
|
* | | Merge pull request #59 from derobins/trivial/HDprefix | Larry Knox | 2020-10-24 | 4 | -11/+11 |
|\ \ |
|
| * | | Restores erroneously deleted key_id field from S3 VFD | Dana Robinson | 2020-10-24 | 1 | -1/+1 |
|
|
| * | | HD prefix updates in src/ and test/ | Dana Robinson | 2020-10-24 | 4 | -12/+12 |
|
|
* | | | Removes -Wimplicit-fallthrough=5 from the gcc warnings | Dana Robinson | 2020-10-22 | 6 | -2/+39 |
|/ / |
|
* | | Whitespace and url correction | Allen Byrne | 2020-10-19 | 3 | -15/+16 |
|
|
* | | Update javadoc comments to reduce warnings (#41) | Allen Byrne | 2020-10-16 | 1 | -1/+1 |
|
|
* | | More general message about using description for errno | Thomas Kluyver | 2020-10-15 | 1 | -2/+6 |
|
|
* | | Note that the description for system errors may be used by h5py | Thomas Kluyver | 2020-10-15 | 1 | -0/+2 |
|
|
* | | Comment adjustments | Allen Byrne | 2020-10-08 | 3 | -5/+4 |
|
|
* | | Update reformatting settings, trace wrapping, and printf-format strings (#22) | Quincey Koziol | 2020-10-06 | 30 | -10538/+10588 |
|
|
* | | Fix VFD h5repacktest (#20) | Allen Byrne | 2020-10-06 | 1 | -6/+6 |
|
|
* | | Fix memory leak in H5PL__find_plugin_in_path | Michael Kuhn | 2020-10-05 | 1 | -1/+3 |
|/ |
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 489 | -107614/+100931 |
|
|
* | Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex... | David Young | 2020-09-28 | 62 | -855/+479 |
|\ |
|