summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
Commit message (Expand)AuthorAgeFilesLines
* Sync 1.14 branch with develop (#3923)Larry Knox2024-01-081-0/+8
* Sync 1.14 branch with develop (#3887)jhendersonHDF2023-12-071-0/+1
* 1.14 sync with develop (#3660)jhendersonHDF2023-10-121-225/+36
* Bring the H5detect removal change from develop (#3648)Dana Robinson2023-10-091-1/+1
* Fix several spelling/grammar issues (#3621) (#3632)Dana Robinson2023-10-041-2/+2
* Merge Made HGOTO_ERROR a do-while loop changes from develop (#3334)Allen Byrne2023-08-031-2/+2
* Sync of src w/ develop (#3307)Dana Robinson2023-07-281-551/+44
* Convert H5F_addr calls to H5_addr (#3297)Dana Robinson2023-07-271-0/+29
* Prevent buffer overrun in H5S_select_deserialize (#2953)mattjala2023-05-161-0/+9
* Sync with develop (#2871)Dana Robinson2023-05-021-8/+0
* Merge with develop (#2790)Dana Robinson2023-04-221-17/+9
* Add buffer overrun checks to H5O__layout_decode and H5O__sdspace_decode (#267...jhendersonHDF2023-04-151-0/+5
* Removes MPE instrumentation support. (#2245)Dana Robinson2022-11-091-77/+4
* H5O__pline_decode() Make more resilient to out-of-bounds read (#2210)Egbert Eich2022-11-091-0/+3
* Removes dmalloc support (#2239)Dana Robinson2022-11-091-7/+0
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Multi Dataset (#2120)Neil Fortner2022-10-191-1/+3
* Use case-insensitive comparison for headers fix #2100 (#2101)Frank Berghaus2022-09-211-0/+8
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-1/+1
* Turns off clang optimizations on a couple of onion VFD functions (#1976)Dana Robinson2022-08-081-0/+13
* Adds platform-independent basename and dirname (#1951)Dana Robinson2022-08-051-0/+5
* Onion VFD (#1953)Dana Robinson2022-08-021-0/+3
* Removes Windows getlogin() equivalents (#1958)Dana Robinson2022-08-011-3/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-6/+6
* Updates uthash and makes some tweaks (#1928)Dana Robinson2022-07-251-0/+1
* Switches the tagged metadata list from a skip list to a hash table (#1925)Dana Robinson2022-07-251-0/+9
* Removes definitions for (U)LLONG_MAX and (S)SIZET_MAX (#1877)Dana Robinson2022-07-111-14/+7
* Support for UnifyFS with MPI_File_sync (#1801)Houjun Tang2022-07-111-0/+1
* Adds the malloc attribute to appropriate functions (gcc only) (#1866)Dana Robinson2022-07-111-43/+59
* sprintf to snprintf (#1815)Sean McBride2022-06-221-1/+1
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-27/+2
* Fix for unexported global variable on Windows (#1568)Dana Robinson2022-04-011-2/+5
* Add H5_CHECK_MPI_VERSION macro to check for at least MPI version of (version,...jhendersonHDF2022-03-301-0/+9
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-0/+15
* Removes HD prefix from pthreads calls (#1507)Dana Robinson2022-03-181-51/+0
* Parallel Compression improvements (#1302)jhendersonHDF2022-02-241-0/+30
* Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-281-1/+2
* Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-281-1/+1
* various cleanup java test, test files, comments (#1363)Allen Byrne2022-01-181-1/+1
* Fix compilation issues with Mingw (#1342)Baljak2022-01-081-1/+3
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-82/+27
* OESS-168: Remove clang warnings. (#1124)H. Joe Lee2021-11-051-2/+2
* Modified gcc/clang warning suppression macros to account for some warnings fl...Sean McBride2021-09-161-9/+35
* Develop windows compiler fixes (#912)Allen Byrne2021-08-191-0/+2
* Remove version-check for relnum in H5check. (#812)Allen Byrne2021-07-271-3/+3
* Avoid popping API context when one wasn't pushed (#848)jhendersonHDF2021-07-221-3/+16
* Remove checks for winsock2.h (#813)Dana Robinson2021-07-061-7/+6
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-301-10/+10
* Removes type guesses when C99 types are missing (#807)Dana Robinson2021-06-291-68/+0