Commit Graph

16644 Commits

Author SHA1 Message Date
Richard Warren
2822d9c9fb Merge candidate for the 1_10 branch 2017-09-20 10:54:47 -04:00
Allen Byrne
1fb339af6e Merge pull request #677 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'b8039b3e00c7da44c746a683b7f357a578670aa8':
  Fix find package process
2017-09-20 09:10:21 -05:00
Allen Byrne
b8039b3e00 Fix find package process 2017-09-19 12:39:27 -05:00
Allen Byrne
ea715aac25 Merge pull request #669 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '478db1140635fd6250380c23d90cd4063dcad585':
  Restore previous
  restore GEN HDRS and remove cache sets for defoult options
  Generators need to be ON for development work
  Test program generation should default off
  Generate headers for 1.10 should default off
  Generate headers for 1.10 should default off
2017-09-19 12:38:33 -05:00
Allen Byrne
478db11406 Restore previous 2017-09-19 11:42:38 -05:00
Allen Byrne
e59038e391 restore GEN HDRS and remove cache sets for defoult options 2017-09-13 15:03:52 -05:00
Allen Byrne
163cd4cf00 Generators need to be ON for development work 2017-09-12 10:35:35 -05:00
Allen Byrne
2c8092705c Test program generation should default off 2017-09-12 09:24:27 -05:00
Allen Byrne
3a4d573f03 Generate headers for 1.10 should default off 2017-09-12 09:20:23 -05:00
Allen Byrne
3719ce7c5b Generate headers for 1.10 should default off 2017-09-12 08:46:49 -05:00
Allen Byrne
e194946458 Merge pull request #667 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '3495502a778d84ab3d40da94995229d106fd54bb':
  Fix merge typos
2017-09-11 13:17:37 -05:00
Allen Byrne
3495502a77 Fix merge typos 2017-09-11 12:46:07 -05:00
Allen Byrne
c148550450 Merge pull request #665 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '884d926a3e6e4cda60586cacaa9c7decdb0aa0eb':
  HDFFV-9774 Fix code merge whitespace
2017-09-08 17:09:34 -05:00
Allen Byrne
884d926a3e HDFFV-9774 Fix code merge whitespace 2017-09-08 16:56:43 -05:00
Allen Byrne
8f07727c69 Merge pull request #662 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '10676247a825627feea046d025170b4c6849cc83':
  HDFFV-10276 Remove whitespace
  HDFFV-10276 Add UD flag option to h5repack
2017-09-08 10:00:43 -05:00
Allen Byrne
10676247a8 HDFFV-10276 Remove whitespace 2017-09-08 09:31:04 -05:00
Allen Byrne
c3fcd62ea6 HDFFV-10276 Add UD flag option to h5repack 2017-09-07 13:29:43 -05:00
Allen Byrne
9cfd7cd48a Merge pull request #658 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'a8dd6f697319f332ffede33e7585a7071976db7b':
  HDFFV-9774 - add enable-error-stack, Merge from develop
2017-09-07 13:27:29 -05:00
Allen Byrne
a8dd6f6973 HDFFV-9774 - add enable-error-stack, Merge from develop 2017-09-07 09:55:53 -05:00
Allen Byrne
741f02d704 Merge pull request #657 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '5584938600b0237b90eb2870e93905b4e3365917':
  HDFFV-9988 Merge from develop
  Correct VS2017 references
2017-09-07 08:44:14 -05:00
Allen Byrne
5584938600 HDFFV-9988 Merge from develop 2017-09-06 11:44:03 -05:00
Vailin Choi
f58bbba95a Merge pull request #645 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to hdf5_1_10
* commit '359d31df9b28a6ea4c4e8aa7c5241757331bc6fa':
  Update RELEASE.txt Add info for HDFFV-10216 to release notes.
  Fix for daily test failure Fix for the compilation error from the PGI compiler.
  Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
  Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
2017-09-05 13:40:03 -05:00
Allen Byrne
c1afe1c21a Correct VS2017 references 2017-09-05 13:29:59 -05:00
Allen Byrne
43a90946ef Merge pull request #647 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'f4bc89003916b013cf90ef84726aa68864b15a9d':
  HDFFV-10284 Add VS2017 merged from develop
  Fix function call args
  HDFFV-10282 merge from develop
2017-09-05 13:22:38 -05:00
Allen Byrne
f4bc890039 HDFFV-10284 Add VS2017 merged from develop 2017-08-31 15:20:34 -05:00
Allen Byrne
fcf3b93518 Fix function call args 2017-08-31 09:02:48 -05:00
Vailin Choi
359d31df9b Update RELEASE.txt
Add info for HDFFV-10216 to release notes.
2017-08-30 18:15:04 -05:00
Vailin Choi
c038988663 Fix for daily test failure
Fix for the compilation error from the PGI compiler.
2017-08-30 10:27:36 -05:00
Vailin Choi
b9f294a944 Modifications based on comments from pull request review
(1) Remove unnecessary asserts
(2) Add code to insert bad offset values to the test file in gen_bad_offset.c
2017-08-30 10:27:03 -05:00
Vailin Choi
f6c94f3ba6 Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file
Fix H5HL_offset_into() to return error when offset exceeds heap data block size.
Also fix other places that call this routine to detect error return.
2017-08-30 10:26:19 -05:00
Allen Byrne
8e71bbec75 HDFFV-10282 merge from develop 2017-08-28 10:27:21 -05:00
Allen Byrne
56f532b1c6 Merge pull request #638 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '65209ee5d526b89e0f21ef797acedb062e4941b0':
  HDFFV-10188 Force non-native type description
  HDFFV-10188 merge typo fix
  HDFFV-10188 add copy of test files
  HDFFV-10188 merge fix and tests from develop
2017-08-23 14:45:15 -05:00
Allen Byrne
65209ee5d5 HDFFV-10188 Force non-native type description 2017-08-23 10:26:26 -05:00
Allen Byrne
6e193a03f6 HDFFV-10188 merge typo fix 2017-08-21 13:07:44 -05:00
Allen Byrne
bd6bf373db HDFFV-10188 add copy of test files 2017-08-21 12:28:12 -05:00
Allen Byrne
00d66e3cb8 HDFFV-10188 merge fix and tests from develop 2017-08-21 12:11:24 -05:00
hdftest
8599fdd237 Merge pull request #634 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to hdf5_1_10
* commit '1015828c1fbfbce16d6e75656dadeea123775ef1':
  Snapshot version 1.10 release 2 (snap1)
2017-08-08 23:47:17 -05:00
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