summaryrefslogtreecommitdiffstats
path: root/src/H5Dcontig.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-2/+0
* Refactor datatype conversion code to use pointers rather than IDs (#4104)jhendersonHDF2024-03-101-31/+15
* Update parallel compression feature to support multi-dataset I/O (#3591)jhendersonHDF2023-10-101-0/+2
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-40/+40
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-78/+78
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-8/+8
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-5/+5
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-61/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-69/+69
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-2/+2
* Implement selection I/O with type conversion (#2823)Neil Fortner2023-04-281-32/+59
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Multi Dataset (#2120)Neil Fortner2022-10-191-100/+318
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-2/+2
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-21/+21
* Warnings fixes (#1680)jhendersonHDF2022-04-251-5/+7
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-12/+12
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-11/+99
* Parallel rank0 deadlock fixes (#1183)jhendersonHDF2022-01-221-3/+10
* Stop lying about H5S_t const-ness (#1209)Dana Robinson2021-11-201-14/+24
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-2/+2
* Clang-format of source filesAllen Byrne2020-09-301-421/+392
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-1/+1
* Trim trailing whitespaceQuincey Koziol2020-04-201-3/+3
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-1/+1
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-7/+2
* Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to matchQuincey Koziol2019-08-221-6/+6
* Begin converting dataset code to use shared file pointer instead of top fileQuincey Koziol2019-08-201-30/+30
* Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-04-031-11/+37
|\
| * - 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-11/+11
| * Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-03-061-0/+25
* | Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-20/+0
|/
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291-83/+87
|\
| * Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-64/+49
| * Cleaned up misc warnings in src and test.Dana Robinson2017-11-101-1/+1
| * Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiersVailin Choi2017-06-111-17/+38
| * Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-281-1/+1
|/
* [svn-r29549] Minor normalization w/ revise_chunks in preparation for big merge.Dana Robinson2016-03-241-1/+1
* [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU...Mohamad Chaarawi2016-02-071-28/+23
* [svn-r28972] Removed option to clear file buffers from autotools, CMake, and ...Dana Robinson2016-01-261-4/+3
* [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...Mohamad Chaarawi2016-01-211-1/+1
* [svn-r28646] Minor normalization with revise_chunks.Dana Robinson2015-12-141-1/+0
* [svn-r27811] Description:Quincey Koziol2015-09-161-2/+3
* [svn-r27768] Description:Quincey Koziol2015-09-141-5/+6
* [svn-r27613] Description:Quincey Koziol2015-08-291-1/+75
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-5/+5
* [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-101-9/+21