summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Rework Fortran configure to allow multiple CMake reruns (#721)Allen Byrne2021-06-078-163/+167
| * Includes hdf5dev.h in hdf5.h (#728)Dana Robinson2021-06-0733-74/+30
| * Moves H5PacketTable default ctor inside source file (#731)Dana Robinson2021-06-063-5/+10
| * 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-044-27/+68
| * Fixes issue with ccmake that prevents building Fortran (#723)Dana Robinson2021-06-041-69/+7
| * Adds a quick for for some egregious chunk_info badness (#722)Dana Robinson2021-06-031-18/+23
| * Updates bin/trace script to correctly wrap H5TRACE macros near clang-format c...Dana Robinson2021-06-032-12/+35
| * Adds an Intel C++ configuration file (#716)Dana Robinson2021-06-034-0/+141
| * Updates PGI C/C++ configurations (#715)Dana Robinson2021-06-035-39/+150
| * Combo set of async and other changes (#161)Quincey Koziol2021-06-02179-6091/+12406
| * 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