Commit Graph

17206 Commits

Author SHA1 Message Date
Allen Byrne
d5c073d406 HDFFV-10296 Update tools lib to use the error handling macros. 2017-10-13 16:34:01 -05:00
Richard Warren
0c207cd2f8 Merge pull request #704 in HDFFV/hdf5 from optimize_superblock_read to develop
* commit '3dde6d0e32461f46630f814a2fdfbd4c813703bf':
  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-13 07:58:46 -05:00
Allen Byrne
fc12672cdb Close ids in loop 2017-10-12 14:46:45 -05:00
Allen Byrne
087e0d6efa Merge pull request #705 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '11df540c92ac284a664be912b0cb045e8d92e7d3':
  Added older change that was added to last change
  HDFFV-10297 add release note - fix test step
  HDFFV-10297 Fix resource errors and cleanup whitespace
  HDFFV-10297 fix vl buffer error
  HDFFV-10297 update calls to H5Zfilter_avail
  HDFFV-10297 - code changes nullify error
  HDFFV-10297 - Fix test errors - five remaining
  HDFFV-10297 - fix repack individual objects includes H5Zfilter_avail() fix
2017-10-11 15:42:34 -05:00
Richard Warren
3dde6d0e32 Updated the code and RELEASE.txt note per comments from John Mainzer 2017-10-11 16:22:50 -04:00
Allen Byrne
11df540c92 Added older change that was added to last change 2017-10-11 15:13:55 -05:00
Richard Warren
157398107e Try to address most of the issues raised by Dana in the code review 2017-10-11 13:40:54 -04:00
Scot Breitenfeld
154603c380 Merge pull request #701 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit '0764a9aa27b6a06062f93c0e5928db211c3fecb3':
  fixed missing prototype warning
2017-10-11 11:45:59 -05:00
Allen Byrne
12e832bd41 HDFFV-10297 add release note - fix test step 2017-10-11 10:23:55 -05:00
Richard Warren
9849d61344 Made edits suggested by John as part of the code review 2017-10-11 10:15:33 -04:00
Allen Byrne
0c07376431 HDFFV-10297 Fix resource errors and cleanup whitespace 2017-10-10 13:06:12 -05:00
Larry Knox
1015db41f9 Merge pull request #703 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '4a3998ac308c2bf24201e470c0b23f7f83f063e1':
  Correct indentation in h5diff/Makefile.am.
  Add "-rpath /nowhere" to *_la_LDFLAGS for plugin test libraries. This allows them to be successfully linked but not installed.  The change was added for the HDF5 1.8.20 release, but is also needed for all other HDF5 branches.
2017-10-10 12:43:02 -05:00
Allen Byrne
2f636b5d4a HDFFV-10297 fix vl buffer error 2017-10-10 10:28:53 -05:00
Allen Byrne
df853afe50 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '59a4ffac402cc4d96ec43b0027f9ac30ad7b0527':
  removed always true ifdef
2017-10-10 09:01:31 -05:00
Richard Warren
1f0194fb64 Update the MANIFEST and release_docs/RELEASE files 2017-10-10 09:47:22 -04:00
Allen Byrne
c577a5e995 HDFFV-10297 update calls to H5Zfilter_avail 2017-10-09 17:00:15 -05:00
Richard Warren
837624b9cd Add a test for parallel reads of independent files using MPI subgroups 2017-10-09 16:47:21 -04:00
lrknox
4a3998ac30 Correct indentation in h5diff/Makefile.am. 2017-10-09 15:45:33 -05:00
lrknox
726d7d3af5 Add "-rpath /nowhere" to *_la_LDFLAGS for plugin test libraries. This
allows them to be successfully linked but not installed.  The change was
added for the HDF5 1.8.20 release, but is also needed for all other HDF5
branches.
2017-10-09 15:33:09 -05:00
Allen Byrne
66990bc90f HDFFV-10297 - code changes nullify error 2017-10-09 13:23:02 -05:00
Allen Byrne
daddf169b0 HDFFV-10297 - Fix test errors - five remaining 2017-10-09 12:59:28 -05:00
M. Scot Breitenfeld
0764a9aa27 Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop 2017-10-09 11:32:04 -05:00
M. Scot Breitenfeld
45192768ad fixed missing prototype warning 2017-10-09 11:30:10 -05:00
Scot Breitenfeld
59a4ffac40 Merge pull request #700 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit 'c643b135940f60d9dd53c982d278c2ef6d2958e8':
  removed always true ifdef
