Commit Graph

16574 Commits

Author SHA1 Message Date
Dana Robinson
63647cd363 Merge of recent develop work to 1.10 branch.
Fixes for:
* HDFFV-10247 (autotools Fortran long double bug)
* HDFFV-10248 (autotools deprecated debug/production tweak)
* HDFFV-10250 (-fno-omit-frame-pointer w/ symbols)
* Disabled missing parameter warnings in Java constant code
* Added H5I_VFL ID checks to tmisc.c
* Added 'get a dummy VFD' call to h5test library
2017-07-05 11:35:03 -07:00
Dana Robinson
7e9d5c2c37 Merge pull request #554 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10
* commit 'fb5c13d59c8f17dca9bbe0e35e00920be2690af3':
  Merge of recent develop work to 1.10 branch: * H5FD_FEAT_DEFAULT_VFD_COMPATIBLE VFD feature flag (HDFFV-10214) * H5FDdriver_query() API call (HDFFV-10215) * Fix to skip SWMR tests that when the current VFD is not compatible   with the default VFD (HDFFV-10197) * Removed obsolete compiler versions from config/gnu-flags (HDFFV-9937) * Many warning fixes
2017-06-08 14:23:06 -05:00
Allen Byrne
a92867f77f Merge pull request #561 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '0563edffa18320e8d09e13073930390624ab3368':
  Add toolset option
  Synchronize cmake files with develop
  Updated note based on guidelines
  Note HDFFV-8611 change
2017-06-02 12:47:12 -05:00
Allen Byrne
0563edffa1 Add toolset option 2017-06-02 11:52:55 -05:00
Dana Robinson
fb5c13d59c Merge of recent develop work to 1.10 branch:
* H5FD_FEAT_DEFAULT_VFD_COMPATIBLE VFD feature flag (HDFFV-10214)
* H5FDdriver_query() API call (HDFFV-10215)
* Fix to skip SWMR tests that when the current VFD is not compatible
  with the default VFD (HDFFV-10197)
* Removed obsolete compiler versions from config/gnu-flags (HDFFV-9937)
* Many warning fixes
2017-05-31 17:45:41 -04:00
Allen Byrne
bb9c9f2834 Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
* commit 'ef60bcd50e5cd3f66b7cd91a6b816a59c36922e2':
  Test split tbitfields.h5.xml into big and little endian files.  tbitfields.h5.xml was removed from MANIFEST but the file still needs to be removed, as it was in the develop branch.
2017-05-30 11:53:35 -05:00
Allen Byrne
91855efe6e Synchronize cmake files with develop 2017-05-30 11:50:29 -05:00
Larry Knox
ef60bcd50e Merge pull request #549 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit '938dc838b8ad1e815ea6eda820411cb22dfe56c6':
  Test split tbitfields.h5.xml into big and little endian files.  tbitfields.h5.xml was removed from MANIFEST but the file still needs to be removed, as it was in the develop branch.
2017-05-27 11:34:56 -05:00
lrknox
938dc838b8 Test split tbitfields.h5.xml into big and little endian files. tbitfields.h5.xml was removed from MANIFEST but the file still needs to be removed, as it was in the develop branch. 2017-05-27 11:01:48 -05:00
Allen Byrne
1a0551aa37 Updated note based on guidelines 2017-05-26 13:07:47 -05:00
Allen Byrne
4f17cdd5d2 Note HDFFV-8611 change 2017-05-26 11:17:44 -05:00
Allen Byrne
972b82a557 Merge pull request #542 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '9a66e4cd38a63a811949f9753d193ddc9ea9bc63':
  Reduce warnings
2017-05-26 10:21:55 -05:00
Allen Byrne
9a66e4cd38 Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
* commit '7153648ada1d346f8d98c395fb4cdd74a909437b':
  Added missing casts for the return value of H5I_object_verify().
2017-05-26 09:07:32 -05:00
Dana Robinson
7153648ada Merge pull request #539 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10
* commit 'b3a1d66c09b8bd0c9bd663665a564c47159f4504':
  Added missing casts for the return value of H5I_object_verify().
2017-05-26 03:47:41 -05:00
Allen Byrne
618a6adb64 Reduce warnings 2017-05-25 15:55:55 -05:00
Dana Robinson
b3a1d66c09 Added missing casts for the return value of H5I_object_verify().
(cherry picked from commit 8807f918b9)
2017-05-25 13:41:57 -04:00
Allen Byrne
3261491a47 Merge pull request #536 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '635e8c5377ded6201061e1dc819526cd205f06ed':
  merge from develop and apply HDFFV-8611
  HDFFV-8611 add autotools test
  Remove obsolete function
  HDFFV-8611 change h5repack to save the root group creation order Added test and new arguments to control the the input file parsing.
