summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Switch ID code to use a hash table instead of a skip list (#52)" (#104)Dana Robinson2020-11-202-1287/+28
* Add new files to CMake and MANIFEST (#100)Allen Byrne2020-11-191-0/+1
* First cut of the H5 public API documentation. (#80)Gerd Heber2020-11-1824-557/+6919
* Switch ID code to use a hash table instead of a skip list (#52)Dana Robinson2020-11-172-28/+1287
* Fix spelling of metadataKyle Sunden2020-11-131-1/+1
* Merge pull request #82 from derobins/minor/skip_list_errorLarry Knox2020-11-131-1/+1
|\
| * H5SL_release() returns SUCCEED on errorsDana Robinson2020-11-121-1/+1
* | Merge pull request #84 from byrnHDF/developLarry Knox2020-11-131-7/+3
|\ \
| * | Add missing entries, remove m4 referenceAllen Byrne2020-11-121-7/+3
* | | Merge pull request #60 from bmribler/developLarry Knox2020-11-121-7/+12
|\ \ \ | |/ / |/| |
| * | Fix HDFFV-10590Binh-Minh Ribler2020-10-2627-205/+125
| * | Merge branch 'develop' of https://github.com/HDFGroup/hdf5 into developBinh-Minh Ribler2020-10-2649-10579/+10674
| |\ \
| * | | Fix HDFFV-10590Binh-Minh Ribler2020-10-2627-127/+212
* | | | Merge pull request #78 from gheber/developGerd Heber2020-11-103-103/+1230
|\ \ \ \
| * | | | First cut of H5F.Gerd Heber2020-11-093-103/+1230
| | |_|/ | |/| |
* | | | Merge pull request #77 from byrnHDF/developLarry Knox2020-11-101-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Update to latest doxygen.m4Allen Byrne2020-11-091-1/+3
* | | | Merge pull request #73 from byrnHDF/developLarry Knox2020-11-082-3/+49
|\ \ \ \ | |/ / /
| * | | Change doxygen brief variableAllen Byrne2020-11-071-1/+1
| * | | Doxygen correct PHONY targetAllen Byrne2020-11-031-1/+0
| * | | Doxygen add new files and update docsAllen Byrne2020-11-031-0/+6
| * | | Add doxygen auotoconf and cmake supportAllen Byrne2020-11-032-2/+43
* | | | Change H5R__copy to not assume destination reference storage is initializedJordan Henderson2020-11-031-2/+4
|/ / /
* | | Merge pull request #65 from derobins/minor/mpi_2gb_limitLarry Knox2020-10-301-14/+14
|\ \ \
| * | | Fixes a bit shift issue in an MPI constantDana Robinson2020-10-291-14/+14
* | | | Replaces C std library calls with H5MM equivalentsDana Robinson2020-10-306-39/+39
|/ / /
* | | Fixes minor issues in various virtual file driversDana Robinson2020-10-2910-49/+24
| |/ |/|
* | Merge pull request #59 from derobins/trivial/HDprefixLarry Knox2020-10-244-11/+11
|\ \
| * | Restores erroneously deleted key_id field from S3 VFDDana Robinson2020-10-241-1/+1
| * | HD prefix updates in src/ and test/Dana Robinson2020-10-244-12/+12
* | | Removes -Wimplicit-fallthrough=5 from the gcc warningsDana Robinson2020-10-226-2/+39
|/ /
* | Whitespace and url correctionAllen Byrne2020-10-193-15/+16
* | Update javadoc comments to reduce warnings (#41)Allen Byrne2020-10-161-1/+1
* | More general message about using description for errnoThomas Kluyver2020-10-151-2/+6
* | Note that the description for system errors may be used by h5pyThomas Kluyver2020-10-151-0/+2
* | Comment adjustmentsAllen Byrne2020-10-083-5/+4
* | Update reformatting settings, trace wrapping, and printf-format strings (#22)Quincey Koziol2020-10-0630-10538/+10588
* | Fix VFD h5repacktest (#20)Allen Byrne2020-10-061-6/+6
* | Fix memory leak in H5PL__find_plugin_in_pathMichael Kuhn2020-10-051-1/+3
|/
* Clang-format of source filesAllen Byrne2020-09-30489-107614/+100931
* Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex...David Young2020-09-2862-855/+479
|\
| * Use the right format string, "%zu", for size_t.David Young2020-09-271-1/+1
| * Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-2724-5913/+6003
| |\
| * | Repair more format strings.David Young2020-09-263-18/+19
| * | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-252-0/+51
| |\ \
| * | | Cast a non-void pointer to void pointer for "%p".David Young2020-09-031-1/+1
| * | | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-03366-12087/+10698
| |\ \ \
| * | | | Use PRIu32 and "zu" formats. Delete some casts from `size_t`.David Young2020-07-312-4/+4
| * | | | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-07-3050-1392/+1348
| |\ \ \ \
| * | | | | I'm taking a guess that this code intended to point the 2-digit wideDavid Young2020-07-301-1/+1