| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
h5diff issues "unable to read attribute" error message when comparing two files
Description:
h5diff did not handle attributes of variable length strings correctly. It created the wrong memory type if one but not both compared attributes are of the variable strings type. It ended in H5Aread() failure.
Solution:
We decided to treat the case when one type is variable length string and the other is not as incomparable. That bypassed the above error. We still need to figure out the proper way, if possible, to compare variable string with non-variable string types.
Tested: h5committested plus tested in Swallow (OS X 10.8).
|
|
|
|
|
|
| |
Added:
./c++/src/header_files/hdf_logo.jpg
./c++/src/header_files/help.jpg
|
| |
|
|
|
|
| |
Tested on jam (gfortran, (-r8))
|
|
|
|
| |
Added c++/test/tobject.cpp
|
|
|
|
|
|
|
|
|
|
| |
compiler warnings in the Fortran test code
and examples.
Platforms tested: Manual testing in place and using srcdir on jam, platypus, and emu with default and
PGI, Intel and new GNU compilers. ifort compiler was also tested with -i8 and -r8 flags
on jam. CMake tested on jam.
|
| |
|
|
|
|
| |
Added c++/test/tdspl.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove all traces of MPI-POSIX VFD and GPFS detection/code.
Remove remaining traces of stream VFD.
Remove testpar/t_posix_compliant test (it's not actually verifying anything).
Clean up H5D__mpio_opt_possible() further.
Moved environment variable that disables MPI collective operations into
MPI-IO VFD (instead of it being in src/H5S.c).
A few other small code cleanups.
Tested on:
Mac OSX/64 10.9.2 (amazon) w/parallel & serial
|
|
|
|
|
|
|
|
| |
KitWare recommendations: Change CMake commands to lower case.
Bump up CMake minimum versions.
Split test file into separate file for h5repack test.
Tested: local linux
|
|
|
|
|
|
|
|
|
| |
Check in Mohamad's changes to support collective I/O on point selections,
along with some other minor cleanups.
Tested on:
Mac OSX/64 10.9.2 (amazon) w/parallel & serial
(h5committest forthcoming)
|
|
|
|
| |
discovered during hdf-java work.
|
|
|
|
|
|
|
|
|
|
|
|
| |
project for
view objects. The addition of view objects in the fastforward project
is expected to be brough into the trunk sometimes in the future, which
is why we need to make this change.
Tested Manually on Jam and Ostrich.
Tested with h5commitest - Koala with intel compilers failed, but nothing had to do with those changes.
error on Koala: error while loading shared libraries: libirng.so
|
|
|
|
| |
Tested: local linux cmake
|
|
|
|
| |
Remove file.
|
|
|
|
|
|
| |
not add extra lines.
Tested: cmake and autotools local linux
|
|
|
|
| |
CMake only until library updates approved.
|
|
|
|
|
|
| |
have szip compression.
Tested local linux with cmake and autotools
|
| |
|
|
|
|
|
|
| |
including the test to read filter data.
Tested: cmake and autotools - local linux
|
|
|
|
| |
Tested: local linux cmake
|
|
|
|
|
|
| |
cleaned. CMake update to clean testfiles.
Tested: local cmake, autools, and h5committest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added the tutorial examples
./c++/examples/h5tutr_cmprss.cpp
./c++/examples/h5tutr_crtatt.cpp
./c++/examples/h5tutr_crtdat.cpp
./c++/examples/h5tutr_crtgrpar.cpp
./c++/examples/h5tutr_crtgrp.cpp
./c++/examples/h5tutr_crtgrpd.cpp
./c++/examples/h5tutr_extend.cpp
./c++/examples/h5tutr_rdwt.cpp
./c++/examples/h5tutr_subset.cpp
Verified with bin/chkmanifest
|
| |
|
|
|
|
|
|
| |
Reviewed in H5T-61
Tested: local linux - cmake and autotools
|
|
|
|
|
|
|
|
|
|
|
|
| |
Count).
This is needed to avoid a conflict with the Read Context object to be
introduced in another Project.
No impact on users, since this is a private module, and low for
developers as the RC module use is very sparse in the library.
Tested with h5committest.
|
|
|
|
|
|
| |
--boot-block and --superblock.
Tested: local linux
|
|
|
|
|
|
| |
Reverted code change and changed default to 0 from 1024. Changed limit test to use h5dump to compare repacked file instead of h5diff.
Tested local linux with CMake
|
|
|
|
|
|
| |
developers.
Tested: local linux
|
|
|
|
| |
Tested: cygwin
|
|
|
|
|
|
| |
New test added, scripts updated, help text updated.
Tested: local linux
|
| |
|
| |
|
|
|
|
| |
h5committested.
|
|
|
|
| |
Tested: local linux
|
|
|
|
|
|
| |
technique and creates a test. Help changes will be added after trunk tests pass the test cycle.
Tested: local linux
|
|
|
|
|
|
| |
This adds the UserMacros.cmake Windows /MT support file.
Tested: local linux
|
|
|
|
| |
This adds the UserMacros.cmake support needed.
|
|
|
|
| |
Reviewed in H5T-59, tested local linux
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some files are not distributed when release tarball is created by bin/release
according to MANIFEST. But --enable-build-all compiles them in test/.
Solution:
Distributed those missing files for now. Need to resolve if these files
should be distributed or not. And if not, fix --enable-build-all NOT to
compile them.
Tested: use bin/release to generate the tarball and run --enable-build-all with
it. Error is gone and all passed.
|
|
|
|
|
|
|
|
|
| |
protection measures:
1. If any opened object uses the filter, let it fail.
2. Flush all opened files to push any cached data to files.
Tested with h5committest.
|
|
|
|
| |
Rename and update CMake docs.
|
|
|
|
|
|
|
|
|
| |
1. The file states that:
NOTE:
We are no longer actively supporting MinGW as of 1.8.5.
2. It is not tested for v1.8.11.
3. If we ever supports it again, it can be "restored" from previous
release (e.g. v1.8.10).)
|
|
|
|
|
|
|
|
| |
More misc. cleanups, but main change is to make an "extern" header file
for the plugin interface.
Tested on:
Mac OSX/64 10.8.3 (amazon)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Makefile.am in test/. I added the condition to skip
plugin.c test when the library is built for static.
Tested on jam, koala, and emu.
|
|
|
|
| |
daily tests)
|
|
|
|
|
|
| |
during data reading.
Tested on koala and jam.
|
|
|
|
|
|
| |
windows uses ';' as path separator
windows default path is different
windows find files needs '*.*'
|