Commit Graph

16607 Commits

Author SHA1 Message Date
hdftest
1015828c1f Snapshot version 1.10 release 2 (snap1) 2017-08-08 23:31:21 -05:00
hdftest
d615e46b18 Merge pull request #633 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to hdf5_1_10
* commit 'd3b803713786b83afb96961ae920733f5429abb0':
  Snapshot 1.10.2-snap1
2017-08-05 08:55:17 -05:00
hdftest
d3b8037137 Snapshot 1.10.2-snap1
(Committed 8/1/2017 but not pushed from fork)
2017-08-04 15:49:04 -05:00
Allen Byrne
1099bf023a Merge pull request #632 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '04d72b2c4200c68e9bdaf09b015c62a00c6a12d4':
  HDFFV-10219 and HDFFV-10256 merge from develop
2017-08-04 15:26:24 -05:00
Allen Byrne
04d72b2c42 HDFFV-10219 and HDFFV-10256 merge from develop 2017-08-04 11:20:10 -05:00
Vailin Choi
c2ba92875e Merge pull request #629 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to hdf5_1_10
* commit '98d4addcf7cbec71600663e7023b6b7e0b5b5f35':
  Add h5repack tests for paged aggregation
  Update release notes 1) Fixes for paged aggregation 2) Fix for HDFFV-10217 3) Fix for HDFFV-7853
  Add h5repack tests for paged aggregation Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
  Skip test in test/fheap.c when: a) multi/split drivers and b) persisting free-space or using paged aggregation strategy because the library will fail file creation (temporary) for the above conditions.
  Changes made based on RFC review comments Test the changes in a branch via daily testing.
2017-08-03 15:57:24 -05:00
Allen Byrne
98d4addcf7 Add h5repack tests for paged aggregation 2017-08-03 15:55:52 -05:00
Vailin Choi
bda86da40b Update release notes
1) Fixes for paged aggregation
2) Fix for HDFFV-10217
3) Fix for HDFFV-7853
2017-08-02 23:36:35 -05:00
Vailin Choi
aa0ad22a94 Add h5repack tests for paged aggregation
Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
2017-08-02 17:05:57 -05:00
Vailin Choi
d4e75f6a50 Skip test in test/fheap.c when:
a) multi/split drivers and
b) persisting free-space or using paged aggregation strategy
because the library will fail file creation (temporary) for the above conditions.
2017-08-02 17:04:15 -05:00
Vailin Choi
d7bfd458c4 Changes made based on RFC review comments
Test the changes in a branch via daily testing.
2017-08-02 17:00:13 -05:00
Vailin Choi
8eaef34ef0 Merge pull request #608 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to hdf5_1_10
* commit 'fc76c7785251482a26f31efabb10d38725facb6a':
  Fix for HDFFV-10217 infinite loop in H5VM_power2up(). The function H5VM_power2up() returns the next power of 2 for n. When n exceeds 2^63, it overflows and becomes 0 causing the infinite looping. The fix ensures that the function checks for n >= 2^63 and returns 0.
2017-07-27 17:38:18 -05:00
Allen Byrne
91542d4ef7 Merge pull request #614 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'fe0ca45e13960fca175c4cea75b6239bf79161a6':
  Parallel needs copy of file in PAR folder
  Insure zip_perf program does not run concurrently
  Add check for plugin initialize
  HDFFV-10246 Fix vl string compare in h5diff
2017-07-27 15:28:30 -05:00
Allen Byrne
fe0ca45e13 Parallel needs copy of file in PAR folder 2017-07-27 11:21:20 -05:00
Allen Byrne
8551126dcf Insure zip_perf program does not run concurrently 2017-07-26 11:04:36 -05:00
Allen Byrne
fab0a6e6f1 Add check for plugin initialize 2017-07-26 10:48:15 -05:00
Allen Byrne
9dd678856e HDFFV-10246 Fix vl string compare in h5diff 2017-07-26 09:59:43 -05:00
Allen Byrne
c12e407a8f Merge pull request #611 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '7bb2e5dfef2a94d281ea8e6a937ede6ad7289601':
  Correct case of var
2017-07-26 09:12:30 -05:00
Allen Byrne
7bb2e5dfef Correct case of var 2017-07-25 16:36:36 -05:00
Dana Robinson
48dceb22c7 Merge pull request #609 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10
* commit '4b7013194cd545b73b1cf70874470dc6abfcb3bd':
  Cherry pick of some minor tools fixes from develop:
2017-07-25 10:43:10 -05:00
Dana Robinson
4b7013194c Cherry pick of some minor tools fixes from develop:
ee7816bbfb
ffc9b1d917
ec7450c4b4
2017-07-24 11:02:15 -07:00
Vailin Choi
fc76c77852 Fix for HDFFV-10217 infinite loop in H5VM_power2up().
The function H5VM_power2up() returns the next power of 2 for n.
When n exceeds 2^63, it overflows and becomes 0 causing the infinite looping.
The fix ensures that the function checks for n >= 2^63 and returns 0.
2017-07-19 18:03:18 -05:00
Vailin Choi
45724d8082 Merge pull request #605 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to hdf5_1_10
* commit '201af70c24ccdd84e8fba376dab9b2024bf21dc4':
  Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiers Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
2017-07-19 13:18:30 -05:00
Vailin Choi
201af70c24 Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiers
Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
2017-07-18 01:21:54 -05:00
Allen Byrne
d2b5cd08ff Merge pull request #602 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '863c9b2ea557838006bfb320a3cef56e3e34be3d':
  HDFFV-10254 fix spelling
  HDFFV-10254 release note for change to use macro for copy files
  HDFF-10254 - Copy test files with macro to avoid POST_BUILD failure
  Correct name of VAR
  Synch with CMake master
2017-07-17 08:31:41 -05:00
Allen Byrne
863c9b2ea5 HDFFV-10254 fix spelling 2017-07-13 14:19:31 -05:00
Allen Byrne
4c34ec0668 HDFFV-10254 release note for change to use macro for copy files 2017-07-12 15:45:40 -05:00
Allen Byrne
00c5a9fc4f HDFF-10254 - Copy test files with macro to avoid POST_BUILD failure 2017-07-12 15:43:10 -05:00
Allen Byrne
82bf61e397 Correct name of VAR 2017-07-12 15:43:10 -05:00
Allen Byrne
d4896f7c30 Synch with CMake master 2017-07-12 15:43:10 -05:00
Dana Robinson
0c34b0bdf7 Merge pull request #595 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10
* commit '5bf108432ba9b49ee545af3947b7fb2e2b6e8514':
  Updated RELEASE.txt
  Marked H5I_REFERENCE as deprecated in H5Ipublic.h.
  Merge of recent develop work to 1.10 branch.
2017-07-06 10:10:15 -05:00
Dana Robinson
5bf108432b Updated RELEASE.txt 2017-07-05 14:37:11 -07:00
Dana Robinson
dc048e96f3 Marked H5I_REFERENCE as deprecated in H5Ipublic.h. 2017-07-05 11:49:20 -07:00
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