Quincey Koziol
659e212e11
Correct set extent operation on VDS to iterate over # of used sub-datasets
...
instead of # of allocated sub-datasets.
2019-04-16 18:07:29 -05:00
Vailin Choi
53a5c3be90
Change the checking to H5I_INVALID_HID in test_attr_dense_rename().
2019-04-16 11:47:13 -05:00
Allen Byrne
1bcad080c1
Merge pull request #1658 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit '2420ea11ad510121cc7553378a6bfa6fd8fdcd05':
Remove conflict symbols
HDFFV-10741 - remove SKIP_ERRSTK_TESTS option
2019-04-15 15:13:48 -05:00
Allen Byrne
2420ea11ad
Remove conflict symbols
2019-04-15 15:03:01 -05:00
Allen Byrne
68bddef35d
HDFFV-10741 - remove SKIP_ERRSTK_TESTS option
2019-04-15 14:46:23 -05:00
Larry Knox
4d224f4f19
Merge pull request #1657 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop
...
* commit '901c65eb2b102cbe431b82a6f72510b2f417ae6a':
Fix merge conflicts
2019-04-15 14:36:51 -05:00
Allen Byrne
901c65eb2b
Fix merge conflicts
2019-04-15 14:35:30 -05:00
Allen Byrne
685c4e08ae
Merge pull request #1656 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop
...
* commit '4c9efd70b0e6616fa2551a5a3a9b51bac0e54a1c':
Fix fortran omission
Fix java for new H5Fget_info function
2019-04-15 14:31:23 -05:00
Allen Byrne
4c9efd70b0
Fix fortran omission
2019-04-15 14:27:02 -05:00
Dana Robinson
5d3d1da927
Merge pull request #1652 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:check_passthrough_vol to develop
...
* commit '9ee3d472113fc3e66ef34e40a0990ed07a2824bc':
Renamed the HDF5_TEST_VOL option to HDF5_TEST_PASSTHROUGH_VOL.
Renamed the autotools check-vol target to check-passthrough-vol.
2019-04-15 13:43:16 -05:00
Allen Byrne
6bf109d1ae
Fix java for new H5Fget_info function
2019-04-15 11:19:29 -05:00
Songyu Lu
6fdf7008c1
Adding back links_env.out which I accidentally removed in my previous commit.
2019-04-15 09:39:57 -05:00
Songyu Lu
bd137d2c59
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_ray into HDFFV-10658-performance-drop-from-1-8
2019-04-15 09:28:12 -05:00
Quincey Koziol
5696c02a3c
Merge pull request #1653 in HDFFV/hdf5 from ~KOZIOL/hdf5:get_fileno to develop
...
* commit 'd7e1464058515d07b838741f65a77977224814de':
Add C++, Java, and FORTRAN wrappers and tests for H5Fget_fileno
Add trace macro.
Add H5Fget_fileno() API routine.
2019-04-13 23:06:38 -05:00
Quincey Koziol
d7e1464058
Add C++, Java, and FORTRAN wrappers and tests for H5Fget_fileno
2019-04-13 22:58:16 -05:00
Quincey Koziol
4918d443bb
Add trace macro.
2019-04-12 18:21:35 -05:00
Vailin Choi
4e05249f98
Fix for HDFFV-10579 H5Arename fails when creation order of attributes is tracked.
...
The attribute needs to be removed from the creation order index v2 B-tree before
re-inserting the renamed attribute via H5A__dense_insert().
2019-04-12 14:51:37 -05:00
Vailin Choi
66184e567c
Merge pull request #3 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-10579-h5arename-function-fails-when
...
* commit '52276f3713eec584044bc72d4724507848cfeba0':
Modifications based on PR feedback: (1) Add H5Sdeprec.c to src/CMakeLists.txt (2) Add test for H5Sencode1.
Modification for num_elem based on PR feedback.
HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change. This also addresses HDFFV-10255: H5Sencode/decode performance issue.
2019-04-12 13:52:32 -05:00
Quincey Koziol
2eac0fccbc
Add H5Fget_fileno() API routine.
2019-04-11 22:22:21 -05:00
Songyu Lu
02cc5ba678
Merge branch 'HDFFV-10658-performance-drop-from-1-8' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_ray into HDFFV-10658-performance-drop-from-1-8
2019-04-11 17:32:00 -05:00
songyulu
0243449188
Taking out two unnecessary diff output files.
2019-04-11 17:23:04 -05:00
Songyu Lu
d6ada6ff1f
Taking out unnecessary diff files for output.
2019-04-11 16:50:06 -05:00
Songyu Lu
6e8bd1280a
Adding some comments.
2019-04-11 16:10:54 -05:00
Songyu Lu
1d1e96f1dd
Some coding style changes.
2019-04-11 15:51:21 -05:00
Dana Robinson
9ee3d47211
Renamed the HDF5_TEST_VOL option to HDF5_TEST_PASSTHROUGH_VOL.
2019-04-11 11:27:12 -07:00
Songyu Lu
c3c3c1e142
Adding the standard output files for the external_env.c and vds_env.c tests.
2019-04-11 12:59:07 -05:00
Dana Robinson
ff51724bdb
Renamed the autotools check-vol target to check-passthrough-vol.
2019-04-11 10:46:22 -07:00
Songyu Lu
a58c01aac1
Small correction for my previous commit.
2019-04-11 10:19:45 -05:00
Songyu Lu
c0e05f0747
Forgot to add external_common.c and external_common.h.
2019-04-10 16:48:42 -05:00
Songyu Lu
417cd9da87
Updated CMake for the splitting of external.c and vds.c.
2019-04-10 16:02:28 -05:00
Songyu Lu
bf6479fcee
Minor fix: removal of unnecessary enum values.
2019-04-10 11:22:24 -05:00
Songyu Lu
06002f8c22
Minor fixes: updating the test vds_env.c according to the set up of vds.c.
2019-04-10 10:21:38 -05:00
Songyu Lu
c0b13e078e
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_ray into HDFFV-10658-performance-drop-from-1-8
2019-04-09 18:11:06 -05:00
Songyu Lu
04d07d967a
Left out this file in previous commit.
2019-04-09 17:40:24 -05:00
Songyu Lu
477dda3c0d
HDFFV-10658 - setting and getting properties in API context:
...
1. switched to use the existing H5F_prefix_open_t for enum type;
2. put the common private function used by external.c and external_env.c into external_common.c
2019-04-09 16:20:19 -05:00
Vailin Choi
52276f3713
Merge pull request #1645 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-10365-h5sencode-decode-bug-when-num to develop
...
* commit '3ccc98e256587c43f6ba5a31a2cf9d922f4e1773':
Modifications based on PR feedback: (1) Add H5Sdeprec.c to src/CMakeLists.txt (2) Add test for H5Sencode1.
Modification for num_elem based on PR feedback.
HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change. This also addresses HDFFV-10255: H5Sencode/decode performance issue.
2019-04-08 14:11:28 -05:00
Vailin Choi
3ccc98e256
Modifications based on PR feedback:
...
(1) Add H5Sdeprec.c to src/CMakeLists.txt
(2) Add test for H5Sencode1.
2019-04-08 12:33:45 -05:00
Songyu Lu
d8ff8da46c
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_ray into HDFFV-10658-performance-drop-from-1-8
2019-04-08 11:17:59 -05:00
Vailin Choi
c57ae99612
Modification for num_elem based on PR feedback.
2019-04-08 11:09:11 -05:00
Vailin Choi
2886cd9e45
HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.
...
This also addresses HDFFV-10255: H5Sencode/decode performance issue.
2019-04-06 16:55:14 -05:00
Quincey Koziol
92f30fd3d9
Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01
2019-04-06 16:20:55 -05:00
Allen Byrne
74677ba5ce
Merge pull request #1637 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit '2e2301e683f0aadf3541b596416d04bbc7d690c0':
Update java m4 to latest
2019-04-06 10:33:05 -05:00
Vailin Choi
bd54c3022b
Merge pull request #2 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-10365-h5sencode-decode-bug-when-num
...
* commit 'f38fa53fee5e8caf1aa1a5356b48d692eb3a3d59':
Fix for HDFFV-10271 hyperslab encoding incorrect length.
2019-04-05 22:20:43 -05:00
Vailin Choi
f38fa53fee
Merge pull request #1644 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-10271-version-2-hyperslab-encoding to develop
...
* commit '7fe665ebff3e86aaf1eef92199f757a5c0d1fe80':
Fix for HDFFV-10271 hyperslab encoding incorrect length.
2019-04-05 22:18:00 -05:00
Vailin Choi
ace8e1a64f
Merge pull request #1 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-10365-h5sencode-decode-bug-when-num
...
* commit '227b7131d1e4b5edce1c3eecc9a7e7f560363093':
Move dataspace selection-specific coding to the callbacks as preparation for the H5Sencode changes.
2019-04-05 22:14:05 -05:00
Vailin Choi
227b7131d1
Merge pull request #1642 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/separate_selection_specific to develop
...
* commit '4142d8b7d4ac48cffcc2b92af4a54352b329865b':
Move dataspace selection-specific coding to the callbacks as preparation for the H5Sencode changes.
2019-04-05 22:08:24 -05:00
Vailin Choi
7fe665ebff
Fix for HDFFV-10271 hyperslab encoding incorrect length.
2019-04-05 11:34:58 -05:00
Allen Byrne
2e2301e683
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '9e934e75fa9a66bdd95fd3656ca0c19f910123c7':
Set V112 as the latest format and extend the arrays of version bounds.
2019-04-05 10:36:43 -05:00
Quincey Koziol
ef7f3ef177
Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01
2019-04-05 10:35:38 -05:00
Vailin Choi
9e934e75fa
Merge pull request #1639 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/add_v112_version_bounds to develop
...
* commit '0073f198978dea0116bd74816b3119dfeb09144b':
Set V112 as the latest format and extend the arrays of version bounds.
2019-04-05 10:23:05 -05:00