Network

 
AuthorCommitMessageCommit Date
Quincey KoziolQuincey Koziol
154c1534258Rename package-scoped routines to match library coding style; move cache image read / write routines into H5Cimage.c; get rid of broadcast / receive cache iamge routines and just broadcast / recieve directly from cache image read routine.
Quincey KoziolQuincey Koziol
aa0a113a4d4Remove unnecessary signature from cache image entries.
Quincey KoziolQuincey Koziol
6ccb8e826b9MMerge branch 'cache_image' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into cache_image
Larry KnoxLarry Knox
e865f266408MMerge pull request #263 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:cache_image to cache_image * commit 'f08be359863aa2a950293500f8144ea9a782868a': Merge pull request #257 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
Larry KnoxLarry Knox
f08be359863Merge pull request #257 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '7e73366e912920eb374a404653cd7ad026c63970': HDFFV-10118 fix data HDFFV-10118 change h5ls to not display extra info HDFFV-10118 fixed plugin tests for tools
Quincey KoziolQuincey Koziol
56598b66fb0Code cleanup of cache image code formatting, plus refactoring some counters in the main cache from signed to unsigned.
Allen ByrneAllen Byrne
87505f95ddaHDFFV-10118 fix data
Allen ByrneAllen Byrne
8cf05f63c7aHDFFV-10118 change h5ls to not display extra info
Allen ByrneAllen Byrne
6ddf96d3665HDFFV-10118 fixed plugin tests for tools
Quincey KoziolQuincey Koziol
ed522344258Clean up formatting; remove warnings; start switching static routines to use FUNC_ENTER_STATIC in cache image code; eliminate internal quicksort in favor of Std C qsort() routine; remove index_list field from cache entry and prefetched entry, since it wasn't able to be maintained through qsort() and was only sanity checking.
Allen ByrneAllen Byrne
c319f201243Fix indentation
Allen ByrneAllen Byrne
a4fbc0e3e05Fix script varnames
Allen ByrneAllen Byrne
545888c98a5Chnage test dir to avoid parallel test collisions
Allen ByrneAllen Byrne
13ebc5a699bAdd autotools version of plugin tests for UD filters
Allen ByrneAllen Byrne
7d44b71c422HDFFV-9994 add h5ls reference file to copy
Allen ByrneAllen Byrne
057ef1da4dcHDFFV-9994 - correct reference file
Allen ByrneAllen Byrne
adb2b552131HDFFV-9994 add UD tests for tools
Allen ByrneAllen Byrne
2dd173a3fc6Add goto error for dataset read failure. Fixed comments
Allen ByrneAllen Byrne
ff8e568faddAdd unused -parameters to developer group.
Allen ByrneAllen Byrne
fce19396c37Add addition hint info about option
Larry KnoxLarry Knox
17cad3bdb55 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
790554a9329Correct variable name
Allen ByrneAllen Byrne
983942005ceMissing file remove added to test
Allen ByrneAllen Byrne
256437684eaUpdate developer flags to account for gcc version
Allen ByrneAllen Byrne
f89a5b8508fMove Windows level 4 warnings to developer option
Dana RobinsonDana Robinson
924f202abdaUpdated the developer flags so that they respect gcc versions.
Allen ByrneAllen Byrne
3d5251bb1baFix test output file name
Allen ByrneAllen Byrne
3770271d9baChanged severity of message state
Binh-Minh RiblerBinh-Minh Ribler
26a649e9081Description: Added data files from the packet table vlen tests to the CHECK_CLEANFILES list. Platforms tested: Linux/64 (jelly)
Allen ByrneAllen Byrne
c26aa759835Remove duplicate command
Allen ByrneAllen Byrne
12575812f11CMake command cleanup
Allen ByrneAllen Byrne
fdebf119bf8HDFFV-10094: upgrade cmake command conventions Also converted tests to use macros
Allen ByrneAllen Byrne
4a4b3254d47Update cmake min version and cmake command convention
Larry KnoxLarry Knox
4be9de4b59bh5format_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
f614b736060Split VDS files into a separate list
Larry KnoxLarry Knox
3bd218bae2cCreate h5repack convenience library for common code used by h5repack tool and h5repacktst. Fixes broken distclean. Tested with h5committest and "make distclean".
Dana RobinsonDana Robinson
4a8defc87f6Added 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
686246969ffSkip h5watch tests Tests for h5watch are skipped temporarily. Debugging for test failures will be done.
Scot BreitenfeldScot Breitenfeld
45b026ad380Enabled commented out code, HDFFV-9498 -- PGI COMPILER BUG: READ(...,pos,) fails for pgf90 causes offset test to fail
Quincey KoziolQuincey Koziol
82965dda443Tweaks to match changes merged to develop branch
Binh-Minh RiblerBinh-Minh Ribler
d601d8ae067Description: Added + ./c++/src/H5LaccProp.cpp + ./c++/src/H5LaccProp.h
Allen ByrneAllen Byrne
1406e6065b5Corrected return calls from main()
Allen ByrneAllen Byrne
83902cffb95Corrected return calls
Allen ByrneAllen Byrne
86e4f5d95c6Fix valgrind memory leak
Allen ByrneAllen Byrne
964b5c70538Clean up valgrind memory leak
Binh-Minh RiblerBinh-Minh Ribler
86e69bdbb88Description: Added H5LaccProp.[h,cpp].
Binh-Minh RiblerBinh-Minh Ribler
e307a346348Removed commented section left in by mistake.
Binh-Minh RiblerBinh-Minh Ribler
59c0af578f8Purpose: 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)
Binh-Minh RiblerBinh-Minh Ribler
d4466ae7759Purpose: Add new wrappers Description: Added wrappers H5Location::exists() for H5Lexists. Added wrapper H5Object::objVersion() to return the header version of an HDF5 object. Added new class LinkAccPropList to be used by H5Location::exists() Added new exception: ObjHeaderIException for H5Object::objVersion() Rearranged source files in Makefile.am Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Quincey KoziolQuincey Koziol
6016bf91ae7Refactor file shutdown code to be more maintainable, along with some other code cleanups and small bugfixes.