Network

 
AuthorCommitMessageCommit Date
Quincey KoziolQuincey Koziol
a1701cb901f[svn-r25429] Description: Add code to ld_monitor test so that a keypress will stop it (instead of ctrl-c, which was messing up valgrind). Tested on: Mac OSX/64 10.9.3 (amazon) w/valgrind (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
08590f37596[svn-r25428] Description: Initialize ID variables, so they aren't invalid when attempting to close them. Tested on: Mac OSX/64 10.9.3 (amazon) w/valgrind (h5committest not required on this branch)
Vailin ChoiVailin Choi
9158e8aa032[svn-r25342] Bring revisions #25120 - #25266 from trunk to revise_chunks. Tested on jam, koala, ostrich, platypus.
Vailin ChoiVailin Choi
67ba5eb6e8a[svn-r25333] Bring revisions #24948 - #25120 from trunk to revise_chunks. Tested on jam, ostrich, koala, platypus.
Vailin ChoiVailin Choi
02eab2eb72a[svn-r25328] Bring revisions #24851 - 24948 from trunk to revise_chunks. Tested on jam, koala, ostrich, platypus.
Vailin ChoiVailin Choi
99ceb100fe1[svn-r25309] Bring revisions #24783 - #24851 from trunk to revise_chunks. Tested on jam, koala, ostrich, platypus.
Vailin ChoiVailin Choi
611d2c89afa[svn-r25307] Bring revisions #24698 - #24783 from trunk to revise_chunks. Tested on jam, koala, ostrich, platypus.
Vailin ChoiVailin Choi
720e0c7623b[svn-r25250] Bring revisions #24670 - $24698 from trunk to revise_chunks. Tested on jam, koala, ostrich, platypus.
Vailin ChoiVailin Choi
519e2317105[svn-r25242] Bring revisions #24505 - #24670 from trunk to revise_chunks. Tested on jam, ostrich, koala, platypus.
Vailin ChoiVailin Choi
94d9aa2d319[svn-r24609] Bring revisions #24480 - #24505 from trunk.
Vailin ChoiVailin Choi
07e3ae1f52e[svn-r24608] Bring revisions #24432 - #24480 from trunk. h5committested.
Quincey KoziolQuincey Koziol
43845ae14d6[svn-r24475] Description: Remove duplicate "intent" flags from top & shared file structures, leaving them only in the shared file structure. Tested on: Mac OSX/64 10.9.0 (amazon) w/gcc 4.8
Quincey KoziolQuincey Koziol
c31111a5f0d[svn-r24473] Description: Correct error with speculative read buffers being incompletely cleared, and use separate buffer.
Albert ChengAlbert Cheng
33d24d63140[svn-r24470] Merged from Chunksum branch. POSIX Order Write Test report.
Vailin ChoiVailin Choi
9dfe3e854f0[svn-r24457] Bring revisions #24333 - #24432 from trunk to revise_chunks. h5committested.
Vailin ChoiVailin Choi
612faec1ace[svn-r24454] Checkin for bug fix SWMR-11: used message file to coordinate test runs for h5watch. The changes were initially done as part of the file locking implementation. In addition, fixes for the following: A) Bug fix when enable-production in test/tfile.c-- --test_swmr_write(): use latest format in creating the test files B) Bug fixes to sync up with revise_chksum_retry branch: 1) test/accum.c--fix to use new_argv/new_envp for execve() and clean out compilation warnings 2) hl/...
Albert ChengAlbert Cheng
f5b8c0b3e8c[svn-r24444] Removed the need to include getopt.h which is already defined in POSIX.2. unistd.h includes getopt definitions. Test: h5committested--all passed except cmake which is expected.
Dana RobinsonDana Robinson
f498b5ef45b[svn-r24415] Merged 2414 from branches/revise_chksum_retry Fixed failure of dsets test when --enable-production is set. Fixes SWMR-12. Also fixed a few minor warnings in dsets.c. Tested on: jam (very minor test code change)
Vailin ChoiVailin Choi
f09d3e86b37[svn-r24337] Bring revisions #24200 - #24333 from trunk.
Vailin ChoiVailin Choi
2b18e934c68[svn-r24336] Bring revisions #24118 - #24200 from trunk.
Vailin ChoiVailin Choi
0a9249a4016[svn-r24330] Bring revisions 24098 - #24118 from trunk to revise_chunks. h5committested.
Albert ChengAlbert Cheng
8748d808b24[svn-r24328] Changed the version subrelease string to "swmr0" so that this branch can be identified with this unique string. Tested: Koala passed.
Vailin ChoiVailin Choi
cab8a28fe43[svn-r24326] Do "svn propdel svn:mergeinfo" on these files so they won't appear as modified. Also, update MANIFEST with "test/SWMR_POSIX_Order_UG.txt". h5committested.
Albert ChengAlbert Cheng
3d78e8e6562[svn-r24323] Created a user instruction for running the POSIX Order test.
Albert ChengAlbert Cheng
0af52a0cd7c[svn-r24322] Removed the iteration (-i) option since it does not make sense to for the writer process to rewrite the data file while the reader process may still be reading linked blocks of the previous iteration. Tested: koala
Albert ChengAlbert Cheng
93fa2ba196b[svn-r24295] Add the write order test here temporary. Need to move it to a permenant place later. Tested: koala
Albert ChengAlbert Cheng
46595a3276a[svn-r24294] Add option parsing support to allow running with different parameter values. Tested: Linux (jam, koala, playpus, ostrich), Mac (duck), Solaris (emu)
Vailin ChoiVailin Choi
308880e894e[svn-r24293] Bring revisions #24058 - #24098 from trunk to revise_chunks. h5committested.
Dana RobinsonDana Robinson
febb17322b3[svn-r24278] Purpose: Block v-1 B-tree writes under SWMR write semantics Description: Modified the MD cache so that v-1 B-tree node writes are prohibited under SWMR semantics. Testing changes: testswmr Removed the -i b1 option from the test. NOTE: The testswmr.sh test performs operations that are not currently supported under our current level of SWMR implementation. links Modified an external link test so that a close/reopen w/ SWMR write test is not performed when the v-1 B-trees are use...
Albert ChengAlbert Cheng
b212ce0d850[svn-r24096] A first implementation of the POSIX order tests. Tests: passed in jam and koala.
Dana RobinsonDana Robinson
3271e8f53a2[svn-r24094] Removed WATCH.h5 from source control. It's regenerated by the script and is causing problems since it's "modified" on each run of make check. Tested on: jam (minor change)
Albert ChengAlbert Cheng
2e5abcc03a4[svn-r24067] Creating the test program of order of writes. For now, it is just a dummy program. Checking it in so that I can check them out for my Mac laptop to work on offsite. Tested: koala
Dana RobinsonDana Robinson
9054613a859M[svn-r28604] Merge with 1.8 branch. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 & CMake 3.3.2 serial only, CMake only
Dana RobinsonDana Robinson
c2f2f457d85[svn-r28541] Merge of r28538 from the trunk. Fixes OS X compilation problems and brings some Linux symbols in line with the Autotools when building with CMake. Tested on: 64-bit OS X 10.11.1 El Capitan (Darwin 15.0.0) Xcode 7.1 Apple LLVM 7.0.0 (clang-700.1.76)
Dana RobinsonDana Robinson
17418cc2289[svn-r28603] Added a check for fseeko/ftello/off_t to the autotools. Configure will fail if these are not found. Tested on: jam
Dana RobinsonDana Robinson
f1707e8f64a[svn-r28602] Updated CMake with LFS changes. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 & CMake 3.3.2 serial only, CMake only
Dana RobinsonDana Robinson
9d99adb285a[svn-r28535] Updated large file support in the autotools. The *64 functions are no longer used and the *o functions (e.g. ftello) are assumed to exist. We also no longer #define LARGEFILE_SOURCE or LARGEFILE64_SOURCE as they are not necessary. Note: CMake has not been updated yet. Tested on: jam
Dana RobinsonDana Robinson
1e29085e382[svn-r28531] Added BRANCH.txt and updated MANIFEST.
Private HDFPrivate HDF
d486b52cf30[svn-r28438] Snapshot version 1.8 release 17 (snap6)
Larry KnoxLarry Knox
29c4d0bb242[svn-r28435] Add RPM HDF5 1.8.16 spec file to MANIFEST.
Larry KnoxLarry Knox
ffa28355e40[svn-r28430] Final HDF5 1.8.16 release houskeeping: Add contents of HDF5 v1.8.16 RELEASE.txt to HISTORY-1_8.txt. Incremented LT_VERS_REVISION numbers for shared object versions for changing code on 1.8 branch. added rpm spec file hdf5-1.8.16-1-x86_64-szip.spec to bin/pkgscrpts.
Allen ByrneAllen Byrne
61f76e0aa2f[svn-r28405] Update to include cdash submit options
Allen ByrneAllen Byrne
7aa706557de[svn-r28398] Add note about the "H5_BUILT_AS_DYNAMIC_LIB" compile definition
Allen ByrneAllen Byrne
369c58d9cce[svn-r28382] CMake 3.4 policy change
Albert ChengAlbert Cheng
1b803ab1a37[svn-r28363] Merge r27836 & r28342 from Trunk. r27836: HDFFV-8932: added option --with-szlib to support szip library support. r28342: DAILYTEST-195: Osx1010test has culmulated a lot of mounted volumes from cmakehdf5 installation. Tried to find out what went wrong but all output files were deleted already. Added a verbose option to display all cmake process output in order to see what might have gone wrong. Default is on. Using --disable-verbose will turn it of...
Private HDFPrivate HDF
78b604d80cc[svn-r28350] Snapshot version 1.8 release 17 (snap5)
Binh-Minh RiblerBinh-Minh Ribler
d16f75a6dd7[svn-r28326] Purpose: Fix documents Description: Added "///" to between \brief and \exception to work around a Doxygen bug and added a missing \return. Platforms tested: Linux/32 2.6 (jam) - only in function headers
Private HDFPrivate HDF
338c1d9af0e[svn-r28306] Snapshot version 1.8 release 17 (snap4)
Larry KnoxLarry Knox
11778b82333[svn-r28274] Applied patch to eliminate warnings from PRINTSTREAM macros from HDF5 1.8.16. Update supported platform and tested configuration info in RELEASE.txt. Tested with h5committest.new.
Allen ByrneAllen Byrne
77e6ac3324f[svn-r28271] Remove VS2010, VS2008 references