summaryrefslogtreecommitdiffstats
path: root/hl/src/H5DO.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated subfiling_VFD with Selection_io (#1352)Scot Breitenfeld2022-01-181-1/+1
| | | Merged selection_io branch into the subfiling branch.
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* Clang-format of source filesAllen Byrne2020-09-301-76/+71
|
* Eliminate unneccesary creation of DXPLQuincey Koziol2020-06-021-14/+3
|
* Trim trailing whitespaceQuincey Koziol2020-04-201-3/+3
|
* Added deprecated symbol wrappers for the H5DOwrite/read_chunkDana Robinson2018-05-041-0/+3
| | | | wrappers.
* * Added H5DO compatibility functions.Dana Robinson2018-05-041-8/+55
| | | | | * Changed the offset copy to use an array on the stack. * Yanked some unused #defines.
* First stage of moving H5DOread/write_chunk() to src/ and makingDana Robinson2018-04-301-185/+42
| | | | | | | | | | them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.
* Modifications based on pull request review.Vailin Choi2017-04-261-2/+2
| | | | Made couple changes based on the review comments.
* Incorporate patch from GE Healthcare (HDFFV-9934)Vailin Choi2017-04-251-4/+77
| | | | | This is the same patch that had already been integrated to 1.8 branch (pull request #387). Tested on moohan, ostrich, platypus, emu, osx1010test, quail, kituo, mayll.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* [svn-r30289] Fix for HDFFV-9960 H5DOappend without append callback.Vailin Choi2016-08-141-20/+18
| | | | | This is the second part of the fix--see crucible review HDF5-383. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
* [svn-r30262] Fix for HDFFV-9960: H5DOappend will not fail if a dataset has ↵Vailin Choi2016-08-051-3/+6
| | | | | | no append callback registered. Tested on mayll, platypus, osx1010test, emu, moohan, kituo, ostrich, kite, quail.
* [svn-r29850] Description:Quincey Koziol2016-05-011-0/+192
| | | | | | | | | | Bring H5DOappend(), H5P[s|g]et_object_flush_cb, and H5P[s|g]et_append_flush from revise_chunks branch to trunk. Brings along updated metadata cache entry tagging, and the internal object flush routine. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r24769] Description:Quincey Koziol2014-03-071-80/+42
| | | | | | | | | Check in Mohamad's changes to support collective I/O on point selections, along with some other minor cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial (h5committest forthcoming)
* [svn-r23075] I revised the code and test according to Quincey's review. I ↵Raymond Lu2012-12-041-32/+58
| | | | | | also added more test cases. Tested on koala.
* [svn-r23018] I forgot to add these new files in previous commit.Raymond Lu2012-11-071-0/+111