AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
eefddf28136Bring new/updated tests from revise+chunks branch: flush1/flush2 update andflushrefresh test. (Also refactor of message send / wait code)
Quincey KoziolQuincey Koziol
ab3963b28e5MMerge pull request #207 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_06 to develop* commit 'f8cfbee05e26a815134cd1f1fb0ad87d8d9b16dd': Merge SWMR-related testing to existing tests. Bring over tweak for missing environment variable. Update CMake configuration files with SWMR accumulator changes. Add missing accumulator test. Merge SWMR-oriented accumulator tests from revise_chunks to develop.
Quincey KoziolQuincey Koziol
7f51c8862eaMMerge pull request #206 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_05 to develop* commit 'fc69eeb9919a0974dcefb3bbc1de6da429e98509': Bring Java SWMR changes from revise_chunks to develop branch
Quincey KoziolQuincey Koziol
f8cfbee05e2Merge SWMR-related testing to existing tests.
Quincey KoziolQuincey Koziol
fc482f126f1Bring over tweak for missing environment variable.
Quincey KoziolQuincey Koziol
104253575dcUpdate CMake configuration files with SWMR accumulator changes.
Quincey KoziolQuincey Koziol
f01ee3c0048Add missing accumulator test.
Quincey KoziolQuincey Koziol
b772be716d4Merge SWMR-oriented accumulator tests from revise_chunks to develop.
Quincey KoziolQuincey Koziol
fc69eeb9919Bring Java SWMR changes from revise_chunks to develop branch
Larry KnoxLarry Knox
700c6ae9851MMerge pull request #205 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:develop to develop* commit 'e0b353b6f5a9c80ffe7a1f82cee6a15c13d25692': Snapshot version 1.9 release 235
hdftesthdftest
e0b353b6f5aSnapshot version 1.9 release 235
Allen ByrneAllen Byrne
15b9ba46c02MMerge pull request #201 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'ae59766fc981ff64236e461cebe3f193c7fd6a51': Change dlopen from RTLD_NOW to RTLD_LAZY
Allen ByrneAllen Byrne
ae59766fc98Change dlopen from RTLD_NOW to RTLD_LAZY
Dana RobinsonDana Robinson
00925c7ecf4MMerge pull request #199 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:windows_nanosleep_fix to developFixed bad implementation of Windows nanosleep equivalent. * commit '651c2f30304ed9b8e9470039e46279635356a3cc': Fix bad implementation of Windows nanosleep equivalent.
Dana RobinsonDana Robinson
651c2f30304Fix bad implementation of Windows nanosleep equivalent.
Quincey KoziolQuincey Koziol
1bdf8fe8f7eMMerge pull request #195 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_04 to develop* commit '57afb68e465d8a0bc521a68c96c6d67db358e482': Bring SWMR-related tools changes from revise_chunks to develop.
Quincey KoziolQuincey Koziol
46754fec41bMMerge pull request #194 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_03 to develop* commit 'feb9d1f6761b541a388100d04ec56a9b88a7e462': Bring over changes from revise_chunks that cleanup recent SWMR changes from code review feedback.
Dana RobinsonDana Robinson
399883ad542MMerge pull request #196 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_tagging_dump_fix to developRemoved NDEBUG guards from H5AC debug functions. * commit '652e02db4ee67fb5546050078487fca5794d8f39': Removed NDEBUG guards from H5AC test functions.
Dana RobinsonDana Robinson
652e02db4eeRemoved NDEBUG guards from H5AC test functions.H5AC_dump_cache() is now used in test/cache_tagging.c and the underlying H5C functions are not protected by NDEBUG guards.
Quincey KoziolQuincey Koziol
57afb68e465Bring SWMR-related tools changes from revise_chunks to develop.
Quincey KoziolQuincey Koziol
feb9d1f6761Bring over changes from revise_chunks that cleanup recent SWMR changes fromcode review feedback.
Dana RobinsonDana Robinson
cc6eb939f4dMMerge pull request #191 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_h5fs_fix to developFinal fix for evict-on-close issues with new-style groups. * commit '02879bc4b2ba161dc259bf28a71e7a99b44be0e3': Updated the H5FS cache code to grab the correct tag and modified the freespace test to use dxpls that have been tagged with the H5AC__FREESPACE_TAG global tag instead of H5AC_ind_read_dxpl_id. The library code now expects the owner of the free space manager to tag it so the owner-l...
Dana RobinsonDana Robinson
02879bc4b2bUpdated the H5FS cache code to grab the correct tag and modifiedthe freespace test to use dxpls that have been tagged with the H5AC__FREESPACE_TAG global tag instead of H5AC_ind_read_dxpl_id. The library code now expects the owner of the free space manager to tag it so the owner-less free space managers in the freespace tag had to be tagged with *something* to avoid cache errors.
Dana RobinsonDana Robinson
16a5c7c8f30MMerge branch 'develop' into eoc_h5fs_fix
Dana RobinsonDana Robinson
122819fec3aMMerge pull request #48 in HDFFV/hdf5 from HDFFV-9407-h5dump-fails-to-print-full-precision to developMerged Kimmy's fix (still needs a test). * commit 'f76c3b56e1ccf81b16225fa6935adb45ac6d2f38': fix the issue of h5dump fails to print full precisionHDFFV-9407
Dana RobinsonDana Robinson
4977ff4c762MMerge pull request #189 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:more_valgrind to developFixed valgrind issues in H5F_open() exposed by swmr.c. * commit '0f2f51bb7bdac91ba670bd810bab687594a60251': Updated the comment for the valgrind fix. Fixed a valgrind problem in file shutdown exposed by the swmr.c test.
Dana RobinsonDana Robinson
0f2f51bb7bdUpdated the comment for the valgrind fix.
Dana RobinsonDana Robinson
a366c0a4925Fixed a valgrind problem in file shutdown exposed by the swmr.c test.
Allen ByrneAllen Byrne
c2c10a6f191MMerge pull request #188 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'fa6488d78548f2c9036008aa9b3df91abf3630eb': Reduce timeout as normal run time on windows is less then 10 min
Allen ByrneAllen Byrne
fa6488d7854Reduce timeout as normal run time on windows is less then 10 min
Dana RobinsonDana Robinson
feaaae4897dMMerge pull request #186 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:icc_config_fixes to developCleaned up the Intel compiler flags (Autotools). * commit '1c5029f21b51977d26b26fd3540065f36d97c683': Updated the icc flags (C flags only).
derobinsderobins
1c5029f21b5Updated the icc flags (C flags only).
Allen ByrneAllen Byrne
61f8952ebb5MMerge pull request #181 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '53d3a619f8a076cb1d0ba9cbc207fc07a6fcc5d8': Change examples to match junit test Add missing character Change where test copies libs because of osx1011 SIP
Quincey KoziolQuincey Koziol
a8f85b73f9eMMerge pull request #185 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_03 to develop* commit '527f28333cb2ec5b247ec348cf6970e0d114891b': Another Java oversight (sorry, don't have Java configured on my Mac)
Quincey KoziolQuincey Koziol
527f28333cbAnother Java oversight (sorry, don't have Java configured on my Mac)
Dana RobinsonDana Robinson
2990a638d2eMMerge pull request #184 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_02 to developMerged minor fixes from revise_chunks. * commit 'e1026bd354443ae9c4e0cf197feb7191920c9f13': Correct oversight in Java test and remove direct VFD from SWMR supported drivers.
Quincey KoziolQuincey Koziol
e1026bd3544Correct oversight in Java test and remove direct VFD from SWMR supporteddrivers.
Dana RobinsonDana Robinson
a0d3801251cMMerge pull request #183 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge to developMerged the final library SWMR changes from revise_chunks. * commit '15e04901a0cea65b2b0fa3ca869341a2b656bfdf': Bring SWMR support in to the main development branch. (Finally!) More tests and the tool and API wrappers will be coming in over the weekend. Add some Java methods that were missed earlier. Minor normalization cleanups.
Quincey KoziolQuincey Koziol
15e04901a0cMMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 into develop_swmr_merge
Quincey KoziolQuincey Koziol
64a339183f0Bring SWMR support in to the main development branch. (Finally!) More testsand the tool and API wrappers will be coming in over the weekend.
Dana RobinsonDana Robinson
59b730424a4MMerge pull request #182 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vs2012_round to developMerged fix for missing VS2012 round commands. * commit '488f19a9cbd2e89e83847a628e59f57f4293fed0': Fixed a comment. Added Windows-only versions of the round() functions, which do not exist in VS2012 and earlier.
derobinsderobins
488f19a9cbdFixed a comment.
derobinsderobins
0c5f56a8657Added Windows-only versions of the round() functions, which do not exist in VS2012 and earlier.Tested on: 32-bit Windows 7 w/ VS2012 Pro
Allen ByrneAllen Byrne
53d3a619f8aChange examples to match junit test
Allen ByrneAllen Byrne
7a5eea36a59Add missing character
Allen ByrneAllen Byrne
b990f5b2f7aChange where test copies libs because of osx1011 SIP
Quincey KoziolQuincey Koziol
5d7d029b97bMMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 into develop_swmr_merge
Quincey KoziolQuincey Koziol
65be68a17d1Add some Java methods that were missed earlier.
Quincey KoziolQuincey Koziol
5922bbb45f0Minor normalization cleanups.
Dana RobinsonDana Robinson
f3dfc133cc6Changed the name of H5MF_alloc_close() to H5MF__alloc_close()to make the FUNC_ENTER macro happy.