summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Unsigned comparison to 0 warning avoidance (#869)Larry Knox2021-08-021-3/+4
* Added int variable for comparison with H5_VERS_RELEASE in H5.c to avoid (#866)Larry Knox2021-07-301-1/+3
* Updates a comment in H5mpi.c (#863)Dana Robinson2021-07-281-1/+1
* Remove version-check for relnum in H5check. (#812)Allen Byrne2021-07-272-93/+154
* Fixes a couple of warnings: (#849)Dana Robinson2021-07-221-2/+2
* Avoid popping API context when one wasn't pushed (#848)jhendersonHDF2021-07-221-3/+16
* Allow parallel filters feature for comm size of 1 (#840)jhendersonHDF2021-07-201-3/+11
* Remove checks for winsock2.h (#813)Dana Robinson2021-07-062-10/+9
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-3018-240/+248
* Assume C99 types exist in H5detect.c (#808)Dana Robinson2021-06-291-90/+0
* 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-292-0/+215
* Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-292-452/+448
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-2917-161/+155
* 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-252-52/+4
* Reorganization of C and POSIX headers in H5public.h & H5private.h (#793)Dana Robinson2021-06-242-17/+16
* 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-182-130/+1
* Fix several warnings (#747)jhendersonHDF2021-06-166-17/+29
* Fixes some H5SL include statements (#758)Dana Robinson2021-06-163-2/+1
* Normalization of H5_nanosleep() with VFD SWMR branch (#746)Dana Robinson2021-06-112-14/+29
* Includes hdf5dev.h in hdf5.h (#728)Dana Robinson2021-06-078-46/+19
* Adds __STDC_FORMAT_MACROS before including inttypes.h w/ C++ (#726)Dana Robinson2021-06-041-1/+5
* Moves gcc warning macros from H5public.h to H5private.h (#724)Dana Robinson2021-06-043-27/+55
* Updates bin/trace script to correctly wrap H5TRACE macros near clang-format c...Dana Robinson2021-06-031-5/+4
* Combo set of async and other changes (#161)Quincey Koziol2021-06-02139-6008/+10930
* Cleans up hsize_t and haddr_t size guessing (#709)Dana Robinson2021-06-021-127/+44
* Removes some DEC Alpha cruft from H5detect and H5private.h (#708)Dana Robinson2021-06-022-30/+1
* Split H5L.c internal code to H5Lint.c (#691)Dana Robinson2021-05-295-2171/+2249
* Removes alternative function enter/leave macro scheme (#678)Dana Robinson2021-05-2931-2228/+2652
* Removes pre-C99 build and header cruft (#700)Dana Robinson2021-05-282-37/+6
* Fix H5FD_mpio_Debug="rw" can report MPI_count instead of bytes (#699)Scot Breitenfeld2021-05-281-12/+12
* Use internal version of H5Eprint2 to avoid possible stack overflow (#661)jhendersonHDF2021-05-261-5/+30
* Typo (#682)Dana Robinson2021-05-251-1/+1
* Fixes for a couple of trivial warnings (#676)Dana Robinson2021-05-241-1/+0
* Remove version from pkgcfg file names (#671)Allen Byrne2021-05-211-2/+2
* Add H5Dchunk_iter method for iterating over chunks (#6)Gaute Hope2021-05-196-1/+237
* Reduces overly-pedantic casting in the public headers (#644)Dana Robinson2021-05-158-17/+17
* Bmr dev hdffv 11223 (#640)bmribler2021-05-121-5/+18
* Fix H5Eget_auto2/H5Eauto_is_v2 to not clear error stack (#625)jhendersonHDF2021-05-121-8/+39
* Purges UFAIL from the library (#637)Dana Robinson2021-05-1114-299/+270
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-0714-86/+78
* Cleans up a const warning left over from previous constification (#633)Dana Robinson2021-05-071-4/+4
* doygen adjustments (#614)Allen Byrne2021-05-047-88/+88
* Hash table replacement for skip lists in ID code (#600)Dana Robinson2021-05-046-67/+1324
* Adds const to a few global variables (#623)Dana Robinson2021-05-045-65/+65
* Fixes crashes when size_hint > UINT32_MAX is passed to H5Gcreate1 (#611)Dana Robinson2021-04-302-11/+11
* Fixes a segfault when H5Pset_mdc_log_options is called multiple times on a fa...Dana Robinson2021-04-291-8/+3