2017-05-25 09:22:29 -05:00
Allen Byrne
635e8c5377 merge from develop and apply HDFFV-8611 2017-05-24 15:00:51 -05:00
Allen Byrne
206c4a43e8 HDFFV-8611 add autotools test 2017-05-24 14:35:39 -05:00
Allen Byrne
52f5c1b14f Remove obsolete function 2017-05-24 14:35:24 -05:00
Allen Byrne
40b51136a2 HDFFV-8611 change h5repack to save the root group creation order
Added test and new arguments to control the the input file parsing.
2017-05-24 14:34:28 -05:00
Allen Byrne
c9eedcb825 Merge pull request #528 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'a4a1a93e56d282611a800319cef8487a3449ab56':
  HDFFV-9055 Correct file generator
  Added note about 9055 and 10128, 9995 not needed
2017-05-19 13:39:20 -05:00
Allen Byrne
a4a1a93e56 HDFFV-9055 Correct file generator 2017-05-18 15:35:05 -05:00
Allen Byrne
b81767d620 Added note about 9055 and 10128, 9995 not needed 2017-05-18 09:15:27 -05:00
Allen Byrne
303067fe0b Merge pull request #522 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '8dd40ba371f3a299ed98ab8e7e7f34f967e91d55':
  Move declaration before executable statement
  HDFFV-9055 regenerate file for 1.10
  HDFFV-9055 add test files
  HDFFV-9055 Handle H5T_ARRAY types Create variables just for diff_array function Whitespace updates
  HDFFV-10128 Fixed string length with no null fixed
  HDFFV-9995 Clarify help text
2017-05-17 16:16:33 -05:00
Allen Byrne
8dd40ba371 Move declaration before executable statement 2017-05-17 16:00:54 -05:00
Allen Byrne
11edb1efd0 HDFFV-9055 regenerate file for 1.10 2017-05-17 10:30:05 -05:00
Allen Byrne
68ec8c4f6c HDFFV-9055 add test files 2017-05-17 10:20:01 -05:00
Allen Byrne
4d53a7100c HDFFV-9055 Handle H5T_ARRAY types
Create variables just for diff_array function
Whitespace updates
2017-05-17 10:17:29 -05:00
Allen Byrne
2e1b6a2a4d HDFFV-10128 Fixed string length with no null fixed 2017-05-17 10:14:53 -05:00
Allen Byrne
f3c235b0a5 HDFFV-9995 Clarify help text 2017-05-17 10:09:02 -05:00
Vailin Choi
93aa716f40 Merge pull request #520 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to hdf5_1_10
* commit '6403b313d46ec6db46fcff2aaa4a9238f8265d85':
  Incorporate additional code changes for the H5DOread_chunk patch from GE Heathcare (HDFFV-9934) This is the similar set of changes that was checked in to 1.8 branch: Incorporate the code changes that were missing from the original patch: (1) Additional tests in hl/test/test_dset_opt.c (2) Fix in src/H5Dchunk.c for direct access when an entry is in chunk cache but not dirty Tested on platypus, ostrich, kituo, mayll, osx1010test, moohan, quail, emu.
2017-05-16 13:46:19 -05:00
Vailin Choi
6403b313d4 Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into hdf5_1_10 2017-05-16 13:43:45 -05:00
Dana Robinson
6e09fa2cb2 Merge pull request #517 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10
* commit 'b74b1cd250755cbbe6ec337dc34634eb8b74b64a':
  Added a RELEASE.txt message for HDFFV-10187.
2017-05-16 12:00:52 -05:00
Vailin Choi
55e2bcedc1 Incorporate additional code changes for the H5DOread_chunk patch from GE Heathcare (HDFFV-9934)
This is the similar set of changes that was checked in to 1.8 branch:
Incorporate the code changes that were missing from the original patch:
(1) Additional tests in hl/test/test_dset_opt.c
(2) Fix in src/H5Dchunk.c for direct access when an entry is in chunk cache but not dirty
Tested on platypus, ostrich, kituo, mayll, osx1010test, moohan, quail, emu.
2017-05-16 09:44:11 -05:00
Dana Robinson
b74b1cd250 Added a RELEASE.txt message for HDFFV-10187. 2017-05-15 14:58:13 -04:00
Dana Robinson
0adad72813 Merge pull request #511 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5do_overwrite_1_10 to hdf5_1_10
* commit '1d786206df53942a3a3dbd538b369c94a632050d':
  Removed redundant assignement.
  Fixes the chunk overwrite bug (HDFFV-10187) and adds a new H5DO HL test.
