Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
6c5193a159dHDFFV-10046 Fix windows parse error
Allen ByrneAllen Byrne
7b44511b00cDisable SHARED cache test on windows
Allen ByrneAllen Byrne
6982f44a44eHDFFV-10112 correct form of comments
Allen ByrneAllen Byrne
16b8f1b2834HDFFV-10118 fix data
Allen ByrneAllen Byrne
06b76eb965fHDFFV-10118 change h5ls to not display extra info
Allen ByrneAllen Byrne
ac8f2761ec9HDFFV-10118 fixed plugin tests for tools
Allen ByrneAllen Byrne
e28c443887cFix indentation
Allen ByrneAllen Byrne
17a6ce74a1aFix script varnames
Allen ByrneAllen Byrne
e9e933315acChnage test dir to avoid parallel test collisions
Allen ByrneAllen Byrne
79bc55f5c71Add autotools version of plugin tests for UD filters
Allen ByrneAllen Byrne
84aa6ac3a6bHDFFV-9994 add h5ls reference file to copy
Allen ByrneAllen Byrne
dd6728c3117HDFFV-9994 - correct reference file
Allen ByrneAllen Byrne
07c057a6dcdHDFFV-9994 add UD tests for tools
Allen ByrneAllen Byrne
012566e14a5Add goto error for dataset read failure. Fixed comments
Allen ByrneAllen Byrne
91c958a514dAdd unused -parameters to developer group.
Allen ByrneAllen Byrne
634aa9e8fecAdd addition hint info about option
Larry KnoxLarry Knox
dbe56488bb6 tools/test/h5diff/testh5diff.sh.in: Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build. tools/test/misc/testh5repart.sh.in: Change the name of the temporary test directory from "testfiles" which is also used for 2 h5mkgrp test files under source control to "testrepart" to avoid deleting source controlled files when running ...
Allen ByrneAllen Byrne
c6edcc4e0b2Correct variable name
Allen ByrneAllen Byrne
b13d38bf5acMissing file remove added to test
Allen ByrneAllen Byrne
a5246dad6c2Update developer flags to account for gcc version
Allen ByrneAllen Byrne
77d8dace6adMove Windows level 4 warnings to developer option
Dana RobinsonDana Robinson
1d7b9464537Updated the developer flags so that they respect gcc versions.
Allen ByrneAllen Byrne
e4800988173Fix test output file name
Allen ByrneAllen Byrne
d0ed4cae79aChanged severity of message state
Binh-Minh RiblerBinh-Minh Ribler
62c99d22caeDescription: Added data files from the packet table vlen tests to the CHECK_CLEANFILES list. Platforms tested: Linux/64 (jelly)
Allen ByrneAllen Byrne
d6893879608Remove duplicate command
Allen ByrneAllen Byrne
179f32fe7fcCMake command cleanup
Allen ByrneAllen Byrne
3721e795ff7HDFFV-10094: upgrade cmake command conventions Also converted tests to use macros
Allen ByrneAllen Byrne
48dea31c897Update cmake min version and cmake command convention
Larry KnoxLarry Knox
72ec922c626h5format_convert was not built (missing from subdirs in tools/src and tools/test Makefile.ams) but created dependencies that were not cleaned up by make clean and make distclean.
Allen ByrneAllen Byrne
f1b06c981bcSplit VDS files into a separate list
Larry KnoxLarry Knox
27d94aea18fCreate h5repack convenience library for common code used by h5repack tool and h5repacktst. Fixes broken distclean. Tested with h5committest and "make distclean".
Dana RobinsonDana Robinson
8ef5162f4d7Added an --enable-developer-warnings option to configure so users can ignore -Wsuggest-attribute warnings and other noise that doesn't indicate poor code quality.
Vailin ChoiVailin Choi
a35a46665bbSkip h5watch tests Tests for h5watch are skipped temporarily. Debugging for test failures will be done.
Scot BreitenfeldScot Breitenfeld
145553c325fEnabled commented out code, HDFFV-9498 -- PGI COMPILER BUG: READ(...,pos,) fails for pgf90 causes offset test to fail
Quincey KoziolQuincey Koziol
7314f406ce2Bring changes to metadata cache "get entry status" call and new "child serialized / unserialized" messages and support from the cache image branch.
Quincey KoziolQuincey Koziol
bdbe2915a03Add "image up to date" flag / parameter to metadata cache entry status calls.
Binh-Minh RiblerBinh-Minh Ribler
3cfa369c423Description: Added + ./c++/src/H5LaccProp.cpp + ./c++/src/H5LaccProp.h
Allen ByrneAllen Byrne
27b8b5ee210Corrected return calls from main()
Allen ByrneAllen Byrne
c9418700dd5Corrected return calls
Allen ByrneAllen Byrne
d9a82dd8b20Fix valgrind memory leak
Allen ByrneAllen Byrne
59a4096761cClean up valgrind memory leak
Quincey KoziolQuincey Koziol
a4483d6fd64Bring file shutdown code from cache image branch
Quincey KoziolQuincey Koziol
f467cf31d78Merge code from cache image branch to split FSM ring into two types: raw data and metadata. Also, some more ring reset safeties and minor code cleanups.
Quincey KoziolQuincey Koziol
08ef856455eAlign w/incoming cache image changes, and improve recovery on errors.
Binh-Minh RiblerBinh-Minh Ribler
40cae7fc568Removed commented section left in by mistake.
Quincey KoziolQuincey Koziol
9d88dfd5d63Revert accidental changes to freespace open and close routines.
Quincey KoziolQuincey Koziol
4ed2bf7ca5eRemove 'const' from cache client pre_serialize callback, to reduce warnings, and correspondingly remove 'const' from some internal routines. Also rename some H5MF* routines to reflect their static/package usage.
Binh-Minh RiblerBinh-Minh Ribler
1822b74052aRemoved commented section left in by mistake.
Binh-Minh RiblerBinh-Minh Ribler
3759ec37448Purpose: Add more tests Description: Added more tests for the new constructors that replaced openXxxType() Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)