summaryrefslogtreecommitdiffstats
path: root/src/H5Dbtree.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-1/+0
* Fix some issues with collective metadata reads for chunked datasets (#3716)jhendersonHDF2023-10-241-174/+268
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-1/+1
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-50/+50
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-28/+28
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-2/+2
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-2/+2
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-5/+5
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-84/+0
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-5/+5
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-129/+129
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-1/+1
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-16/+16
* Converted H5D asserts to normal error checking (#2842)Dana Robinson2023-04-291-20/+12
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-13/+13
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-28/+28
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-11/+18
* Clang-format of source filesAllen Byrne2020-09-301-335/+281
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-3/+2
|\
| * Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-061-1/+1
| * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-4/+3
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-2/+2
|/
* merge and fix conflictkmu2020-01-191-2/+2
|\
* | fix unused related warningskmu2020-01-131-2/+2
|/
* - 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-2/+2
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-5/+4
* Combined macro lines as Dana commentedBinh-Minh Ribler2018-07-161-2/+1
* Fixed division-by-zero issuesBinh-Minh Ribler2018-07-161-8/+15
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-36/+30
* 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-0/+1
* [svn-r28646] Minor normalization with revise_chunks.Dana Robinson2015-12-141-6/+0
* [svn-r28643] Add H5D_t pointer to chunk callback.Dana Robinson2015-12-141-2/+3
* [svn-r28606] Description:Quincey Koziol2015-12-131-14/+1
* [svn-r28452] Description:Quincey Koziol2015-11-231-22/+17
* [svn-r27768] Description:Quincey Koziol2015-09-141-6/+6
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-11/+11
* [svn-r27058] Description:Quincey Koziol2015-05-131-64/+158
* [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-101-3/+3
* [svn-r26837] Description:Quincey Koziol2015-04-171-47/+21
* [svn-r26757] Description:Quincey Koziol2015-04-071-2/+1
* [svn-r26195] Description:Quincey Koziol2015-02-171-6/+6
* [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward projec...Mohamad Chaarawi2014-02-131-7/+7
* [svn-r24087] Rename the private H5RC (reference count) module to H5UC (Use Co...Mohamad Chaarawi2013-08-301-9/+9
* [svn-r22287] Description:Quincey Koziol2012-04-161-163/+163
* [svn-r21919] Description:Quincey Koziol2012-02-091-27/+27
* [svn-r19638] Description:Quincey Koziol2010-10-191-1/+3