summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-026-49/+4
* C++ warning and build fixes (#707)Dana Robinson2021-06-0139-651/+453
* Clean up type size checks in configure.ac (#702)Dana Robinson2021-05-291-29/+10
* Split H5L.c internal code to H5Lint.c (#691)Dana Robinson2021-05-296-2171/+2250
* Removes alternative function enter/leave macro scheme (#678)Dana Robinson2021-05-2933-2263/+2674
* Java and fortran cmake changes (#694)Allen Byrne2021-05-299-87/+122
* Removes pre-C99 build and header cruft (#700)Dana Robinson2021-05-2817-146/+11
* Fix H5FD_mpio_Debug="rw" can report MPI_count instead of bytes (#699)Scot Breitenfeld2021-05-281-12/+12
* Require a C++11 compiler to build the C++ wrappers (#693)Dana Robinson2021-05-284-15/+11
* CMake fix for sporadic flush2 failures (#692)Dana Robinson2021-05-271-8/+0
* Makes the event_set test a single-source target (#690)Dana Robinson2021-05-272-20/+1
* Use internal version of H5Eprint2 to avoid possible stack overflow (#661)jhendersonHDF2021-05-263-15/+38
* err_compat test cleanup (#681)Dana Robinson2021-05-252-123/+146
* Typo (#682)Dana Robinson2021-05-251-1/+1
* Various CMake changes (#679)Dana Robinson2021-05-245-11/+19
* Fixes for a couple of trivial warnings (#676)Dana Robinson2021-05-243-5/+4
* Brings chunk_info valgrind fix from 1.12 (#677)Dana Robinson2021-05-241-7/+8
* Remove version from pkgcfg file names (#671)Allen Byrne2021-05-217-13/+13
* Fix VS2019 test reference (#668)Allen Byrne2021-05-211-8/+15
* Add if blocks around fortran targets for build mode (#660)Allen Byrne2021-05-191-14/+18
* Add H5Dchunk_iter method for iterating over chunks (#6)Gaute Hope2021-05-198-19/+333
* BUG: DataSet assignment operator is missing (#503)Lee Newberg2021-05-194-73/+88
* Revert addition of & to 2 parameters in DSetCreatPropList::setVirtual to (#652)Larry Knox2021-05-182-3/+3
* CMake uses matches for clang (#645)Allen Byrne2021-05-172-4/+4
* Reduces overly-pedantic casting in the public headers (#644)Dana Robinson2021-05-158-17/+17
* Bmr dev hdffv 11223 (#640)bmribler2021-05-127-11/+47
* Fix H5Eget_auto2/H5Eauto_is_v2 to not clear error stack (#625)jhendersonHDF2021-05-122-9/+52
* Purges UFAIL from the library (#637)Dana Robinson2021-05-1117-305/+274
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-0743-300/+291
* Cleans up a const warning left over from previous constification (#633)Dana Robinson2021-05-071-4/+4
* h5diff subset indexing (#628)Allen Byrne2021-05-072-100/+90
* Cleanup tools debug build warnings (#627)Allen Byrne2021-05-058-75/+75
* doygen adjustments (#614)Allen Byrne2021-05-0411-100/+112
* Made private my_yyinput function static (#618)Sean McBride2021-05-042-4/+4
* Hash table replacement for skip lists in ID code (#600)Dana Robinson2021-05-048-69/+1327
* Adds const to a few global variables (#623)Dana Robinson2021-05-045-65/+65
* Ubsan fixes (#498)Sean McBride2021-05-034-111/+19
* Removed mentions of Wdeclaration-after-statement now that C99 is requ… (#447)Sean McBride2021-05-033-4/+0
* Fixes crashes when size_hint > UINT32_MAX is passed to H5Gcreate1 (#611)Dana Robinson2021-04-304-13/+52
* Fortran target depends (#608)Allen Byrne2021-04-301-11/+17
* Fixes a segfault when H5Pset_mdc_log_options is called multiple times on a fa...Dana Robinson2021-04-293-8/+21
* Fix for a segfault when H5Pset_fapl_log is passed an invalid fapl ID (#607)Dana Robinson2021-04-293-3/+30
* Parallel builds need the mpi compiler for pkgconfig scripts. (#599)Allen Byrne2021-04-276-6/+44
* fortran generated files depends (#598)Allen Byrne2021-04-262-4/+16
* Merge doxygen2 into develop (#553)Gerd Heber2021-04-26110-1724/+61863
* CMake changes to byproducts - ninja warnings (#568)Allen Byrne2021-04-246-96/+98
* Fix set_tests_properties for parallel t_pflush tests (#569)jhendersonHDF2021-04-221-2/+2
* Update top-level COPYING file and remove COPYING files from subdirectories (#...Larry Knox2021-04-2120-251/+6
* Added more C++11 override keywords (#485)Sean McBride2021-04-2123-71/+71