summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Brings the tools getopt(3) replacement into the main library (#803)Dana Robinson2021-06-291-0/+51
* Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-291-410/+413
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-49/+41
* Assume frexpl/f and fabsl/f, which are C99 (#799)Dana Robinson2021-06-251-12/+2
* Removes checks for signal and set/longjmp, which are C89 (#798)Dana Robinson2021-06-251-7/+1
* Reorganization of C and POSIX headers in H5public.h & H5private.h (#793)Dana Robinson2021-06-241-4/+3
* Removes ancient Autotools cruft (#790)Dana Robinson2021-06-241-19/+2
* Cleans up some POSIX header bits in H5private.h (#783)Dana Robinson2021-06-231-27/+11
* Removes checks and work-arounds for strtoll and strtoull (#769)Dana Robinson2021-06-181-5/+1
* Moves gcc warning macros from H5public.h to H5private.h (#724)Dana Robinson2021-06-041-0/+23
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-0/+3
* Removes some DEC Alpha cruft from H5detect and H5private.h (#708)Dana Robinson2021-06-021-15/+1
* Removes alternative function enter/leave macro scheme (#678)Dana Robinson2021-05-291-236/+6
* Removes pre-C99 build and header cruft (#700)Dana Robinson2021-05-281-12/+0
* Purges UFAIL from the library (#637)Dana Robinson2021-05-111-1/+0
* Removes implementation of my_strdup() from the multi VFD (#527)Dana Robinson2021-03-311-12/+3
* Removed workarounds for pre-standard inline keyword (#423)Sean McBride2021-03-121-17/+0
* Fixes various warnings noticed on Windows (#425)Dana Robinson2021-03-051-5/+7
* Patches from vtk (#358)Sean McBride2021-02-251-14/+0
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-231-3/+3
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-38/+38
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-0/+1
* Add flag to H5CX_pop that allow setting the properties to return to applicati...Quincey Koziol2020-12-011-2/+2