Commit Graph

17111 Commits

Author SHA1 Message Date
Richard Warren
4a6904e758 Add a missing declaration for testing 2017-10-26 21:18:03 -04:00
Larry Knox
ddb830d673 Merge pull request #733 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '6a52c26162f45e85b88aa6ddab5e5d861aaba7b8':
  Revert "Fix for HDFFFV-10308.  Initialize hid_ts in function check_objects and"
  Remove extra spaces and 1 "currently under development" to match hdf5_1_10 version.
  Fix for HDFFFV-10308.  Initialize hid_ts in function check_objects and check for id > -1 before calling close functions.
2017-10-26 17:02:58 -05:00
lrknox
6a52c26162 Revert "Fix for HDFFFV-10308. Initialize hid_ts in function check_objects and"
This reverts commit e92f3f858b.
2017-10-26 16:45:25 -05:00
lrknox
b752960f56 Remove extra spaces and 1 "currently under development" to match hdf5_1_10
version.
2017-10-26 16:36:21 -05:00
Scot Breitenfeld
6bb1167773 Merge pull request #731 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit 'b6de5127a8b214bfb702c4780bfbe4288fe606fd':
  removed extra character
2017-10-26 15:34:49 -05:00
M. Scot Breitenfeld
b6de5127a8 removed extra character 2017-10-26 15:26:54 -05:00
Allen Byrne
713e5560ad Merge pull request #727 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'd14e859a919dee2c153c6faac3a0431d84042f0d':
  Correct char type
  HDFFV-10297 fix grammar
  HDFFV-10297 - clarify note.
  HDFFV-10297 Update release note
  Correct test DEPENDS
2017-10-26 10:44:41 -05:00
Allen Byrne
d14e859a91 Correct char type 2017-10-26 10:44:09 -05:00
Allen Byrne
a7d0090a86 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '084704392fa93d1569861c53504e89236468a3b6':
  HDFFV-10037: fixed wrong C link flags
2017-10-26 09:58:46 -05:00
Allen Byrne
efb505f37a HDFFV-10297 fix grammar 2017-10-25 15:50:07 -05:00
Allen Byrne
95d8724df8 HDFFV-10297 - clarify note. 2017-10-25 15:10:42 -05:00
Allen Byrne
e9067227ae HDFFV-10297 Update release note 2017-10-25 14:06:44 -05:00
Scot Breitenfeld
084704392f Merge pull request #725 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit '26ae202faa4a761c307bf15eacc28f96bedc7859':
  HDFFV-10037: fixed wrong C link flags
2017-10-25 12:55:28 -05:00
M. Scot Breitenfeld
26ae202faa HDFFV-10037: fixed wrong C link flags 2017-10-25 10:32:33 -05:00
Allen Byrne
2e2854cbb1 Correct test DEPENDS 2017-10-25 09:05:02 -05:00
Allen Byrne
c34c130fe5 Merge pull request #722 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '7ee40947e1808e63666f3129c30b3d52ac15d4e8':
  Correct typo
2017-10-24 14:16:47 -05:00
Allen Byrne
7ee40947e1 Correct typo 2017-10-24 14:05:24 -05:00
Allen Byrne
9cef4137d0 Merge pull request #721 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'def0d66aa2db7e3d87f5527b56b512680703418e':
  fix typo
  Fix typos
2017-10-24 11:41:42 -05:00
Allen Byrne
def0d66aa2 fix typo 2017-10-24 11:04:50 -05:00
Allen Byrne
075a32fa0c Fix typos 2017-10-24 11:03:09 -05:00
Allen Byrne
e7303eb36a Merge pull request #720 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '1743470502095271be64a20d80dc53f085e75a09':
  HDFFV-10297 Free buffer inside loop
2017-10-23 13:04:27 -05:00
Allen Byrne
1743470502 HDFFV-10297 Free buffer inside loop 2017-10-23 12:42:41 -05:00
Allen Byrne
ba6cdfdd0e Merge pull request #717 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '3c639754b60c284f23a2c7e8d8b3c81c8cbb15f6':
  HDFFV-10297 Cleanup, Initialize variables
2017-10-23 11:44:48 -05:00
Allen Byrne
3c639754b6 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '23460c30f10e098a980c5466b6108269d2fd92f6':
  Moved the SWMR + cache image check up before the root group is constructed to avoid the special case close.
  Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open. Prep for the VOL merge.
2017-10-23 11:18:43 -05:00
Dana Robinson
23460c30f1 Merge pull request #714 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:swmr_ci_move to develop
* commit 'd8a3782ce49d537d96020dfa250a253d90f4c14f':
  Moved the SWMR + cache image check up before the root group is constructed to avoid the special case close.
  Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open. Prep for the VOL merge.
