summaryrefslogtreecommitdiffstats
path: root/src/H5Dearray.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some issues with collective metadata reads for chunked datasets (#3716)jhendersonHDF2023-10-241-85/+186
* 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-28/+28
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-47/+47
* 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-141/+141
* 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-31/+31
* Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-281-2/+2
* Purges UFAIL from the library (#637)Dana Robinson2021-05-111-11/+5
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-358/+325
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-07-301-199/+199
|\
| * Minor changes from normalization with 1.10Dana Robinson2020-07-091-199/+199
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-5/+5
|/
* Trim trailing whitespaceQuincey Koziol2020-04-201-3/+3
* - Added H5MMprivate.h #includes where neededDana Robinson2019-03-161-0/+1
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-3/+3
* C and POSIX call cleanupDana Robinson2019-01-111-2/+2
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-47/+34
* Revert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop...Dana Robinson2017-06-091-12/+4
* * 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-4/+6
* 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
* Fix for H5Dset_extent test failure with extensive array indexing (HDFFV-9771)Vailin Choi2017-04-111-3/+12
* 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
* [svn-r29776] Description:Quincey Koziol2016-04-241-1/+9
* [svn-r29717] Description:Quincey Koziol2016-04-161-3/+4
* [svn-r29635] Description:Quincey Koziol2016-04-051-0/+1740