2017-10-09 11:21:05 -05:00
M. Scot Breitenfeld
c643b13594 removed always true ifdef 2017-10-09 11:19:20 -05:00
Allen Byrne
a07d6b52fb HDFFV-10297 - fix repack individual objects
includes H5Zfilter_avail() fix
2017-10-06 14:36:07 -05:00
Richard Warren
cb09092d9a Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into optimize_superblock_read 2017-10-06 09:13:09 -04:00
mainzer
ceab5a5176 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.

Tested parallel/debug on Charis and Jelly, parallel/production on Jelly.
2017-10-05 17:25:57 -05:00
Allen Byrne
0cef4c9151 Merge pull request #695 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'a49372724cbf9201c4f1d8c8daab1d56a33dc63e':
  Fix other test name typos
  Fix typo in valgrind test name
2017-10-05 16:18:34 -05:00
Allen Byrne
a49372724c Fix other test name typos 2017-10-05 08:55:58 -05:00
Allen Byrne
82986dba72 Fix typo in valgrind test name 2017-10-05 08:51:32 -05:00
Allen Byrne
eb6f687ca3 Merge pull request #692 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '865b25849344beb0ef8be64260b18828e5ca2c9f':
  Whitespace conversions and comment updates
2017-10-04 16:55:38 -05:00
Richard Warren
bccbe8e53e Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into optimize_superblock_read 2017-10-04 16:35:46 -04:00
Allen Byrne
865b258493 Whitespace conversions and comment updates 2017-10-04 08:53:45 -05:00
Allen Byrne
281efe75c4 Merge pull request #690 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '12e4d3fd0bc7411a28390bcc9fc00fede807a5cf':
  Add/remove test files
  Cleanup cmake clean macros
2017-10-03 14:40:44 -05:00
Allen Byrne
12e4d3fd0b Add/remove test files 2017-10-03 14:37:31 -05:00
Allen Byrne
467f30c410 Cleanup cmake clean macros 2017-10-03 14:14:53 -05:00
Allen Byrne
e6a2a9f43f Merge pull request #688 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
buildbot tests passing

* commit '68a9844991cfaaca2d0f97d7828f1f6f59af1349':
  VS2012 and earlier cannot have execute stmnts before declare
  Correct depends name
  Fix list of names
  new reference file
  Fix repack plugin test - reorganize test macros
  Adjust filter available variables
  Fix STREQUAL if commands.
  Update error handling to support ARGS and tools stack
2017-10-03 14:13:47 -05:00
Allen Byrne
68a9844991 VS2012 and earlier cannot have execute stmnts before declare 2017-10-03 12:34:54 -05:00
Allen Byrne
32a1b98a6c Correct depends name 2017-10-03 12:26:40 -05:00
Allen Byrne
4c0784696b Fix list of names 2017-10-03 11:26:18 -05:00
Allen Byrne
35861e3d6f new reference file 2017-10-03 11:15:55 -05:00
Allen Byrne
a8f03185ad Fix repack plugin test - reorganize test macros 2017-10-03 11:14:35 -05:00
Binh-Minh Ribler
8caeed7e54 Merge pull request #689 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
* commit 'afc9ce25b68caff7744f8a8a41407a4bfdf34690':
  Updated doxygen config file Description:     Added C2Cppfunction_map.mht to HTML_EXTRA_FILES.     Verified that the file is copied to cpplus_RM after running doxygen         on cpp_doc_config.
2017-10-03 10:27:21 -05:00
Binh-Minh Ribler
afc9ce25b6 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop 2017-10-03 09:39:20 -05:00
Binh-Minh Ribler
27a0c46ec6 Updated doxygen config file
Description:
    Added C2Cppfunction_map.mht to HTML_EXTRA_FILES.
    Verified that the file is copied to cpplus_RM after running doxygen
        on cpp_doc_config.
2017-10-03 08:53:04 -05:00
Allen Byrne
5cd93e70c0 Adjust filter available variables 2017-10-02 16:41:13 -05:00
Allen Byrne
4f9e47650a Fix STREQUAL if commands. 2017-10-02 12:39:15 -05:00
Allen Byrne
19ee2f9dc8 Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '9d6ba29a01079e0f81ffa530605d8cd830378f9c':
  Better segregate clean & dirty LRU lists so that they are only defined when the H5C_MAINTAIN_CLEAN_AND_DIRTY_LRU_LISTS macro is defined.
2017-10-02 11:55:13 -05:00
Quincey Koziol
9d6ba29a01 Merge pull request #687 in HDFFV/hdf5 from merge_full_swmr_02 to develop
* commit '744b6b282f087ce23310805dc24ce8f8b351fb61':
  Better segregate clean & dirty LRU lists so that they are only defined when the H5C_MAINTAIN_CLEAN_AND_DIRTY_LRU_LISTS macro is defined.
2017-10-02 11:35:59 -05:00