| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'c00b6863571f6af4b3be81185a0ca35823dad7b4':
Merge pull request #1314 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
|
|/
|
|
|
|
|
|
|
| |
develop
* commit '51076d40617aa6f0236809c2c919cc6921b3bbc1':
Fixed exit() to HDexit() in use_append_chunk.c and use_append_mchunks.c
Fixed fprintf to HDfprintf in the following routines: 1) read_uc_file() in use_common.c 2) main() of use_append_chunk.c and use_append_mchunks.c
Fix for HDFFV-10554 use_append_chunks in swmr use case test failure Fix the timing issue of the test by moving the open/close of the test file for the writer to use_append_chunk.c and use_append_mchunks.c.
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '7445c7d61ae06b8fefe2efbb362b51fbf57e10a7':
HDFFV-10537: Remove installation of Fortran test mod files
|
|/
|
|
| |
Removed from autools install, cmake does not have this issue.
|
|\
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '32d4f11c9c2c92cdb70476e99a0a65adc1815f3f':
Fix target for commands
TRILAB copy generated files
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'a9cb14740f0528060c1e6b6bc4753a33d65c265f':
TRILAB-82 fix coverity high-impact issues
TRILABS: Merge CMake changes from develop
Correct dependency of ext-libs
|
| |\
| |/
|/|
| |
| | |
* commit '79858bfde5ccdb27cc256252ebdc51c1a9f403b0':
Snapshot version 1.10 release 5 (snap1)
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_10
* commit 'cd15e7eaa2d69979e668825d483c947082a54378':
Snapshot version 1.10 release 5 (snap1)
|
|/ / |
|
| | |
|
| |\
| |/
|/|
| |
| |
| |
| | |
* commit 'ec72efcd4ddb17145323bf93c5cc28fc59695c55':
Improved comments
Removed an old comment line.
Moved tests to another file
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~BMRIBLER/hdf5_1_10_bmr:hdf5_1_10 to hdf5_1_10
* commit '54261d6c92a031804d4756f6fadcc49872b0753b':
Improved comments
Removed an old comment line.
Moved tests to another file
|
| | | |
|
| | | |
|
| |\ \
| |/ /
|/| |
| | | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_10_bmr into hdf5_1_10
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Description:
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)
|
| | | |
|
| | |\
| |_|/
|/| |
| | |
| | |
| | |
| | | |
* 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
|
| | |
|
| | |
|
| | |
|