summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for a segfault when H5Pset_fapl_log is passed an invalid fapl ID (#607)Dana Robinson2021-04-291-2/+5
* Parallel builds need the mpi compiler for pkgconfig scripts. (#599)Allen Byrne2021-04-271-1/+19
* fortran generated files depends (#598)Allen Byrne2021-04-261-2/+5
* Merge doxygen2 into develop (#553)Gerd Heber2021-04-2649-1636/+8034
* CMake changes to byproducts - ninja warnings (#568)Allen Byrne2021-04-241-58/+60
* Update top-level COPYING file and remove COPYING files from subdirectories (#...Larry Knox2021-04-211-13/+0
* Fixes incorrect usage of H5I_BADID (#554)Dana Robinson2021-04-192-2/+2
* Cleanup CMake code for doxygen and perl shell scripts (#552)Allen Byrne2021-04-191-18/+26
* Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-1619-136/+597
* Removes implementation of my_strdup() from the multi VFD (#527)Dana Robinson2021-03-313-47/+27
* Minor warning fixes in develop (#526)Dana Robinson2021-03-312-134/+142
* Removes dead H5ST package from the library (#528)Dana Robinson2021-03-304-856/+2
* Clean up MPI-IO VFD tracing support (#520)Quincey Koziol2021-03-261-128/+196
* Minor parallel improvements (#519)Quincey Koziol2021-03-262-10/+5
* Align with "parallel fence" changes (#479)Quincey Koziol2021-03-249-163/+86
* Misc warning fixes (#495)Dana Robinson2021-03-242-3/+3
* Removes support for pre-2015 Visual Studio (#496)Dana Robinson2021-03-242-180/+7
* Updates HSYS_GOTO_ERROR to emit GetLastError() values on Win32 (#492)Dana Robinson2021-03-231-0/+30
* File locks now work on Windows (#480)Dana Robinson2021-03-222-33/+54
* Adds an implementation for nanosleep on Windows (#483)Dana Robinson2021-03-223-30/+24
* Purge the buffer used in type conversion. (#263)Yu Feng2021-03-191-6/+6
* Fixed HDFFV-10480 (CVE-2018-11206) and HDFFV-11159 (CVE-2018-14033) (#405)bmribler2021-03-192-20/+36
* Update clang config (#473)Quincey Koziol2021-03-175-68/+92