2017-10-23 10:48:26 -05:00
Allen Byrne
8e2cedd066 HDFFV-10297 Cleanup, Initialize variables 2017-10-23 09:26:15 -05:00
lrknox
e92f3f858b Fix for HDFFFV-10308. Initialize hid_ts in function check_objects and
check for id > -1 before calling close functions.
2017-10-22 22:35:15 -05:00
Dana Robinson
d8a3782ce4 Moved the SWMR + cache image check up before the root group
is constructed to avoid the special case close.
2017-10-20 17:25:18 -07:00
Larry Knox
d5acbfeb9e Merge pull request #715 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'c2be993f325813e711ee7cc97bb02b7b482a8290':
  HDFFV-10297 Windows issues fixed
2017-10-20 09:42:05 -05:00
Allen Byrne
c2be993f32 HDFFV-10297 Windows issues fixed 2017-10-20 09:37:18 -05:00
Allen Byrne
2fa9d84b12 Merge pull request #713 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '18ba8cb7d247cc2f535e53d66c2a47740724de6a':
  Windows cannot share files easily
  Avoid double free
  Windows had issues - revert code changes for get_option
  Remove extra command line
  Correct name of file
  Add Mask test to script
  Add new output files to clear test
  Correct name of err file
  Fix name of output files
  Fix format convert error mask test
  Fix tools error handling and valgrind issues
  Fix error handling issues
  Correct test results
  Cleanup valgrind issues
  HDFFV-1097 Changed file columns
  HDFFV-10297 add h5copy test and fix h5diff errors
  Fix VS2012 declaration error
  HDFFV-10297 Fix compiler compaliants
  HDFFV-10296 Update tools lib to use the error handling macros.
  Close ids in loop
2017-10-20 08:35:17 -05:00
Allen Byrne
18ba8cb7d2 Windows cannot share files easily 2017-10-20 08:29:31 -05:00
Dana Robinson
1d3b4f6ac9 Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open.
Prep for the VOL merge.
2017-10-19 15:30:57 -07:00
Allen Byrne
8e30e7eb19 Avoid double free 2017-10-19 16:51:43 -05:00
Allen Byrne
afeaceef5f Windows had issues - revert code changes for get_option 2017-10-19 12:45:17 -05:00
Allen Byrne
39eb8e633b Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '8a391887be263e0ba7f1ba659dcf6559b5a5e01a':
  in 'production' mode builds
  Make fixes to avoid test failures in 'production' mode builds
  Updated the code and RELEASE.txt note per comments from John Mainzer
  Try to address most of the issues raised by Dana in the code review
  Made edits suggested by John as part of the code review
  Update the MANIFEST and release_docs/RELEASE files
  Add a test for parallel reads of independent files using MPI subgroups
  Edits to the file open optimization and associated test code to bring them closer to the HDF5 library's unwritten coding standards.  Also bug fix to repair a hang in testphdf5.
  The initial coding for the superblock read optization
2017-10-19 12:32:04 -05:00
Allen Byrne
d9e7aad64b Remove extra command line 2017-10-18 16:33:00 -05:00
Allen Byrne
4ab2d9f010 Correct name of file 2017-10-18 16:19:32 -05:00
Allen Byrne
f071b2ff97 Add Mask test to script 2017-10-18 16:07:42 -05:00
Allen Byrne
cfad6bf6f8 Add new output files to clear test 2017-10-18 15:51:56 -05:00
Allen Byrne
c475dd05a6 Correct name of err file 2017-10-18 15:45:07 -05:00
Allen Byrne
49c21ebcf2 Fix name of output files 2017-10-18 15:14:46 -05:00
Allen Byrne
d68de1621c Fix format convert error mask test 2017-10-18 15:06:14 -05:00
Allen Byrne
cf3342f8fc Fix tools error handling and valgrind issues 2017-10-18 14:03:27 -05:00
Richard Warren
8a391887be Merge pull request #711 in HDFFV/hdf5 from optimize_superblock_read to develop
* commit '9aada2bdb51f1c235e483f2bce109262bfbe22fa':
  in 'production' mode builds
  Make fixes to avoid test failures in 'production' mode builds
2017-10-18 06:21:33 -05:00
Allen Byrne
78a5870680 Fix error handling issues 2017-10-17 16:13:12 -05:00
Richard.Warren
9aada2bdb5 in 'production' mode builds 2017-10-17 15:34:36 -05:00
Richard.Warren
c230ffa268 Make fixes to avoid test failures in 'production' mode builds 2017-10-17 15:23:54 -05:00
Richard Warren
8f4d69dcf5 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into optimize_superblock_read 2017-10-17 16:20:12 -04:00
Allen Byrne
d9bfebc1db Correct test results 2017-10-17 12:23:05 -05:00