summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update pr-check.ymlfeature/async2Les Kurz2021-01-071-1/+1
* Fix error is H5Mclose_async. (#240)Neil Fortner2021-01-052-3/+3
* Remove duplicate setting (#236)Allen Byrne2021-01-051-1/+0
* Modify temporary rpath for testing in java example scripts. (#230)Larry Knox2020-12-294-5/+37
* Switch bool/true/false to hbool_t/TRUE/FALSE in a few places (#229)Dana Robinson2020-12-249-45/+45
* Doxygen: Added more H5P RM entries (#226)bljhdf2020-12-241-40/+1058
* RM blocks for H5R (#219)bmribler2020-12-235-8/+764
* dev -Update pkgconfig settings with version - #218 (#220)Allen Byrne2020-12-225-10/+10
* Add compiler flags for GCC 10, along with updating warnhist script to accommo...Quincey Koziol2020-12-218-52/+112
* Transferred RM blocks in H5D and H5G to develop (#213)bmribler2020-12-214-18/+1598
* Fixes a small memory leak in the chunk_cache test (#208)Dana Robinson2020-12-201-2/+6
* Fixes a small memory leak in the h5jam test (#207)Dana Robinson2020-12-201-2/+3
* Fixes a minor memory leak in hl/test/test_file_image.c (#209)Dana Robinson2020-12-201-0/+2
* Update jni.h detection for OS version changes in Macos 11.x (#211)Quincey Koziol2020-12-201-6/+12
* Avoid aligned access for references by decoding into temporary buffer and the...Quincey Koziol2020-12-193-42/+46
* H5FD__mpio_read: Fix MPI_Bcast datatype (#205)Evan Ramos2020-12-181-1/+5
* Restores maintainer mode in the autotools (#200)Dana Robinson2020-12-181-11/+39
* close #195. (#196)H. Joe Lee2020-12-171-2/+2
* Fix datatype lookup in named datatype flush/refresh code and detect more core...hdf5-1_13_0-rc3Quincey Koziol2020-12-176-12/+30
* OESS-98 fix hdf5 link target (#188)Allen Byrne2020-12-161-2/+1
* Adds h5delete tool (#187)Dana Robinson2020-12-165-2/+109
* Turns off clang formatter for H5ARGS_TRACE (#184)Dana Robinson2020-12-1610-94/+160
* OESS-98 convert plugin option to FetchContent, add tests (#155)Allen Byrne2020-12-1612-336/+325
* Enable H5Fopen to probe list of available VOL connectors when opening a (#182)jhendersonHDF2020-12-1610-49/+479
* Transfer doxygen H5O RM blocks from doxygen branch to develop. (#174)vchoi-hdfgroup2020-12-1613-322/+2662
* Doxygen - RM entries for H5A, H5S, and H5P APIs (#181)bljhdf2020-12-164-325/+6673
* Removes debug statement from H5R__open_attr_api_common() (#183)Dana Robinson2020-12-161-1/+0
* Revise async hard link creation to have a real H5VL_object_t (#175)Quincey Koziol2020-12-151-3/+10
* Pass LAPL correctly through VOL in H5Lcreate_soft (#170)hdf5-1_13_0-rc2jhendersonHDF2020-12-141-0/+4
* BUG: Missing output dependency shared/H5init.c (#165)hdf5-1_13_0-rc1Hans Johnson2020-12-141-1/+2
* Bring async branch to develop (#166)Quincey Koziol2020-12-14179-2658/+10917
* Moves the lists of VOL connectors and VFDs in Autotools builds (#162)Dana Robinson2020-12-1210-50/+16
* Minor normalization with the async branch (#159)Dana Robinson2020-12-1217-41/+52
* Add Makefile.ins in utils directory to MANIFEST. (#152)Larry Knox2020-12-101-0/+2
* Enforce VOL framework version compatibility when registering connectors. Als...Quincey Koziol2020-12-1012-42/+132
* Fixes a minor memory leak in the SWMR use cases tests (#147)Dana Robinson2020-12-031-1/+3
* (fix) Segmentation fault when using a compound type. (#143)Jan-Willem Blokland2020-12-025-12/+153
* Fix autotools clang debug optimization level w/ older clang and Xcode version...Dana Robinson2020-12-021-2/+12
* (fix) H5Z_xform_create function and scientific notation (#144)jwsblokland2020-12-022-16/+50
* Add H5atclose and H5is_library_terminating routines. (#139)Quincey Koziol2020-12-013-8/+279
* Break single loop with interleaved sends and receives into two separate loops...Quincey Koziol2020-12-011-12/+20
* Expand ID dec_ref and close callbacks to allow for asynchronous close operati...Quincey Koziol2020-12-0120-81/+313
* Add flag to H5CX_pop that allow setting the properties to return to applicati...Quincey Koziol2020-12-0129-78/+80
* Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)Quincey Koziol2020-11-3017-84/+295
* Move API routines for VOL objects to main source file. (#133)Quincey Koziol2020-11-3012-996/+1000
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-3089-485/+503
* FreeBSD autotools changes (#142)Dana Robinson2020-11-302-4/+38
* Fixes clang debug optimization level w/ Autotools (#141)Dana Robinson2020-11-301-1/+1
* Removed H5_ECXXFLAGS from libhdf5.settings (#140)Dana Robinson2020-11-301-1/+1
* Minor cleanups (#132)Quincey Koziol2020-11-263-27/+27