summaryrefslogtreecommitdiffstats
path: root/src/H5Dfarray.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some issues with collective metadata reads for chunked datasets (#3716)jhendersonHDF2023-10-241-65/+169
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-2/+2
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-27/+27
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-44/+44
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-2/+2
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-2/+2
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-89/+0
* Remove some "Programmer" comments (#3209)Dana Robinson2023-06-291-4/+1
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-4/+4
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-133/+133
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-1/+1
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-20/+20
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-16/+16
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-30/+30
* Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-281-2/+2
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-323/+288
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-07-301-90/+90
|\
| * Minor changes from normalization with 1.10Dana Robinson2020-07-091-90/+90
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-5/+5
|/
* Normalization with hdf5_1_10Dana Robinson2020-06-011-103/+103
* Trim trailing whitespaceQuincey Koziol2020-04-201-5/+5
* C and POSIX call cleanupDana Robinson2019-01-111-2/+2
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-48/+34
* Revert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop...Dana Robinson2017-06-091-11/+3
* * Made STATIC free lists EXTERN for H5O_layout_t.Dana Robinson2017-06-071-1/+1
* Updated H5O_layout_t dynamic work to use the H5FL interface.Dana Robinson2017-06-071-3/+5
* Made some H5O_layout_t stack allocations dynamic (quiets warnings).Dana Robinson2017-06-061-3/+9
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-8/+86
* Tentative fix for valgrind issues related to EoC.Dana Robinson2016-11-261-2/+2
* Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-061-1/+1
* [svn-r29976] Description:Quincey Koziol2016-05-301-53/+18
* [svn-r29776] Description:Quincey Koziol2016-04-241-1/+9
* [svn-r29717] Description:Quincey Koziol2016-04-161-1/+1
* [svn-r29659] Added fixed array chunk indexing from revise_chunks.Dana Robinson2016-04-071-0/+1638