summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into post_open_fixQuincey Koziol2021-07-142-10/+9
|\
| * Remove checks for winsock2.h (#813)Dana Robinson2021-07-062-10/+9
* | Remove commented out codeQuincey Koziol2021-07-021-10/+0
* | Remove duplicated call to underlying group close operation from API wrapperQuincey Koziol2021-07-021-4/+0
* | Committing clang-format changesgithub-actions2021-07-011-348/+359
* | Merge branch 'post_open_fix' of github.com:hpc-io/hdf5 into post_open_fixQuincey Koziol2021-07-011-331/+338
|\ \
| * | Committing clang-format changesgithub-actions2021-06-301-331/+338
* | | Finish adding operations to H5Pset_plugin_new_api_context frameworkQuincey Koziol2021-07-012-143/+1246
|/ /
* | Add more wrappers for VOL callback API routinesQuincey Koziol2021-06-301-37/+649
* | Merge remote-tracking branch 'origin/develop' into post_open_fixQuincey Koziol2021-06-3018-240/+248
|\ \ | |/
| * Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-3018-240/+248
* | Merge remote-tracking branch 'origin/develop' into post_open_fixQuincey Koziol2021-06-2920-768/+815
|\ \ | |/
| * Assume C99 types exist in H5detect.c (#808)Dana Robinson2021-06-291-90/+0
| * Removes type guesses when C99 types are missing (#807)Dana Robinson2021-06-291-68/+0
| * Brings the tools getopt(3) replacement into the main library (#803)Dana Robinson2021-06-292-0/+215
| * Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-292-452/+448
| * Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-2917-161/+155
* | Merge branch 'post_open_fix' of github.com:hpc-io/hdf5 into post_open_fixQuincey Koziol2021-06-2920-502/+521
|\ \
| * | Committing clang-format changesgithub-actions2021-06-281-1/+0
| * | Committing clang-format changesgithub-actions2021-06-2819-561/+581
* | | Add more operations to H5Pset_plugin_new_api_context frameworkQuincey Koziol2021-06-291-145/+461
* | | Allow event strings to be NULLQuincey Koziol2021-06-291-5/+15
|/ /
* | Add new source filesQuincey Koziol2021-06-281-0/+88
* | Most changes for fixing post open issuesQuincey Koziol2021-06-2832-1055/+1734
|/
* Assume frexpl/f and fabsl/f, which are C99 (#799)Dana Robinson2021-06-251-12/+2
* Removes checks for signal and set/longjmp, which are C89 (#798)Dana Robinson2021-06-252-52/+4
* Reorganization of C and POSIX headers in H5public.h & H5private.h (#793)Dana Robinson2021-06-242-17/+16
* Removes ancient Autotools cruft (#790)Dana Robinson2021-06-241-19/+2
* Cleans up some POSIX header bits in H5private.h (#783)Dana Robinson2021-06-231-27/+11
* Removes checks and work-arounds for strtoll and strtoull (#769)Dana Robinson2021-06-182-130/+1
* Fix several warnings (#747)jhendersonHDF2021-06-166-17/+29
* Fixes some H5SL include statements (#758)Dana Robinson2021-06-163-2/+1
* Normalization of H5_nanosleep() with VFD SWMR branch (#746)Dana Robinson2021-06-112-14/+29
* Includes hdf5dev.h in hdf5.h (#728)Dana Robinson2021-06-078-46/+19
* Adds __STDC_FORMAT_MACROS before including inttypes.h w/ C++ (#726)Dana Robinson2021-06-041-1/+5
* Moves gcc warning macros from H5public.h to H5private.h (#724)Dana Robinson2021-06-043-27/+55
* Updates bin/trace script to correctly wrap H5TRACE macros near clang-format c...Dana Robinson2021-06-031-5/+4
* Combo set of async and other changes (#161)Quincey Koziol2021-06-02139-6008/+10930
* Cleans up hsize_t and haddr_t size guessing (#709)Dana Robinson2021-06-021-127/+44
* Removes some DEC Alpha cruft from H5detect and H5private.h (#708)Dana Robinson2021-06-022-30/+1
* Split H5L.c internal code to H5Lint.c (#691)Dana Robinson2021-05-295-2171/+2249
* Removes alternative function enter/leave macro scheme (#678)Dana Robinson2021-05-2931-2228/+2652
* Removes pre-C99 build and header cruft (#700)Dana Robinson2021-05-282-37/+6
* Fix H5FD_mpio_Debug="rw" can report MPI_count instead of bytes (#699)Scot Breitenfeld2021-05-281-12/+12
* Use internal version of H5Eprint2 to avoid possible stack overflow (#661)jhendersonHDF2021-05-261-5/+30
* Typo (#682)Dana Robinson2021-05-251-1/+1
* Fixes for a couple of trivial warnings (#676)Dana Robinson2021-05-241-1/+0
* Remove version from pkgcfg file names (#671)Allen Byrne2021-05-211-2/+2
* Add H5Dchunk_iter method for iterating over chunks (#6)Gaute Hope2021-05-196-1/+237
* Reduces overly-pedantic casting in the public headers (#644)Dana Robinson2021-05-158-17/+17