summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update testh5cc.sh.in for new major version 1.14. (#2349)Larry Knox2022-12-222-9/+59
* Adds Doxygen VOL flag markup (#2340)Dana Robinson2022-12-211-55/+63
* Onion VFD header cleanup (#2337)Dana Robinson2022-12-213-112/+85
* H5F_LIBVER_LATEST changes for move to 1.15 (#2288)Allen Byrne2022-12-2137-43/+132
* Fix up the H5Pencode2 test for virtual layout. (#2325)vchoi-hdfgroup2022-12-211-91/+87
* Fix doxygen warnings and remove javadocs (#2324)Allen Byrne2022-12-2016-63/+28
* Align arg types of H5D_chunk_iter_op_t with H5Dget_chunk_info (#2074)Mark Kittisopikul2022-12-194-20/+20
* Removed idioms and misc. text clean-up (#2320)Scot Breitenfeld2022-12-171-9/+4
* Disable hl tools by default (#2313)Allen Byrne2022-12-175-6/+48
* Only document Fortran functions (#2319)Scot Breitenfeld2022-12-171-1/+9
* moved onion VFD to FAPL group (#2321)Scot Breitenfeld2022-12-171-4/+4
* Hdffv 11052 (#2315)vchoi-hdfgroup2022-12-161-3/+11
* Removes duplicated build mode from -Werror GitHub actions (#2314)Dana Robinson2022-12-161-2/+2
* Converts the YAML build mode arrays to objects in special runs (#2308)Dana Robinson2022-12-161-37/+41
* Merge pull request #2304 from gheber/developGerd Heber2022-12-151-1/+1
|\
| * Update hdf5_header.htmlGerd Heber2022-12-151-1/+1
|/
* Hdffv 11052 (#2303)vchoi-hdfgroup2022-12-154-0/+59
* Fixes broken CI matrix actions involving -Werror and API versions (#2302)Dana Robinson2022-12-151-7/+7
* Adds 'unused' hints for MDS io_info parameters (#2301)Dana Robinson2022-12-143-18/+17
* added doc. warning for H5Literate_async return value (#2295)Scot Breitenfeld2022-12-141-0/+5
* Update windows worker compilers (#2286)Allen Byrne2022-12-144-20/+23
* Updated H5ES documenation (#2293)Scot Breitenfeld2022-12-131-5/+5
* Fix for HDFFV-11052: h5debug fails on a corrupted file (h5_nrefs_POC)… (#2291)vchoi-hdfgroup2022-12-133-26/+38
* added doc. warning for H5Oflush in parallel (#2289)Scot Breitenfeld2022-12-101-0/+3
* fixed unclosed objects in test (#2290)Scot Breitenfeld2022-12-101-6/+10
* Check for size==0 for all datatypes read from disk, not just compound (#2287)Neil Fortner2022-12-081-9/+5
* Compound datatypes may not have members of size 0 (#2243)Egbert Eich2022-12-072-69/+125
* Correct requires setting for pkgconfig files (#2280)Allen Byrne2022-12-076-10/+18
* Fixes warnings in H5Opline.c error messages (#2281)Dana Robinson2022-12-061-3/+5
* Add text about release notes (#2246)Allen Byrne2022-12-061-10/+67
* Develop jni trans (#2266)Allen Byrne2022-12-0611-421/+1407
* H5E_ERR_CLS_g symbol missing when compiling C++ plugins (#2269)V. Armando Solé2022-12-061-0/+7
* return error message related to calling API (#2276)Scot Breitenfeld2022-12-021-2/+2
* CVE 2021 46242 develop (#2255)Egbert Eich2022-12-022-2/+18
* Output should only be printed if verbose. (#2273)Allen Byrne2022-12-022-27/+42
* Report error if dimensions of chunked storage in data layout < 2 (#2241)Egbert Eich2022-12-022-1/+18
* Add aarch64 toolchain and change dump test to long opt (#2271)Allen Byrne2022-12-012-1/+18
* Develop fix ubuntu 22.04 openmpi install on github (#2268)Larry Knox2022-11-281-1/+1
* Make sure testsuite can handle multiple dependent scripts (#2256)Egbert Eich2022-11-281-1/+8
* Develop ubuntu 20.04 (#2267)Larry Knox2022-11-231-2/+2
* Use ubuntu-20.04 for github autotools parallel tests until parallel (#2264)Larry Knox2022-11-182-2/+2
* Bug Fix: Segfault in H5CX_get_vol_wrap_ctx when H5VLwrap_register is called f...raylu-hdf2022-11-173-2/+111
* Simplify & fix check for szlib encoder (#2263)Ryan Schmidt2022-11-171-4/+1
* Remove hard-coded version text (#2260)Allen Byrne2022-11-162-3/+3
* Refactor JNI translate functions to a recursive switch on datatype (#2232)Allen Byrne2022-11-167-488/+914
* moved quad precision checks (#2252)Scot Breitenfeld2022-11-122-103/+106
* H5O_dtype_decode_helper: Parent of enum needs to have same size as enum itsel...Egbert Eich2022-11-112-13/+28
* Make sure info block for external links has at least 3 bytes (#2234)Egbert Eich2022-11-112-0/+15
* Validate location (offset) of the accumulated metadata when comparing (#2231)Egbert Eich2022-11-112-7/+24
* Make H5O__fsinfo_decode() more resilient to out-of-bound reads. (#2229)Egbert Eich2022-11-112-3/+26