mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
509a068f62
* Add H5Dchunk_iter method for iterating over chunks This method iterates over all chunks in dataset, calling a user-supplied callback with the chunk information and optional user supplied data. The iterator is stopped when ITER_STOP is returned by the user-supplied callback or the iterator is exhausted. Existing methods to get chunk_info performs an iteration each time, so to get many or all chunks causes SUM(i) for i = 0 -> N operations for N chunks, as opposed to N operations when using this iterator for this use case. * H5Dchunk_iter: test iterating all chunks, some chunks and failing iteration. * H5D: move H5Dchunk_iter private methods to specific * trace: add H5D_chunk_iter_op_t and trace H5D.c * chunks-iter: document chunk_iter * chunk-iter: chunk add FUNC_ENTER/FUNC_LEAVE macros * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
batch | ||
pkgscrpts | ||
bbrelease | ||
buildhdf5 | ||
checkapi | ||
checkposix | ||
chkconfigure | ||
chkcopyright | ||
chkmanifest | ||
cmakehdf5 | ||
debug-ohdr | ||
dependencies | ||
deploy | ||
distdep | ||
errors | ||
format_source | ||
format_source_patch | ||
gcov_script | ||
genparser | ||
h5cc.in | ||
h5redeploy.in | ||
h5vers | ||
iostats | ||
locate_sw | ||
make_err | ||
make_overflow | ||
make_vers | ||
Makefile.am | ||
makehelp | ||
mkdirs | ||
newer | ||
output_filter.sh | ||
README | ||
release | ||
restore.sh | ||
runbkgprog | ||
runtest | ||
snapshot | ||
snapshot_version | ||
switch_maint_mode | ||
timekeeper | ||
trace | ||
warnhist | ||
yodconfigure |
The daily tests run copies of some of the scripts in this directory from another repository, notably snapshot and runtest. The copies in this directory should work, but are not used in daily tests, though they should be tested occasionally.