2017-05-11 21:39:23 -05:00
Dana Robinson
1d786206df Removed redundant assignement. 2017-05-11 20:49:37 -04:00
Vailin Choi
5e203972a9 Merge pull request #509 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to hdf5_1_10
* commit '228939e7315cc9644e158fc246f4908301d77a35':
  Call to H5Dopen has H5dopen2 arguments at line 12704 of test/dsets.c - changed to H5Dopen2 to fix failure with --with-default-api-version=v16 configure option.
2017-05-11 13:18:13 -05:00
lrknox
228939e731 Call to H5Dopen has H5dopen2 arguments at line 12704 of test/dsets.c -
changed to H5Dopen2 to fix failure with --with-default-api-version=v16
configure option.
2017-05-11 12:11:20 -05:00
Dana Robinson
a45f5f8f53 Merge pull request #499 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10
* commit '1a4bda1bd824df2da1e8c3441881fb7fca6a4413':
  Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removed the option from the CMake cache init files.
2017-05-10 09:34:57 -05:00
Vailin Choi
bbca1b6fc6 Merge pull request #500 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to hdf5_1_10
* commit 'd94405ded4451831e4fc90ceff70acbc1e6a8f9c':
  Fix for HDFFV-10051 Fix missing declaration for H5D__layout_compact_dirty_test(). Tested on mayll and osx1010test.
  Fix for the two issues reported in HDFFV-10051 Modifications made based on the review comments from pull request #494 Tested on moohan, mayll, kituo, platypus, ostrich, osx1010test, quail, emu.
  Fix for the two issues reported in HDFFV-10051: (1) Repeated open/close of a compact dataset fails due to the increment of ndims in the dataset structure for every open. --This is done only for chunked dataset via H5D__chunk_set_sizes(). (2) layout "dirty" flag for a compact dataset is not reset properly after flushing the data at dataset close. --Reset the "dirty" flag before flushing the message to the object header via H5O_msg_write(). Tested on moohan, kituo, platypus, ostrich, osx1010test, quail, emu.
2017-05-10 03:28:03 -05:00
Vailin Choi
d94405ded4 Fix for HDFFV-10051
Fix missing declaration for H5D__layout_compact_dirty_test().
Tested on mayll and osx1010test.
2017-05-10 01:04:48 -05:00
Vailin Choi
10a3bbe680 Fix for the two issues reported in HDFFV-10051
Modifications made based on the review comments from pull request #494
Tested on moohan, mayll, kituo, platypus, ostrich, osx1010test, quail, emu.
2017-05-10 01:04:03 -05:00
Vailin Choi
f1c9163c91 Fix for the two issues reported in HDFFV-10051:
(1) Repeated open/close of a compact dataset fails due to the
increment of ndims in the dataset structure for every open.
--This is done only for chunked dataset via H5D__chunk_set_sizes().
(2) layout "dirty" flag for a compact dataset is not reset
properly after flushing the data at dataset close.
--Reset the "dirty" flag before flushing the message to the object header
via H5O_msg_write().
Tested on moohan, kituo, platypus, ostrich, osx1010test, quail, emu.
2017-05-10 01:03:23 -05:00
Dana Robinson
3d8416251d Fixes the chunk overwrite bug (HDFFV-10187) and adds a new H5DO HL test. 2017-05-09 19:29:44 -04:00
Larry Knox
b8d68f3160 Merge pull request #492 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit '2c1e727b803203f2188c2d2854501c5a5b8efb23':
  Update one missed version string.
2017-05-05 13:48:59 -05:00
lrknox
2c1e727b80 Update one missed version string. 2017-05-05 10:50:27 -05:00
Larry Knox
9c169ec1c8 Merge pull request #489 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit '5cde315a061d789ea9539265f96ec65454454983':
  Update release_docs/HISTORY-1_10.txt and RELEASE.txt after HDF5 1.10.1 release.
2017-05-05 10:29:39 -05:00
lrknox
5cde315a06 Update release_docs/HISTORY-1_10.txt and RELEASE.txt after HDF5 1.10.1
release.
2017-05-04 17:14:38 -05:00