| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
* commit '91771bdf4d6c2ddcdbc127ee2f9d29525d490757':
Updated new API functions Description: - Addressed additional review comments - Moved the test function test_get_chunk_info from dsets.c to chunk_info.c because chunk_info.c was created for the purpose of testing chunk information. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
Updated new API functions Description: - Per Vailin's review, revised H5Dget_chunk_info_by_coord to handle non-existing chunk and H5Dget_num_chunks and H5Dget_chunk_info to handle dataset with no data. - Addressed other review comments - Note that additional tests will be added as we need to send users these functions asap for feedback. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
New API functions Description: Added functions to query chunk information:
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~BMRIBLER/hdf5_1_10_bmr:hdf5_1_10 to hdf5_1_10
Merged now to create tar ball today for user asap.
* commit 'a1a79203b8027631061cb626a5efdd37268752c2':
Updated new API functions Description: - Addressed additional review comments - Moved the test function test_get_chunk_info from dsets.c to chunk_info.c because chunk_info.c was created for the purpose of testing chunk information. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
Updated new API functions Description: - Per Vailin's review, revised H5Dget_chunk_info_by_coord to handle non-existing chunk and H5Dget_num_chunks and H5Dget_chunk_info to handle dataset with no data. - Addressed other review comments - Note that additional tests will be added as we need to send users these functions asap for feedback. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
New API functions Description: Added functions to query chunk information:
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Description:
- Addressed additional review comments
- Moved the test function test_get_chunk_info from dsets.c to chunk_info.c
because chunk_info.c was created for the purpose of testing chunk information.
Platforms tested:
Linux/64 (jelly)
Linux/64 (platypus)
Darwin (osx1011test)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Description:
- Per Vailin's review, revised H5Dget_chunk_info_by_coord to handle
non-existing chunk and H5Dget_num_chunks and H5Dget_chunk_info to
handle dataset with no data.
- Addressed other review comments
- Note that additional tests will be added as we need to send users
these functions asap for feedback.
Platforms tested:
Linux/64 (jelly)
Linux/64 (platypus)
Darwin (osx1011test)
|
| | |\
| | | |
| | | |
| | | | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_10_bmr into hdf5_1_10
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Description:
Added functions to query chunk information:
H5Dget_num_chunks(dset_id, fspace_id, *nchunks)
Gets the number of written chunks that intersect with the given
dataspace. However, in this version, the intersection is not
yet completed. Thus, the number of all written chunks will be
returned.
H5Dget_chunk_info_by_coord(dset_id, *coord, *filter_mask, *addr, *size)
Given a chunk's coordinates, returns the chunk's filter, address,
and size.
H5Dget_chunk_info(dset_id, fspace_id, index, *coord, *filter_mask, *addr, *size)
Given a chunk's index, returns the chunk's coordinates, filter,
address, and size. The chunk belongs to a set of chunks that have
nonempty intersection with the specified dataspace. However, in
this version, the intersection is not yet completed, and the index
is of all the written chunks.
Platforms tested:
Linux/64 (jelly)
Linux/64 (platypus)
Darwin (osx1011test)
|
|/ / / |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_10
* commit '81b2943b6fc01b52de2048d9503d524b2780112b':
Fix typo in whitespace area
Merge CMake changes from develop Improved cross-compiling and toolchains
|
| | | |
|
| |\ \
| |/ /
|/| |
| | |
| | | |
* commit 'b81adf00bcf45f4bce1c6f1ef8ee6c703e40b945':
Trial commit Description: Just committing some typo fix to see whether my changes can be merged successfully to this branch Platforms tested: Linux/64 (jelly)
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
~BMRIBLER/hdf5_1_10_bmr:hdf5_1_10 to hdf5_1_10
* commit '202d7403282230e2071412237ac7ba86ccb7f3db':
Trial commit Description: Just committing some typo fix to see whether my changes can be merged successfully to this branch Platforms tested: Linux/64 (jelly)
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Description:
Just committing some typo fix to see whether my changes can be merged
successfully to this branch
Platforms tested:
Linux/64 (jelly)
|
|/
|
| |
Improved cross-compiling and toolchains
|
|\
| |
| |
| |
| |
| |
| |
| | |
to hdf5_1_10
* commit 'a9e9cc29184b3b19d1161246264d722d731b5ec2':
Fix typos and examples versions
HDFFV-10575, 10332, 10531, 10594 and TRILAB-21
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '8f103a935be942a4240da9e57a0f67504588948a':
HDFFV-10594, 10332, 10531
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'f5aafbc87a59313f07eb7611b259cb0d1f68c867':
Fix URL
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '3110fd53c0b072e6be250235061a6349921765e9':
Add contents of HDF5 1.10.3 RELEASE.txt to HISTORY-1_10.txt and update RELEASE.txt for continuing development.
|
| |
| |
| |
| | |
RELEASE.txt for continuing development.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
to hdf5_1_10
* commit '822f5f12d5548e8dcdda25e92c80e06755f6ad52':
Add notes about unsupported options
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '20712bef862cec627e046b712ebe5777b804c97c':
Update version
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'e1f4d0c5d2bae6eaf5b347cea17c58522d62ca92':
HDFFV-10568 fix hdf5_java library dependency
Fix Java library location for testing
Java groups example fix
|
| | |
|
| | |
|
| | |
|
| |\
| |/
|/|
| |
| | |
* commit '2ee65646c3afb31194864d36a20817c44b42e677':
Merge pull request #1224 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop
|
|\ \
| |/
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'd8ec4df92880d98907b12af8fc9fff86e0631270':
Update system commands with HD prefix and whitespace
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
hdf5_1_10
* commit 'f4f2e83d2233699aaf32f2e7f715504b43542d42':
Merge pull request #1224 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop
|
|/
|
|
|
|
|
|
| |
* commit '763b95c6b0f027025a5a5bfb203b77317ffa2368':
Update RELEASE.txt with suggested changes
Update MANIFEST file for new t_coll_md_read.c file
Remove now-unused local variable
Add fix for HDFFV-10501
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '9e466086f49e6e36b2dc71c0e6e94c01368d7d00':
Disable failing tests because of execution issue
Add testfiles to data copy
Same changes needed for examples as test
Correct name of test jar
Only remove test jars
Remove obsolete var
Correct osx installer extension
revert build install change for DT
Merge CMake and Java OSX changes from develop
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
hdf5_1_10
* commit '4393a79e966a946cd7682e4177cbfeacf68e4a92':
Change prefix in example scripts to relative path to bin. This was done for 1.8, and works wherever installed without the need to replace the original prefix.
|
|/
|
|
|
| |
for 1.8, and works wherever installed without the need to replace the
original prefix.
|
|\
| |
| |
| |
| |
| |
| | |
to hdf5_1_10
* commit '3537a81e35b64903bcafd92a411cd1ca02ce4f2b':
HDFFV-10536 Convert iterator callbacks from global to stack var
|
|/ |
|