summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
Commit message (Expand)AuthorAgeFilesLines
* Committing clang-format changessel_io_chunk_cachegithub-actions2023-12-221-15/+15
* Work in progres for chunk cache with selection I/O improvement.vchoi-hdfgroup.org2023-12-221-0/+15
* Fix some issues with collective metadata reads for chunked datasets (#3716)jhendersonHDF2023-10-241-6/+15
* Update parallel compression feature to support multi-dataset I/O (#3591)jhendersonHDF2023-10-101-20/+23
* Remove unused member from H5D_shared_t struct. (#3628)Neil Fortner2023-10-031-7/+6
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-71/+70
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-1/+1
* Implement selection I/O with type conversion (#2823)Neil Fortner2023-04-281-16/+73
* Removes programmer/date lines from src headers (#2747)Dana Robinson2023-04-181-6/+3
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Multi Dataset (#2120)Neil Fortner2022-10-191-154/+169
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-38/+38
* Fix some const cast and stack/static object size warnings (#1700)jhendersonHDF2022-05-011-1/+1
* Address some warnings from casting away of const (#1684)jhendersonHDF2022-04-261-4/+4
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-3/+4
* Parallel Compression improvements (#1302)jhendersonHDF2022-02-241-2/+15
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Fix a few warnings after recent H5S const-related changes (#1225)jhendersonHDF2021-11-241-6/+6
* Stop lying about H5S_t const-ness (#1209)Dana Robinson2021-11-201-18/+17
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-2/+2
* Add H5Dchunk_iter method for iterating over chunks (#6)Gaute Hope2021-05-191-0/+1
* Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429)Sean McBride2021-03-091-1/+2
* Changes found during merge to 1.12 (#414)Allen Byrne2021-03-041-1/+1
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-231-2/+2
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-3/+3
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-3/+3
* Clang-format of source filesAllen Byrne2020-09-301-405/+386
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-3/+2
* Minor normalization with 1.10.Dana Robinson2020-07-201-1/+1
* Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2019-12-211-2/+2
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-13/+2
* Implement support for using H5Dvlen_get_buf_size withNeil Fortner2019-12-051-0/+1
* Community-proposed fixChris Hogan2019-11-181-0/+1
* HDFFV-10677 and HDFFV-10661Binh-Minh Ribler2019-08-281-0/+3
* Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to matchQuincey Koziol2019-08-221-1/+1
* Begin converting dataset code to use shared file pointer instead of top fileQuincey Koziol2019-08-201-0/+4
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-1/+1
* Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-03-171-2/+7
|\
| * Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-03-061-2/+7
* | Core changes to selection code from the hyperslab_updates branch.Quincey Koziol2019-03-161-4/+4
|/
* Moved the native VOL connector's optional enums to theDana Robinson2018-12-151-9/+0
* Switch switch remainder of API routines to use VOL callbacks.Quincey Koziol2018-11-101-1/+1
* VOL FEATUREDana Robinson2018-10-101-1/+10
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-12/+10
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-3/+0
* Finished move of H5DOread/write_chunk calls to H5D.Dana Robinson2018-04-301-2/+0
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-4/+7
|\
| * Fix for daily test failuresVailin Choi2018-02-141-0/+3
| * HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-281-1/+2