Commit Graph

16538 Commits

Author SHA1 Message Date
Allen Byrne
7fd79abc0c Remove duplicated paths, add new paths 2017-03-28 13:42:00 -05:00
Allen Byrne
98e4bfec5a Merge pull request #5 in ~BYRN/hdf5_adb from bugfix/HDFFV-10143-programmatic-setting-plugin-path to develop
* commit 'bb80ae98543f80779ef726a20460b9b180b5cd2b':
  HDFFV-10143 add APIs to manipulate plugin path table
2017-03-28 13:36:52 -05:00
Allen Byrne
bb80ae9854 HDFFV-10143 add APIs to manipulate plugin path table 2017-03-28 13:35:49 -05:00
mainzer
afd8f64c29 Omnibus checkin for several relatively minor modifications:
1) Added code test/page_buffer.c to verify that page buffering is
   disabled in parallel builds.

2) Added code to test/cache_image.c to verify correct interaction
   between evict on close and cache image -- in particular management
   of a file containing a cache image containing dirty metadata that
   has been opened R/O.  Also fix for the bug exposed.

3) Added code to testpar/t_cache_image.c to verify expected procedure
   for reading cache images, and also supporting stats collection code
   needed for the test.

4) Repair of an overactive sanity check in H5C__reconstruct_cache_contents().

5) Other minor tidies in passing.

Tested serial and parallel, debug and production on Jelly.
2017-03-28 11:21:40 -05:00
lrknox
1a114c191d Clear hdf5 1.10 entries from RELEASE.txt in the develop branch. Entries
in this branch version of RELEASE.txt should be intended for the future
1.12.0 release.
2017-03-28 10:06:18 -05:00
Allen Byrne
09f8d2f37e Merge pull request #4 in ~BYRN/hdf5_adb from develop to bugfix/HDFFV-10143-programmatic-setting-plugin-path
* commit 'be028580c8789301e4106d8d6e79a8fc8300e706':
  Update with extra checks for reference
  Update cdash max test output and VS version matching
  Stop skipping h5watch tests.
  Add H5_DLL to H5AC_get_mdc_image_info() prototype
  Update RELEASE.txt based on review comments from pull request.
  Description:     Removed notes about the C++ API in develop.  Only keep in 1.10 branch.
  Add prototype for H5AC_get_mdc_image_info
  Minor style cleanups
  Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_config()"
  Update RELEASE.txt to reflect changes for new features and bug fixes since 1.10.0-patch1.
  Run all scripts using signal files between processes in their own directories to avoid accidental deletion of the signal files.
  Remove extra space added by h5vers to version string in H5.java, which then failed to match the pattern after the first run.
  Remove incorrect " marks added to java files by bin/h5vers. Pull version from configure for version test in h5repack_plugin.sh.in
  Description:     Fixed typos and missing items in function headers, that were revealed     by Doxygen, and revised various comments. Platforms tested:     Linux/32 2.6 (jam)     Linux/64 (platypus)     Darwin (osx1010test)
  Description:     Updated the C++ API sections.
  Extend h5vers to update version strings in java files and h5repack version test expected output file.
  Add reference to CMake application framwork
  Whitespace changes
  Update notes
  Run swmr tests in their own subdirectory of test to avoid signal file deletion by other tests.
2017-03-28 09:36:31 -05:00
Binh-Minh Ribler
52f8c2ed49 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop 2017-03-27 23:39:10 -05:00
Binh-Minh Ribler
37c56ebd37 Fix HDFFV-8089
Description:
    Some code within an "ifdef H5D_CHUNK_DEBUG" block was using outdated
    data structure but not caught because the case of H5D_CHUNK_DEBUG being
    defined was never tested.  It was commented out.
    I defined H5D_CHUNK_DEBUG, tested, and commented out again.
Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (platypus)
    Darwin (osx1010test)
2017-03-27 23:38:35 -05:00
Allen Byrne
be028580c8 Merge pull request #373 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '5d830b1873c67def2d781acf9cc14ea8c3304c02':
  Update with extra checks for reference
  Update cdash max test output and VS version matching
