summaryrefslogtreecommitdiffstats
path: root/src/H5FF.c
Commit message (Collapse)AuthorAgeFilesLines
* Add maps implementation (based on a patch supplied by MohamadNeil Fortner2017-05-111-2/+2
| | | | Chaarawi). Add h5dsm_map.c example. Other minor fixes/cleanup.
* Add support for reading FCPL from file. Other minor fixes.U-hdf\nfortne22016-12-151-0/+4
|
* Add group create/open/close, various fixes.Neil Fortner2016-12-031-2/+207
|
* Fix bugs in read/write implementation. Only seems to read/write theNeil Fortner2016-11-291-6/+6
| | | | first element. Examples don't build correctly with make.
* Add autogenerated trace commands.Neil Fortner2016-11-291-0/+11
|
* Initial implementation of dataset reads and writes. Untested. Does notNeil Fortner2016-11-291-0/+104
| | | | support partial I/O or datatype conversions. Also added h5dsm examples.
* Improve transaction support, add H5Fcreate_ff, H5Fopen_ff, H5Fclose_ff.Neil Fortner2016-11-181-17/+261
|
* Initial implementation of dataset create/open/close, transactions. NotNeil Fortner2016-11-141-0/+323
working on boro, though it is unclear if that is due to a pug in this code or in daos.