diff options
| author | hdftest <hdftest@hdfgroup.org> | 2018-01-06 22:56:57 (GMT) |
|---|---|---|
| committer | hdftest <hdftest@hdfgroup.org> | 2018-01-06 22:56:57 (GMT) |
| commit | 7efa31d45e4dc03f17f28f0e8a21aeeabd213e86 (patch) | |
| tree | 732ec2124dd94ac76cc4cd4efa245208ba4a4057 /java/src/hdf/hdf5lib/HDF5Constants.java | |
| parent | 2f7e94c9c0adb957144f2310f9d4113902a31d34 (diff) | |
| parent | efa2a470c9d8cf2d584f6b22f5b80cd6687887d0 (diff) | |
| download | hdf5-7efa31d45e4dc03f17f28f0e8a21aeeabd213e86.zip hdf5-7efa31d45e4dc03f17f28f0e8a21aeeabd213e86.tar.gz hdf5-7efa31d45e4dc03f17f28f0e8a21aeeabd213e86.tar.bz2 | |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
* commit 'efa2a470c9d8cf2d584f6b22f5b80cd6687887d0': (36 commits)
Merge fix
HDFFV-9724 1_10 branch has a different number
HDFFV-9724 Merge vds prefix from develop
reverted changes from sync
Snapshot version 1.11 release 1
Fix valgrind issues
HDFFV-9724 init var to null
HDFFV-9724 add valgrind ENV
Fix memory leak due to addition of FORMAT check loop
HDFFV-9724 prefix of 0 length should be null value
HDFFV-9724 Corrected files and verified tests
Add library INTERFACE and MPI to tools
Increase maximum number of retries for h5watch tests.
Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop"
Fix library interface commands, add missing JNI
Add HD prefix
HDFFV-9724 Remove VDS file cache functionality
Removed incorrect MPI text
Par example needs to link with mpi libs
Because of MPI requirements in library ALWAYS add include path
...
Diffstat (limited to 'java/src/hdf/hdf5lib/HDF5Constants.java')
| -rw-r--r-- | java/src/hdf/hdf5lib/HDF5Constants.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/src/hdf/hdf5lib/HDF5Constants.java b/java/src/hdf/hdf5lib/HDF5Constants.java index 8a3d6c8..3e43ba2 100644 --- a/java/src/hdf/hdf5lib/HDF5Constants.java +++ b/java/src/hdf/hdf5lib/HDF5Constants.java @@ -88,6 +88,7 @@ public class HDF5Constants { public static final int H5D_VDS_ERROR = H5D_VDS_ERROR(); public static final int H5D_VDS_FIRST_MISSING = H5D_VDS_FIRST_MISSING(); public static final int H5D_VDS_LAST_AVAILABLE = H5D_VDS_LAST_AVAILABLE(); + public static final int H5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKS = H5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKS(); public static final int H5E_MAJOR = H5E_MAJOR(); public static final int H5E_MINOR = H5E_MINOR(); @@ -768,6 +769,8 @@ public class HDF5Constants { private static native final int H5D_VDS_LAST_AVAILABLE(); + private static native final int H5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKS(); + private static native final long H5E_ALIGNMENT(); private static native final long H5E_ALREADYEXISTS(); |