2017-03-27 17:05:27 -05:00
Allen Byrne
5d830b1873 Update with extra checks for reference 2017-03-27 10:41:30 -05:00
Allen Byrne
4a60f5a057 Update cdash max test output and VS version matching 2017-03-27 08:42:32 -05:00
Elena Pourmal
5ef71ceb1d Merge pull request #372 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'ea6c20fdc6f9aef7b43a41f9a3bbd8886cd2f261':
  Stop skipping h5watch tests.
2017-03-24 16:34:19 -05:00
lrknox
ea6c20fdc6 Stop skipping h5watch tests. 2017-03-24 16:30:45 -05:00
Quincey Koziol
4d0bcf91b6 Merge pull request #362 in HDFFV/hdf5 from merge_h5clear_revert_02 to develop
* commit 'ddb870b4b67590e5624e40eb51d807914e016a46':
  Add H5_DLL to H5AC_get_mdc_image_info() prototype
  Add prototype for H5AC_get_mdc_image_info
2017-03-24 10:26:46 -05:00
Quincey Koziol
ddb870b4b6 Add H5_DLL to H5AC_get_mdc_image_info() prototype 2017-03-24 08:25:18 -07:00
Vailin Choi
9215a30b0b Merge pull request #359 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit '436bfedcbd1152e9aa47d50f9d8ad78817488ce1':
  Update RELEASE.txt based on review comments from pull request.
  Update RELEASE.txt to reflect changes for new features and bug fixes since 1.10.0-patch1.
2017-03-23 16:08:49 -05:00
Vailin Choi
436bfedcbd Update RELEASE.txt based on review comments from pull request. 2017-03-23 12:35:21 -05:00
Binh-Minh Ribler
4f80a95751 Merge pull request #363 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
* commit 'f21b268812b10e11ee98be17dd121e6a43525aef':
  Description:     Removed notes about the C++ API in develop.  Only keep in 1.10 branch.
2017-03-22 22:32:30 -05:00
Binh-Minh Ribler
f21b268812 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop 2017-03-22 22:12:43 -05:00
Binh-Minh Ribler
3f1029a352 Description:
Removed notes about the C++ API in develop.  Only keep in 1.10 branch.
2017-03-22 22:11:24 -05:00
Quincey Koziol
e4114236e3 Add prototype for H5AC_get_mdc_image_info 2017-03-22 15:15:51 -07:00
Quincey Koziol
dfc0b2f4f6 Merge pull request #361 in HDFFV/hdf5 from merge_h5clear_revert to develop
* commit '46c9ab600de491657520897322b75659c3bdfb5f':
  Minor style cleanups
  Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_config()"
2017-03-22 17:07:34 -05:00
Quincey Koziol
46c9ab600d Minor style cleanups 2017-03-22 10:54:25 -07:00
Quincey Koziol
161a3b9516 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into develop 2017-03-22 10:39:12 -07:00
Quincey Koziol
9c606c3d90 Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_config()"
This reverts commit dd5105fc9912c77f6d6074700d83e5e8282e86c9.
2017-03-22 09:58:40 -07:00
Larry Knox
30d5cf6c96 Merge pull request #358 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '82183c7cdc50f9dc41ef8238c6a2bef6f1c7fcde':
  Run all scripts using signal files between processes in their own directories to avoid accidental deletion of the signal files.
2017-03-22 11:48:47 -05:00
Vailin Choi
b910794583 Update RELEASE.txt to reflect changes for new features and bug fixes since 1.10.0-patch1. 2017-03-21 23:47:52 -05:00
lrknox
82183c7cdc Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop 2017-03-21 23:00:21 -05:00
lrknox
b461f1818b Run all scripts using signal files between processes in their own directories to avoid accidental deletion of the signal files. 2017-03-21 22:58:41 -05:00
Larry Knox
f09abb150e Merge pull request #356 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'fa5ca5272d7aa6f25656541b72a24697b36dd52b':
  Remove extra space added by h5vers to version string in H5.java, which then failed to match the pattern after the first run.
  Remove incorrect " marks added to java files by bin/h5vers. Pull version from configure for version test in h5repack_plugin.sh.in
