| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
H5PL_get_plugin_info functions.
Tested on koala - simple change.
|
|
|
|
|
|
| |
H5Pocpl.c.
Tested on koala - no code change.
|
|
|
|
|
|
|
|
| |
and sqrt to simpler multiplication and division
to avoid potential rounding problem in math operations.
Tested on koala - simple change.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libxyz.dylib.
Solution: Changed test_plugin.in to copy library file names in the form of libdynlib{123].*.
Another problem:
Even when copy failed in copying the libray files (was in the form of *.so*),
the test still passed. That was because .libs was included in $HDF5_PLUGIN_PATH and the needed
plug in libraries were generated there.
Solution:
Fixed by copying the plug in library files to separate directories and seetup HDF5_PLUGIN_PATH
to include them but NOT .libs.
Tested: used desycommittest (duck, emu, jam, koala, ostrich) plus cmakehdf5 in jam.
|
|
|
|
| |
Not tested yet.
|
|
|
|
|
|
| |
and dynlib3.c from the trunk.
Not tested. Allen will do it.
|
|
|
|
|
|
| |
branch.
Tested on jam and koala.
|
|
|
|
|
|
|
|
| |
test/Makefile.am.
Change fixes order of chmod and rm for *dynlib* with parallel make.
Tested in trunk.
|
|
|
|
|
|
| |
into this 1.8 DESY branch.
Tested with h5committest (duck failed with CMake because I don't know how to change test/CMakeLists.txt. I'll wait for Allen to do it).
|
|
|
|
| |
Tested: jam (gnu)
|
| |
|
|
|
|
|
|
|
|
|
| |
Removed DSetMemXferPropList::setMulti/getMulti from header file (Dana removed
them from cpp file.
Added note about removing DSetMemXferPropList::setMulti/getMulti in C++ section.
Platforms tested: very minor
Linux/32 2.6 (jam)
SunOS 5.11 (emu)
|
|
|
|
| |
Added note for bug fix in the C++ API.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Removed the H5Pset_dxpl_multi and H5Pget_dxpl_multi functions from
the library. The intended functionality for them was never fully
implemented and they are fundamentally broken.
The functions were removed from the C and C++ interfaces. They were
not exported in the Fortran interface.
Tested on jam
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes an issue (HDFFV-8159) where uninitialized memory was being read
during variable-length type conversion. All variable-length type conversion
buffers are now initialized to contain 0s on allocation.
Tested on: jam w/ fortran and c++
This is a very small change (basially changing malloc to calloc) and
is unlikely to cause issues on other platforms.
|
|
|
|
|
|
|
|
| |
Change h5redeploy to change all 4 lines, prefix=..., exec_prefix=...,
libdir=..., and includedir=... This way, it reset all 4 lines. Should work
for both version of h5cc created by configure or by rpm.
Tested: hand tested in jam.
|
|
|
|
|
|
| |
svn merge -r23351:23487 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran .
Tested: windows.
|
|
|
|
|
|
|
|
|
|
| |
Description:
Applied the fix for HDFFV-8067 and the minor cleanups from the trunk.
Platforms tested:
Linux/32 2.6 (jam) with PGI compilers
Linux/32 2.6 (jam) with GNU compilers
Linux/64 2.6 (koala) with ICC compilers
SunOS 5.10 (emu)
|
| |
|
| |
|
| |
|
|
|
|
| |
Tested: local linux
|
|
|
|
| |
update INSTALL_parallel with build instructions for Hopper.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
HDFFV-8214 - h5repack failed converting small chunked dataset (size < 1K) to contiguous layout.
Description:
h5repack failed converting small chunked dataset (size < 1K) to contiguous layout.
The first case was when chunk dim is bigger than the dataset dim (at leat one), h5repack failed with displaying error stacks.
The other case is when chunk dim is smaller than the dataset dim, h5repack failed to change layout.
Merged from HDF5 trunk 23407
Tested:
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), emu (solaris-BE), fred (mac64-LE), Windows (32-LE cmake), cmake (jam)
|
| |
|
| |
|
| |
|
|
|
|
| |
Tested: jam
|
| |
|
|
|
|
| |
gcc 4.7.2 no longer has issues with dt_arith.
|
| |
|
|
|
|
|
|
|
|
|
| |
Bring r23415 from trunk to 1.8 branch:
Avoid using fpclassify() for detecting zero/non-zero values.
Tested on:
Mac OSX/64 10.8.3 (amazon) w/debug
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bring r23395 from trunk to 1.8 branch:
Bring Coverity changes from branch to trunk:
r20682:
fixed coverity:
76, 77, 635, 636, 1164, 1165, 1166, 1121, 1122, 1117, 1343
Tested on:
Mac OSX/64 10.8.3 (amazon) w/C++ & FORTRAN
(too minor to require h5committest)
|
| |
|
|
|
|
| |
filter in h5dump
|
| |
|
|
|
|
| |
Tested: jam (intel)
|
| |
|
|
|
|
| |
Tested: jam (gnu, intel)
|
|
|
|
|
|
|
| |
r23066 | byrn | 2012-11-29 09:50:21 -0600 (Thu, 29 Nov 2012) | 2 lines
HDFFV-8265: create .def file during configure, added F2003 optional functions and refactor ISO_C_BINDING usage in cmake files
Tested: local cmake
|
|
|
|
|
|
|
| |
Move introduction of new function, H5DOwrite_chunk, from "Bug fixes"
to "New Features" section.
Consistency cleanup.
Tested: Firefox
|
|
|
|
|
|
|
|
| |
excluding and running long running tests separately.
Merged from trunk.
Tested: local linux
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Some systems, like Mac, strings inspect library files and older versions
of strings maybe know newer library format, resulting in errors.
Make it read the file as stdin, avoiding this problem.
Tested: h5committest. all passed.
|
| |
|
|
|
|
| |
Tested: jam (intel)
|
| |
|