| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Remove H5F__get_file_id() and use only private routine instead
|
|\
| |
| |
| |
| |
| |
| | |
~CHOGAN/hdf5:chogan/1.12/10934_release_txt to hdf5_1_12
* commit 'b4f0d111f8c2da38521aa4d16686081d05791fce':
Add RELEASE.txt entry for Jira 10934
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
to hdf5_1_12
* commit '49fe497201bcefcd9beb01fe8fc2175974b73799':
Revert "Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_12"
|
| |
| |
| |
| |
| |
| |
| | |
https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_12"
This reverts commit 9f9336a5bd541752f472bab4c93da8de89f862cd, reversing
changes made to 437a1919e7ba60fe75a33a466d264183a0255319.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_12
* commit 'afb6ae776b3c60b37898dae4ee93f8976da90d42':
Add H5VL_MAP_OPTIONAL operation id (unused currently).
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_12
* commit 'aefd0cbc60eeed3319776f76f0cde889072cc31b':
Implement support for using H5Dvlen_get_buf_size with non-native VOL connectors.
|
| |/
| |
| |
| | |
non-native VOL connectors.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
hdf5_1_12
* commit '46a3961d086aa1d90fa8519792cf4c5e7fe2ae26':
Add support for scalar dataspaces to H5Sproject_intersection. Add checking for ank validity.
|
|/
|
|
| |
checking for ank validity.
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit '47f6c293a78aaa92c80b327795b1f1a242ea30a5':
Fix issues with using H5Pget_fill_value() with file datatypes retrieved from H5VLget_file_type().
|
| |
| |
| |
| | |
from H5VLget_file_type().
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_12
* commit '681d227e9ee7876922fb05e609db18425cb1630d':
Fix issue where H5R__reopen_file did not make the file "post open" callback.
|
| | |
| | |
| | |
| | | |
callback.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
hdf5_1_12
* commit '209a86de37497b160ff49b9956f58558194eee25':
Fix missing free in H5T__ref_mem_read()
Fix bugs in H5VL file comparison code. Add short circuit success to H5VL_cmp_connector_cls().
Implement file comparison VOL callback. Other changes to allow references to work with non-native connectors. There is a bug somewhere.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
H5VL_cmp_connector_cls().
|
| | |/
| |/|
| | |
| | |
| | | |
references to work with non-native connectors. There is a bug
somewhere.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
hdf5_1_12
* commit '2b14a8fd7e9221e258f3a2ed6dd0f79a30d5221f':
Add support for point selections to H5S_select_project_intersection.
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_12
* commit 'd567b4569df6e00c05d4290c7edfdf499f7d138f':
Add note to RELEASE.txt for H5Sselect_adjust.
Move checking for zero offset in selection adjust calls to the selection callbacks. This makes the procedure for checking it consistent across selection types and between _s and _u, ensures it is always is performed even when called within the H5S package, and removes the redundant check that would occur when callins H5S_select_adjust_s() from outside the H5S package.
Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() with H5Sselect_adjust. Implement "adjust_s" callback for all selection types. Add range checking to H5Sselect_adjust().
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
callbacks. This makes the
procedure for checking it consistent across selection types and between
_s and _u, ensures it is always is performed even when called within the H5S package, and removes the redundant check that would occur when callins H5S_select_adjust_s() from outside the H5S package.
|
|/ /
| |
| |
| |
| | |
H5Sselect_adjust. Implement "adjust_s" callback for all selection
types. Add range checking to H5Sselect_adjust().
|
|\ \
| | |
| | |
| | | |
into hdf5_1_12
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_12
* commit 'aaf67f1d3eceb9c214f013bdf1b3dc06b29bb174':
Add RELEASE.txt note for H5Sselect_project_interesection
Implement public H5Sselect_project_intersection(). Updated internal algorithm to (optionally) avoid sharing selection data structures. Tested internal code (including with valgrind) by setting VDS code to avoid sharing selection, has since been changed to share selection for performance, so this code is not yet tested in regression tests. API has not been tested.
|
| | |\
| | |/
| |/|
| | | |
ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_naf into hdf5_1_12
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
hdf5_1_12
* commit '1b45a5c09f7f31dfc6920c3fe503b8e043e327a2':
Add RELEASE.txt note for HVLget_file_type()
Implement H5VLget_file_type() to return a copy of a datatype with the location set to be in a file. Only meant to be used by VOL connectors. Implement H5VLpeek_connector_id() to support connectors querying their own IDs. Fix app_ref with connector IDs in a couple places (external VOLs registered as default through ENV should be visible to the application). Modify vlen and reference interfaces to work with arbitrary VOL connectors. Implement file "post open" specific callback, to enable connectors to update their file structs after a wrap context has been set.
|
| | | | |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
algorithm to (optionally) avoid sharing selection data structures.
Tested internal code (including with valgrind) by setting VDS code to
avoid sharing selection, has since been changed to share selection for
performance, so this code is not yet tested in regression tests. API
has not been tested.
|
| | | |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
location set to be in a file. Only meant to be used by VOL connectors.
Implement H5VLpeek_connector_id() to support connectors querying their
own IDs. Fix app_ref with connector IDs in a couple places (external
VOLs registered as default through ENV should be visible to the
application). Modify vlen and reference interfaces to work with
arbitrary VOL connectors. Implement file "post open" specific
callback, to enable connectors to update their file structs after a
wrap context has been set.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~VCHOI/my_third_fork:bugfix/112_hyper_ver to hdf5_1_12
* commit '0f1be317c37ca04db263680e6f1fe4d97b937b39':
More fixes for the PR: (1) Set the version for reference datatype message to H5O_DTYPE_VERSION_4. (2) The tests for the new reference types should work for V112 and beyond.
Verify the decoded version for hyperslab selection.
|
| | |
| | |
| | |
| | |
| | | |
(1) Set the version for reference datatype message to H5O_DTYPE_VERSION_4.
(2) The tests for the new reference types should work for V112 and beyond.
|
| | | |
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
hdf5_1_12
* commit 'a7a70824e43e7ff722bbbd39866ac3eff9faa961':
Add OAPL parameter to H5Rcreate_ APIs
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
~CHOGAN/hdf5:feature/1.12/issue_10934 to hdf5_1_12
* commit '6084fbad00b27e12902a340d8a0fcf0d0b9ad2f7':
Add changes from PR 2049 to hdf5_1_12 branch
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
~CHOGAN/hdf5:feature/1.12/cx_lcpl to hdf5_1_12
* commit 'a88b14b003c3c00e2d64cefd66cff4d043b98a26':
Check for both default LCPL values
Use API context to store/retrieve LCPL and DCPL properties
|
| | |
|
|/
|
|
| |
Adding changes from PR 2029 to 1.12 branch.
|
|\
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit 'beaf9104a84ddb041ac7b42a0d969f1920e21eed':
Correct repo branch name
HDFFV-10962 add VS2019 support
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit 'e7af4596479e780956cf54e851529db10b6c6d25':
Correct file extension
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_12
* commit '01c7a64bb7ab947f01552f5a89e990a74d385fc4':
Fix MPI test names
|