summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename tool for checking VOL connector compatibilityQuincey Koziol2021-07-0210-41/+43
* 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
* Patch rpath for Java test library on MacOSQuincey Koziol2021-07-021-2/+10
* Committing clang-format changesgithub-actions2021-07-011-1/+0
* Merge branch 'post_open_fix' of github.com:hpc-io/hdf5 into post_open_fixQuincey Koziol2021-07-011-344/+355
|\
| * Committing clang-format changesgithub-actions2021-07-011-348/+359
* | Jordan's patch to add test library to java buildsQuincey Koziol2021-07-0154-69/+364
* | Run bin/traceQuincey Koziol2021-07-011-4/+4
|/
* 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-3032-506/+509
|\
| * Removes remaining H5_TIME_WITH_SYS_TIME cruft (#810)Dana Robinson2021-06-305-32/+23
| * Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-3029-474/+486
* | Merge remote-tracking branch 'origin/develop' into post_open_fixQuincey Koziol2021-06-2965-2902/+2465
|\ \ | |/
| * 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-2924-1269/+1269
| * Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-2915-636/+618
| * Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-2932-625/+556
| * Assume the library has C99 types in C++ type code (#806)Dana Robinson2021-06-282-217/+25
* | Merge branch 'post_open_fix' of github.com:hpc-io/hdf5 into post_open_fixQuincey Koziol2021-06-2933-589/+608
|\ \
| * | Committing clang-format changesgithub-actions2021-06-282-5/+2
| * | Committing clang-format changesgithub-actions2021-06-2831-644/+666
* | | 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-282-0/+148
* | Most changes for fixing post open issuesQuincey Koziol2021-06-2858-2382/+3843
|/
* Assume frexpl/f and fabsl/f, which are C99 (#799)Dana Robinson2021-06-256-52/+14
* Removes checks for signal and set/longjmp, which are C89 (#798)Dana Robinson2021-06-255-80/+9
* 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-242-29/+2
* Fix tools test (#794)Allen Byrne2021-06-235-6/+6
* Normalization of CMake H5pubconf.h with Autotools (#791)Dana Robinson2021-06-231-11/+12
* Release Note (#784)Allen Byrne2021-06-231-0/+3
* Further simplifies Autotools type size checks (#789)Dana Robinson2021-06-231-12/+2
* Removes C++ dependency on H5private.h (#774)Dana Robinson2021-06-2312-52/+48
* Removes checks for system(), which is C89/90 (#782)Dana Robinson2021-06-234-8/+1
* Removes outdated checks for ways inline might be defined (#781)Dana Robinson2021-06-234-55/+0
* Cleans up some POSIX header bits in H5private.h (#783)Dana Robinson2021-06-231-27/+11
* Replaces the H5_OVERRIDE macro with override (#773)Dana Robinson2021-06-2327-110/+103
* Update missing release note info. (#776)Allen Byrne2021-06-222-5/+20
* Removes checks for (v)snprintf, which are C99 (#772)Dana Robinson2021-06-214-41/+2
* Removes checks and work-arounds for strtoll and strtoull (#769)Dana Robinson2021-06-185-139/+1
* Fixes non-C99 format strings in tarray test code (#766)Dana Robinson2021-06-181-23/+30
* Fix cmake configure path (#760)Allen Byrne2021-06-171-1/+2
* Fix several warnings (#747)jhendersonHDF2021-06-1625-116/+303
* Fixes some H5SL include statements (#758)Dana Robinson2021-06-163-2/+1