summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
Commit message (Expand)AuthorAgeFilesLines
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-2/+2
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-2/+2
* Remove HD from HDis* (e.g., isalpha) (#3212)Dana Robinson2023-06-291-50/+17
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-12/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-21/+0
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-291-18/+0
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-291-9/+0
* Rename HDato*() to ato*() (#3201)Dana Robinson2023-06-291-12/+0
* Remove HD from protected POSIX calls (#3203)Dana Robinson2023-06-291-21/+0
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-12/+0
* Remove HD from HDposix_memalign() (#3196)Dana Robinson2023-06-281-3/+0
* Rename HDsystem() to system() (#3197)Dana Robinson2023-06-281-3/+0
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-6/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-14/+11
* Rename HDpipe() to pipe() (#3192)Dana Robinson2023-06-281-3/+0
* Rename HDqsort() to qsort() (#3193)Dana Robinson2023-06-281-3/+0
* Remove HD from fork/exec*/wait* (#3190)Dana Robinson2023-06-281-18/+0
* Remove HDva_(arg|copy|end|start) (#3184)Dana Robinson2023-06-281-12/+0
* Remove HD prefix from network calls (#3142)Dana Robinson2023-06-161-42/+0
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-2/+7
* Remove unused HD macros (#3120)Dana Robinson2023-06-141-285/+0
* Remove H5detect and H5make_libsettings (#3104)Dana Robinson2023-06-131-2/+3
* Add netCDF and HDF-EOS5 badges to README.md (#3065)Dana Robinson2023-06-071-1/+1
* Move encode/decode macros to a new header (#3040)Dana Robinson2023-06-061-0/+3
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-0/+29
* Prevent buffer overrun in H5S_select_deserialize (#2931)mattjala2023-05-121-0/+9
* Implement selection I/O with type conversion (#2823)Neil Fortner2023-04-281-8/+0
* Removes programmer/date lines from src headers (#2747)Dana Robinson2023-04-181-16/+7
* Remove duplicated H5_IS_BUFFER_OVERFLOW macro (#2700)jhendersonHDF2023-04-121-5/+0
* Fix invalid memory access in H5O__ginfo_decode (#2663)mattjala2023-04-111-0/+5
* Add buffer overrun checks to H5O__layout_decode and H5O__sdspace_decode (#2679)jhendersonHDF2023-04-111-0/+5
* Fix minor things noted when doing 1.10 merges (#2610)Dana Robinson2023-03-241-1/+1
* Include shlwapi.h explicitly on Windows (#2407)Mark Kittisopikul2023-01-171-0/+1
* 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