Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
2e6cce84858[svn-r28582] Removed unused CMake file (align with trunk).
John MainzerJohn Mainzer
6671139328e[svn-r28579] Checkin of fixes to more bugs uncovered by investigation of SWMR-95 -- specifically: 1) Code in H5C__flush_single_entry() taking down all remaining flush dependencies before an entry is destroyed. Replaced this with code asserting that all flush dependencies have been taken down by the cache client as required by the protocol for managing flush dependencies. This exposed: 2) Both the object header proxy and the object header continuation chunk cache clien...
Dana RobinsonDana Robinson
68037d059e2[svn-r28567] Merge of r28563 from trunk. Minor bin/cmakehdf5 change Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 w/ CMake 3.3.2 serial only
Dana RobinsonDana Robinson
015981435e7[svn-r28551] Minor change to cache_logging test so it will pass on make check-vfd. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
73292c21c7b[svn-r28548] Added missing HD in front of snprintf() in cache_logging test. Tested on: 64-bit Windows 10 Pro w/ VS 2015 Pro & CMake 3.3.1
Vailin ChoiVailin Choi
a43c8deca09[svn-r28546] Fix: when the file is opened for SWMR read, skip file truncation check only if the file is marked for SWMR writing mode and the file has version 3 superblock for SWMR support. Tested on jam, platypus, osx1010test, moohan, ostrich, emu, kite.
Dana RobinsonDana Robinson
58c96bded0f[svn-r28536] Brought r28533 from the trunk (minor change to H5Dvirtual.c) Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
a4331cabde4[svn-r28528] Added a similar test to the SWMR-95 test that uses version 2 B-tree indexing. This passes with no further code changes. Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
256d7a84438[svn-r28526] Propagated the SWMR-95 extensible array changes to the fixed array data structure. Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
a5dce3f4b47[svn-r28524] Updated the test macros in the SWMR-95 test. Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
bf447f740f2[svn-r28522] Added a simple regression test for the SWMR-95 bug. Based on the original error report. Confirmed to fail in r28476 (pre-fix) and pass in the current version. Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
681e1187260[svn-r28520] Re-enabled the cache_logging test and fixed it to pass on Windows. Tested on: 64-bit Windows 10 Pro w/ VS2015 Pro & CMake 3.3.1
Dana RobinsonDana Robinson
b419141463d[svn-r28518] Re-enabled the cork test and fixed it to pass on Windows. Tested on: 64-bit Windows 10 Pro w/ VS2015 Pro & CMake 3.3.1
Dana RobinsonDana Robinson
ee0ecca9d85[svn-r28516] - Updated the SWMR unit test so that it passes on Windows. - Re-disabled the cork test, which is still failing on Windows. Tested on: 64-bit Windows 10 w/ VS 2015 Pro & CMake 3.3.1 Ubuntu 15.10 (Linux 4.2.0 x86_64) w/ gcc 5.2.1 & CMake 3.3.2
Quincey KoziolQuincey Koziol
3b46a9055e4[svn-r28514] Description: Correct error where dataset metadata wasn't getting tagged correctly when brought into the cache through the get object info calls. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
Allen ByrneAllen Byrne
c9712b17ebf[svn-r28510] Remove debugging if NOT WIN32 around file copy. Technique should work on windows.
Allen ByrneAllen Byrne
f1660b32279[svn-r28509] Corrected accum test file handling. The reader is static only.(Although it could be built shared - but this could make things more complicated).
Quincey KoziolQuincey Koziol
6a792014748[svn-r28507] Description: Clean up changes to extensible array flush dependencies. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
Dana RobinsonDana Robinson
cb79a1fd86b[svn-r28505] Merge of r28497 and 28499 from the trunk. Fixes a race condition in the build phase by separating the static and shared build directories. Tested on: Windows 10 Pro w/ VS 2015 Pro and CMake 3.3.1.
Dana RobinsonDana Robinson
51eb52dd636[svn-r28503] Enabled the swmr and cork tests under CMake. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 CMake 3.3.2 serial only
Dana RobinsonDana Robinson
e82c9be897c[svn-r28495] Makes the internal HDF5 Windows file locking function Wflock() a no-op until a Win-32 based Windows VFD is available. Tested on: Windows 10 Pro w/ VS 2015 Pro and CMake 3.3.1.
Dana RobinsonDana Robinson
0f514236b04[svn-r28492] Merge r28488 from trunk (AC_CHECK_SIZEOF macro fix). Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
c7bf2f7d336[svn-r28490] Cleaned up some warnings in the VDS test code. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
1e935175fef[svn-r28479] Brought CMake Linux symbols in line with the Autotools. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 & CMake 3.3.2 serial only
John MainzerJohn Mainzer
281a8abd7f3[svn-r28477] Checkin of fix to SWMR-95 -- bug in which two calls to H5Oget_info_by_name() resulted in an assertion failure in the metadata cache. Investigation of this bug uncovered a number of issues, only some of which are addressed in this checkin -- specifically incorrect takedown of the flush dependency between the oject header proxy and the extensible array header, and attempts to setup this flush dependency repeatedly. tested (serial/debug only) on mercury and jam
Dana RobinsonDana Robinson
8fa65b5cd36[svn-r28469] Merge of r28467 from trunk (minor CMake fix). Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 & CMake 3.3.2 serial only
Dana RobinsonDana Robinson
c8db4b8f62e[svn-r28465] Cleaned up warnings in ohdr test. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
8147b60d66a[svn-r28460] Removed -std=c99 from C++ flags in CMake (not valid in C++). Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
b0cecfab043[svn-r28457] Warning fixes in H5trace.c. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
15eaced5b66[svn-r28456] Merge 28371, 28377, and 28403 from trunk. (CMake changes) Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Quincey KoziolQuincey Koziol
4b646921870[svn-r28454] Description: Warning & code style cleanups, along with normalizations against trunk. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
Dana RobinsonDana Robinson
81d693a1d3b[svn-r28446] Cleaned up the remaining warnings in swmr.c. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
31be2a676be[svn-r28445] Removed some code that checked to see if an unsigned value was negative from H5Pset_append_flush() and the swmr.c test. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
5913de51c2e[svn-r28443] Misc code cleanup and warning fixes. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
4d2eb986229[svn-r28441] Updated CMake files to correctly handle the changes to the accum test. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
38bd287c8d2[svn-r28439] Cleaned up some code and warnings in the accum test prior to a CMake fix. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
406521079c3[svn-r28436] Cleaned up warnings generated by gcc 5.2 in flex/bison code. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
05b604da9ab[svn-r28433] Misc warning and cleanup fixes. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
c327c727cf6[svn-r28431] Misc warning and cleanup fixes. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
e8ad6b8a8d9[svn-r28426] Fixed all maybe-uninitialized warnings from gcc 5.2. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Quincey KoziolQuincey Koziol
e8fb73f0384[svn-r28423] Description: Normalize against trunk. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
f8fa4e95084[svn-r28420] Description: Bring r28388, 28393, 28397, 28416 from trunk to the revise_chunks branch. Tested on: MacOSX/64 10.11.11 (amazon) w/serial & parallel (h5committest not required on this branch)
Dana RobinsonDana Robinson
d41e0e0b882[svn-r28418] Fixes for minor warnings. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Quincey KoziolQuincey Koziol
55b1eb056e4[svn-r28414] Description: More cleanups and normalizations for merge to trunk. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
294f742823f[svn-r28412] Description: Clean up warnings and align w/trunk. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (h5committest not required on this branch)
Dana RobinsonDana Robinson
44b932ed53e[svn-r28410] Removed a few TRUE/FALSE redefinitions in the tools. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Dana RobinsonDana Robinson
03615fd68f1[svn-r28408] Corrected some warnings in the file locking code. Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
Vailin ChoiVailin Choi
e3575984560[svn-r28400] Fix for daily test failure on platypus for gcc 5.2 with -m32. This is due to 32 bit overflow from swmr_*.c when random seed was computed from gettimeofday. Tested on platypus (32bit and 64bit), emu, moohan, osx1010test.
Albert ChengAlbert Cheng
fdab86b1841[svn-r28395] Merge r28393 from trunk. HDFFV-9573: bin/h5vers failure, claiming reconfigure failed. bin/reconfigure is replaced by autogen.sh. Fixed h5vers to call autogen.sh instead. Tested: Jam
Albert ChengAlbert Cheng
88101388b79[svn-r28389] Merge r28388 from Trunk. HDFFV-9573: bin/chkmanifest did not like the missing generated file. Changed bin/chkmanifest to generate the files if configure is missing. Tested: jam