Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
177a8ba30ebAdd missing test status
Larry KnoxLarry Knox
a84864e732bMMerge pull request #397 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'f1ad2feb0b253302895a0bc9835ade8f2f2484e8': Fix CMake regex commands
Allen ByrneAllen Byrne
f1ad2feb0b2Fix CMake regex commands
Vailin ChoiVailin Choi
ad2963de609Modify test/fheap.c to run with various file space strategies and/or page buffering Modify test/fheap.c to run with different combinations of file space strategies and page buffering only when ExpressMode is 0 (HDF5TestExpress is 0). Tested on ostrich, platypus, mayll, emu, osx1010test, quail, kite, kituo.
Allen ByrneAllen Byrne
60167ae8753MMerge pull request #395 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '1e0ecb4481e226239c1fd51bd214bd7e7490805d': Fix typo deletion HDFFV-10143 Update new feature section. HDFFV-10143 clean up format and function return HDFFV-10143 Add plugin APIs to Java interface Update with checks for index bounds Update tools issues HDFFV-10143 fix use before set HDFFV-10143 surround will fail with try block HDFFV-10143 typo cleanup HDFFV-10143 typo removed Fix code ...
Allen ByrneAllen Byrne
1e0ecb4481eMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit 'b56fb149c9a3c9dca11b406b7a2488f0c93ee187': Updated the H5L.c error message after additional thought. Fix for HDFFV-10141. Updated an error message in H5L.c to be more helpful. Fixes HDFFV-10141.
Dana RobinsonDana Robinson
b56fb149c9aMMerge pull request #394 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop * commit '9876155d3fdb073dd3769f18665c86d04cda4806': Updated the H5L.c error message after additional thought. Fix for HDFFV-10141. Updated an error message in H5L.c to be more helpful. Fixes HDFFV-10141.
Dana RobinsonDana Robinson
9876155d3fdUpdated the H5L.c error message after additional thought. Fix for HDFFV-10141.
Dana RobinsonDana Robinson
2e295975b9cUpdated an error message in H5L.c to be more helpful. Fixes HDFFV-10141.
Allen ByrneAllen Byrne
857f515325eMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit '60bb3fd1108e2006a79b008d031a0f68a1e6b393': Re-enabled fixed array index testing in the test_random_rank4_vl() test in test/set_extent. This was fixed some time ago, but the test was never re-enabled for that index type.
Dana RobinsonDana Robinson
60bb3fd1108MMerge pull request #393 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop * commit 'f060e05999849c1eb3ef653c08977e4b154749d8': Re-enabled fixed array index testing in the test_random_rank4_vl() test in test/set_extent. This was fixed some time ago, but the test was never re-enabled for that index type.
Dana RobinsonDana Robinson
f060e059998Re-enabled fixed array index testing in the test_random_rank4_vl() test in test/set_extent. This was fixed some time ago, but the test was never re-enabled for that index type.
Allen ByrneAllen Byrne
48687ab50ffMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit 'd522632b9e1f1d88db2117e89f3caba0dc4cf38b': Switch to using flag in signal handler, to trigger dropping out of main loop and shutdown cleanly, instead of calling leave() from the signal handler.
Quincey KoziolQuincey Koziol
d522632b9e1MMerge pull request #389 in HDFFV/hdf5 from fix_h5watch_signal to develop * commit '1e4b2588b671a2172827bb422aee9ba96c0320b6': Switch to using flag in signal handler, to trigger dropping out of main loop and shutdown cleanly, instead of calling leave() from the signal handler.
Quincey KoziolQuincey Koziol
1e4b2588b67Switch to using flag in signal handler, to trigger dropping out of main loop and shutdown cleanly, instead of calling leave() from the signal handler.
Allen ByrneAllen Byrne
c2941faa667Fix typo deletion
Allen ByrneAllen Byrne
9b17c2e1241HDFFV-10143 Update new feature section.
Allen ByrneAllen Byrne
cbdc1250ce4HDFFV-10143 clean up format and function return
Allen ByrneAllen Byrne
4bd667bfde5HDFFV-10143 Add plugin APIs to Java interface
Allen ByrneAllen Byrne
1f88a34fa75Update with checks for index bounds
Allen ByrneAllen Byrne
d86d708aea4Update tools issues
Allen ByrneAllen Byrne
87e8da66009MMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit '2412158ed8326a3f3d62fbd947e470667d0b5951': Add new file COPYING_LBNL_HDF5. Revert "Clear hdf5 1.10 entries from RELEASE.txt in the develop branch. Entries" Add LBNL license file and modify COPYING file accordingly. Omnibus checkin for several relatively minor modifications: Clear hdf5 1.10 entries from RELEASE.txt in the develop branch. Entries in this branch version of RELEASE.txt should be intended for th...
Binh-Minh RiblerBinh-Minh Ribler
2412158ed83MMerge pull request #374 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop Fix HDFFV-8089 * commit '52f8c2ed494ea1b89374981ecc6901abe8fd5fed': 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) ...
Binh-Minh RiblerBinh-Minh Ribler
52f8c2ed494MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
Binh-Minh RiblerBinh-Minh Ribler
37c56ebd376Fix 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)
Larry KnoxLarry Knox
349222225abMMerge pull request #382 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop * commit '9afc2d1fc05c0ee87cb27ff1f6179e00b5eb6ac2': Add new file COPYING_LBNL_HDF5.
Larry KnoxLarry Knox
9afc2d1fc05MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
John MainzerJohn Mainzer
313fedfca18MMerge pull request #376 in HDFFV/hdf5 from ~MAINZER/hdf5_jrm:develop to develop * commit 'afd8f64c29f7cffde895232406a3a388c6d77e77': Omnibus checkin for several relatively minor modifications:
mainzermainzer
afd8f64c29fOmnibus 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...
Larry KnoxLarry Knox
8eef625ef49Add new file COPYING_LBNL_HDF5.
Larry KnoxLarry Knox
ab0b5149f6cMMerge pull request #375 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop * commit 'c1f95b28caae290a7c0136537daca9004db055b8': Revert "Clear hdf5 1.10 entries from RELEASE.txt in the develop branch. Entries" Add LBNL license file and modify COPYING file accordingly. 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.
Larry KnoxLarry Knox
c1f95b28caaRevert "Clear hdf5 1.10 entries from RELEASE.txt in the develop branch. Entries" This reverts commit 1a114c191d6366558202522df96c2726c0512cc0.
Larry KnoxLarry Knox
ef297238bd5Add LBNL license file and modify COPYING file accordingly.
Larry KnoxLarry Knox
1a114c191d6Clear 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.
Allen ByrneAllen Byrne
0892bf320cbHDFFV-10143 fix use before set
Allen ByrneAllen Byrne
1eb4693aa89HDFFV-10143 surround will fail with try block
Allen ByrneAllen Byrne
8e663833939HDFFV-10143 typo cleanup
Allen ByrneAllen Byrne
e40a33f74daHDFFV-10143 typo removed
Allen ByrneAllen Byrne
b46aa5aff71Fix code error and use H5PL_MAX_PATH_NUM in test
Allen ByrneAllen Byrne
51412aa48c6HDFFV-10143 Cleanup due to comments
Allen ByrneAllen Byrne
e51c624ac0bHDFFV-10143 remove debugging output
Allen ByrneAllen Byrne
d29548351faHDFFV-10143 change h5PLget to use buffer like H5Iget_name
Allen ByrneAllen Byrne
af4d79cbb6aHDFFV-10143 change put to replace and add const
Allen ByrneAllen Byrne
0bd67539d65Remove redundant code
Allen ByrneAllen Byrne
17bb6be1d8cHDFFV-10143 Use Windows A version of ExpandEnvironmentStrings
Allen ByrneAllen Byrne
1dee0d46273HDFFV-10143 Fix initial issues from review
Allen ByrneAllen Byrne
7fd79abc0c1Remove duplicated paths, add new paths
Allen ByrneAllen Byrne
98e4bfec5a1MMerge 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
Allen ByrneAllen Byrne
bb80ae98543HDFFV-10143 add APIs to manipulate plugin path table
Allen ByrneAllen Byrne
09f8d2f37efMMerge 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. ...