| Commit message (Expand) | Author | Age | Files | Lines |
* | Normalization of H5_nanosleep() with VFD SWMR branch (#746) | Dana Robinson | 2021-06-11 | 2 | -14/+29 |
|
|
* | Includes hdf5dev.h in hdf5.h (#728) | Dana Robinson | 2021-06-07 | 8 | -46/+19 |
|
|
* | Adds __STDC_FORMAT_MACROS before including inttypes.h w/ C++ (#726) | Dana Robinson | 2021-06-04 | 1 | -1/+5 |
|
|
* | Moves gcc warning macros from H5public.h to H5private.h (#724) | Dana Robinson | 2021-06-04 | 3 | -27/+55 |
|
|
* | Updates bin/trace script to correctly wrap H5TRACE macros near clang-format c... | Dana Robinson | 2021-06-03 | 1 | -5/+4 |
|
|
* | Combo set of async and other changes (#161) | Quincey Koziol | 2021-06-02 | 139 | -6008/+10930 |
|
|
* | Cleans up hsize_t and haddr_t size guessing (#709) | Dana Robinson | 2021-06-02 | 1 | -127/+44 |
|
|
* | Removes some DEC Alpha cruft from H5detect and H5private.h (#708) | Dana Robinson | 2021-06-02 | 2 | -30/+1 |
|
|
* | Split H5L.c internal code to H5Lint.c (#691) | Dana Robinson | 2021-05-29 | 5 | -2171/+2249 |
|
|
* | Removes alternative function enter/leave macro scheme (#678) | Dana Robinson | 2021-05-29 | 31 | -2228/+2652 |
|
|
* | Removes pre-C99 build and header cruft (#700) | Dana Robinson | 2021-05-28 | 2 | -37/+6 |
|
|
* | Fix H5FD_mpio_Debug="rw" can report MPI_count instead of bytes (#699) | Scot Breitenfeld | 2021-05-28 | 1 | -12/+12 |
|
|
* | Use internal version of H5Eprint2 to avoid possible stack overflow (#661) | jhendersonHDF | 2021-05-26 | 1 | -5/+30 |
|
|
* | Typo (#682) | Dana Robinson | 2021-05-25 | 1 | -1/+1 |
|
|
* | Fixes for a couple of trivial warnings (#676) | Dana Robinson | 2021-05-24 | 1 | -1/+0 |
|
|
* | Remove version from pkgcfg file names (#671) | Allen Byrne | 2021-05-21 | 1 | -2/+2 |
|
|
* | Add H5Dchunk_iter method for iterating over chunks (#6) | Gaute Hope | 2021-05-19 | 6 | -1/+237 |
|
|
* | Reduces overly-pedantic casting in the public headers (#644) | Dana Robinson | 2021-05-15 | 8 | -17/+17 |
|
|
* | Bmr dev hdffv 11223 (#640) | bmribler | 2021-05-12 | 1 | -5/+18 |
|
|
* | Fix H5Eget_auto2/H5Eauto_is_v2 to not clear error stack (#625) | jhendersonHDF | 2021-05-12 | 1 | -8/+39 |
|
|
* | Purges UFAIL from the library (#637) | Dana Robinson | 2021-05-11 | 14 | -299/+270 |
|
|
* | Removes gratuitous (double)x.yF casts (#632) | Dana Robinson | 2021-05-07 | 14 | -86/+78 |
|
|
* | Cleans up a const warning left over from previous constification (#633) | Dana Robinson | 2021-05-07 | 1 | -4/+4 |
|
|
* | doygen adjustments (#614) | Allen Byrne | 2021-05-04 | 7 | -88/+88 |
|
|
* | Hash table replacement for skip lists in ID code (#600) | Dana Robinson | 2021-05-04 | 6 | -67/+1324 |
|
|
* | Adds const to a few global variables (#623) | Dana Robinson | 2021-05-04 | 5 | -65/+65 |
|
|
* | Fixes crashes when size_hint > UINT32_MAX is passed to H5Gcreate1 (#611) | Dana Robinson | 2021-04-30 | 2 | -11/+11 |
|
|
* | Fixes a segfault when H5Pset_mdc_log_options is called multiple times on a fa... | Dana Robinson | 2021-04-29 | 1 | -8/+3 |
|
|
* | Fix for a segfault when H5Pset_fapl_log is passed an invalid fapl ID (#607) | Dana Robinson | 2021-04-29 | 1 | -2/+5 |
|
|
* | Parallel builds need the mpi compiler for pkgconfig scripts. (#599) | Allen Byrne | 2021-04-27 | 1 | -1/+19 |
|
|
* | fortran generated files depends (#598) | Allen Byrne | 2021-04-26 | 1 | -2/+5 |
|
|
* | Merge doxygen2 into develop (#553) | Gerd Heber | 2021-04-26 | 49 | -1636/+8034 |
|
|
* | CMake changes to byproducts - ninja warnings (#568) | Allen Byrne | 2021-04-24 | 1 | -58/+60 |
|
|
* | Update top-level COPYING file and remove COPYING files from subdirectories (#... | Larry Knox | 2021-04-21 | 1 | -13/+0 |
|
|
* | Fixes incorrect usage of H5I_BADID (#554) | Dana Robinson | 2021-04-19 | 2 | -2/+2 |
|
|
* | Cleanup CMake code for doxygen and perl shell scripts (#552) | Allen Byrne | 2021-04-19 | 1 | -18/+26 |
|
|
* | Brings the native implementation of H5Fdelete() from Bitbucket (#524) | Dana Robinson | 2021-04-16 | 19 | -136/+597 |
|
|
* | Removes implementation of my_strdup() from the multi VFD (#527) | Dana Robinson | 2021-03-31 | 3 | -47/+27 |
|
|
* | Minor warning fixes in develop (#526) | Dana Robinson | 2021-03-31 | 2 | -134/+142 |
|
|
* | Removes dead H5ST package from the library (#528) | Dana Robinson | 2021-03-30 | 4 | -856/+2 |
|
|
* | Clean up MPI-IO VFD tracing support (#520) | Quincey Koziol | 2021-03-26 | 1 | -128/+196 |
|
|
* | Minor parallel improvements (#519) | Quincey Koziol | 2021-03-26 | 2 | -10/+5 |
|
|
* | Align with "parallel fence" changes (#479) | Quincey Koziol | 2021-03-24 | 9 | -163/+86 |
|
|
* | Misc warning fixes (#495) | Dana Robinson | 2021-03-24 | 2 | -3/+3 |
|
|
* | Removes support for pre-2015 Visual Studio (#496) | Dana Robinson | 2021-03-24 | 2 | -180/+7 |
|
|
* | Updates HSYS_GOTO_ERROR to emit GetLastError() values on Win32 (#492) | Dana Robinson | 2021-03-23 | 1 | -0/+30 |
|
|
* | File locks now work on Windows (#480) | Dana Robinson | 2021-03-22 | 2 | -33/+54 |
|
|
* | Adds an implementation for nanosleep on Windows (#483) | Dana Robinson | 2021-03-22 | 3 | -30/+24 |
|
|
* | Purge the buffer used in type conversion. (#263) | Yu Feng | 2021-03-19 | 1 | -6/+6 |
|
|
* | Fixed HDFFV-10480 (CVE-2018-11206) and HDFFV-11159 (CVE-2018-14033) (#405) | bmribler | 2021-03-19 | 2 | -20/+36 |
|
|