summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* H5IMget_image_info(): Make sure to not exceed local array size (#2227)Egbert Eich2022-11-112-2/+14
* removed uninterpretable line (#2249)Scot Breitenfeld2022-11-111-1/+1
* Adds a release note for PR #2210 (CVE-2019-8396) (#2247)Dana Robinson2022-11-101-0/+11
* Removes MPE instrumentation support. (#2245)Dana Robinson2022-11-0911-217/+23
* H5O__pline_decode() Make more resilient to out-of-bounds read (#2210)Egbert Eich2022-11-092-2/+18
* Moved the contributing.md document to the project root (#2244)Dana Robinson2022-11-091-0/+0
* Removes dmalloc support (#2239)Dana Robinson2022-11-097-101/+13
* Multidataset RFC updates (#2238)Gerd Heber2022-11-091-1/+1
* Bug fix: the previous checkin only supported the native connector (#2211)raylu-hdf2022-11-051-5/+21
* Removes the memory allocation sanity checks feature (#2218)Dana Robinson2022-11-0318-654/+63
* correct H5Ropen_object_reference (#2212)Scot Breitenfeld2022-11-031-1/+1
* Fixed a Doxygen param in H5EScancel (#2213)Dana Robinson2022-11-031-1/+1
* Use ctest_test and APPEND to correctly report passed and failed test numbers ...Larry Knox2022-11-0213-43/+83
* Update link for Software Changes in RELEASE.txt. (#2205)Larry Knox2022-11-012-958/+1428
* Correct the CMake link for MPI (#2198)Allen Byrne2022-11-019-22/+28
* Update copyright headers (#2184)Larry Knox2022-11-011269-1852/+221
* Added a test case for H5VLget_connector_name (#2195)raylu-hdf2022-10-281-0/+58
* added issue with Perlmutter and subfiling (#2202)Scot Breitenfeld2022-10-281-0/+21
* Update release.txt (#2201)Larry Knox2022-10-281-104/+19
* Fix for documentation misunderstanding on m1 Intel builds (#2188)Allen Byrne2022-10-261-4/+4
* running on node-16 insteas of Node.js 12 (#2190)Scot Breitenfeld2022-10-264-4/+4
* Update develop branch version to 1.13.4-1 (#2189)Larry Knox2022-10-2610-18/+18
* JNI: Improve varlen datatype handling in H5A/H5D read/write functions (#2156)Allen Byrne2022-10-2612-970/+1088
* Add RELEASE.txt note for multi dataset feature (#2187)Neil Fortner2022-10-261-1/+9
* converted from ISO-8859-1 to UTF-8 (#2185)Scot Breitenfeld2022-10-252-43/+43
* Removed the file, func, line args in the _async APIs fpr doxygen (#2179)Scot Breitenfeld2022-10-2523-75/+354
* Port VOL User Guide to doxygen (#2165)Allen Byrne2022-10-253-12/+1200
* Implement option for using CMake GNUInstallDirs (#2175)Allen Byrne2022-10-2518-40/+129
* Added a test case to verify the VOL capacity flags work correctly. (#2178)raylu-hdf2022-10-251-10/+112
* fixed error code returned for H5Aexits (#2180)Scot Breitenfeld2022-10-251-2/+2
* Fix problem with variable length attributes being accessed through multiple f...Neil Fortner2022-10-253-1/+92
* Multi Dataset (#2120)Neil Fortner2022-10-1940-2984/+6502
* make sure to match the debug library postfix with external cmake projects and...Pierce Brooks2022-10-191-1/+9
* address test failing when default real and integers are 8 bytes (#2173)Scot Breitenfeld2022-10-191-6/+17
* changed to referencing C APIs by empty brackets (Fortran) (#2167)Scot Breitenfeld2022-10-1718-463/+463
* Fix H5Dfill_f test (#2162)Scot Breitenfeld2022-10-144-126/+188
* Fix for HDFFV-10840: Instead of using fill->buf for datatype conversion (#2153)vchoi-hdfgroup2022-10-142-14/+24
* Cleans final production mode warnings from H5Shyper.c (#2163)Dana Robinson2022-10-142-161/+249
* renamed H5_FORTRAN_C_LONG_DOUBLE_IS_UNIQUE DLL (#2158)Scot Breitenfeld2022-10-132-2/+2
* Fix for missing h5dfill_c_long_double in dll (#2155)Scot Breitenfeld2022-10-122-1/+4
* Implemented C matching (and general) H5Dfill Fortran wrappers (#2152)Scot Breitenfeld2022-10-117-72/+398
* Avoid calling H5FD_subfiling_init from h5open_f. (#2149)Scot Breitenfeld2022-10-071-1/+23
* Subfiling Fortran wrapper work. (#2143)Scot Breitenfeld2022-10-0618-34/+870
* Fix static-cast format (#2141)Allen Byrne2022-10-041-3/+3