2017-03-21 12:07:42 -05:00
lrknox
fa5ca5272d Remove extra space added by h5vers to version string in H5.java, which
then failed to match the pattern after the first run.
2017-03-21 11:40:11 -05:00
lrknox
7cf8d092ed Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop 2017-03-21 11:08:39 -05:00
lrknox
7e7121fec6 Remove incorrect " marks added to java files by bin/h5vers.
Pull version from configure for version test in h5repack_plugin.sh.in
2017-03-21 10:57:40 -05:00
Binh-Minh Ribler
2fe63888b7 Merge pull request #355 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
* commit '778a16daafe5d8edc4df9ddb35eb3e692d3adfbe':
  Description:     Fixed typos and missing items in function headers, that were revealed     by Doxygen, and revised various comments. Platforms tested:     Linux/32 2.6 (jam)     Linux/64 (platypus)     Darwin (osx1010test)
2017-03-21 08:03:07 -05:00
Binh-Minh Ribler
778a16daaf Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop 2017-03-20 21:59:03 -05:00
Binh-Minh Ribler
44626957a6 Description:
Fixed typos and missing items in function headers, that were revealed
    by Doxygen, and revised various comments.
Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (platypus)
    Darwin (osx1010test)
2017-03-20 21:56:50 -05:00
Binh-Minh Ribler
ea1b4e8236 Merge pull request #354 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
* commit 'd8199a74ee5251be30b72d1b50a855192650c9d1':
  Description:     Updated the C++ API sections.
2017-03-20 20:01:19 -05:00
Binh-Minh Ribler
d8199a74ee Description:
Updated the C++ API sections.
2017-03-20 18:36:37 -05:00
Larry Knox
c70a16418b Merge pull request #353 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'dbff1180b763ae41c4ac6aba6a1ca8c782713f4a':
  Extend h5vers to update version strings in java files and h5repack version test expected output file.
  Run swmr tests in their own subdirectory of test to avoid signal file deletion by other tests.
2017-03-20 17:28:55 -05:00
lrknox
dbff1180b7 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop 2017-03-20 17:16:11 -05:00
lrknox
cd8ec2cc44 Extend h5vers to update version strings in java files and h5repack
version test expected output file.

Update version on develop branch to 1.11.0.

 Please enter the commit message for your changes. Lines starting
2017-03-20 17:14:16 -05:00
Allen Byrne
02642c99e3 Merge pull request #351 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'e809b609d3f5cc851e13f63bcfed7052958d302b':
  Add reference to CMake application framwork
  Whitespace changes
  Update notes
2017-03-20 15:36:03 -05:00
lrknox
6ac4648fd9 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop 2017-03-20 14:47:57 -05:00
Allen Byrne
e809b609d3 Add reference to CMake application framwork 2017-03-20 13:40:57 -05:00
Allen Byrne
d81fee0d3d Whitespace changes 2017-03-20 13:36:05 -05:00
Allen Byrne
7eacd06b4f Update notes 2017-03-20 13:32:26 -05:00
Allen Byrne
fc51d5a1a7 Merge pull request #3 in ~BYRN/hdf5_adb from HDFFV/hdf5:develop to bugfix/HDFFV-10143-programmatic-setting-plugin-path
* commit '214100d05bd2b479a20f97e5c46d1dab2eeca759':
  Use global variable for test command - update reference
  Minor code changes to address comments in pull request
  Checkin of additions to cache image parallel test code and associated bug fixes.
2017-03-20 13:30:09 -05:00
Allen Byrne
214100d05b Merge pull request #350 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '94850f37cb3130dbad92e39a420e90a73f72aca8':
  Use global variable for test command - update reference
2017-03-20 13:27:14 -05:00
John Mainzer
52ee0344ef Merge pull request #341 in HDFFV/hdf5 from ~MAINZER/hdf5_jrm:develop to develop
* commit 'b7c58f7dfca66d4caa26d7f8b318ad3514b8c46f':
  Minor code changes to address comments in pull request
  Checkin of additions to cache image parallel test code and associated bug fixes.
2017-03-20 13:13:13 -05:00
Allen Byrne
94850f37cb Use global variable for test command - update reference 2017-03-20 09:59:17 -05:00