| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
'copy' command for the
C, Fortran, and C++ examples.
Tested on OpenVMS.
|
|
|
|
|
|
|
|
|
|
|
| |
1. I added 'install' command in end of build.com.
2. I commented out the test for h5copy and h5import in build.com. There're some
failures in the test. I recall h5import has been having problem for some time.
h5copy test is new. I need to verify with Elena.
3. I commented out the copy command for *.com in the examples directory because they
don't exist.
Tested on OpenVMS.
|
|
|
|
| |
Tested: h5committest plus jam serial test.
|
|
|
|
| |
check-ins.
|
|
|
|
|
|
| |
tar ball
for remote testing.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Added h5copy testing to the build script.
Platforms tested: New script on ALPHA Open VMS server;
build script will be tested tonight.
|
|
|
|
| |
Platforms tested: Alpha VMS server
|
|
|
|
|
|
|
|
|
|
| |
system adds to the
output. I added /comment_delim qualifier to the diff command to pacify
the test script.
Platforms tested: Alpha VMS server
|
|
|
|
|
|
|
| |
Modified build script to reflect the change.
Platforms tested: tested tools scripts on the VMS server; build script will
be tested tonight.
|
| |
|
|
|
|
|
|
|
|
| |
make.com and changed
H5_SIZEOF_OFF_T to be 8 in h5pubconf.h.
Tested on OpenVMS.
|
| |
|
|
|
|
|
|
| |
Changed 'THG' to 'The HDF Group' in various HDF5 source files,
most of which are <subdirectory>/COPYING.
-- Closes Bugzilla entry 1403.
|
|
|
|
|
|
| |
H5_HAVE_C99_DESIGNATED_INITIALIZER and H5_HAVE_C99_FUNC.
Tested on OpenVMS.
|
| |
|
|
|
|
| |
Tested on OpenVMS and jam.
|
|
|
|
|
|
| |
skip basic
Fortran test.
|
|
|
|
|
|
| |
have rand_r function.
Tested on OpenVMS.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Updated command files in order to build in a batch queue;
added lines that define compiler qualifiers and location
of the zlib library in case one has to build manually in
a current directory.
Deleted command file in the vms/tools/h5ls directory that
is no longer needed.
Platforms tested:
VMS server (build passed; tests are running now)
|
|
|
|
|
|
| |
were added.
Tested on Open VMS.
|
| |
|
|
|
|
| |
h5mkgrp.c.
|
|
|
|
|
|
|
| |
Command file had a line for building an object file for a non-existing
source; deleted.
Platforms tested:
VMS server
|
|
|
|
|
|
|
| |
make.com for the h5stat tools was not copied to the h5stat
directory. It caused build script to fail. Fixed.
Platforms tested:
VMS server
|
|
|
|
|
|
| |
Updated command files for building Fortran library and tests.
Platforms tested: Boeing VMS server.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
src/h5pubconf.h (generated on kagiso).
Not tested yet.
|
| |
|
| |
|
|
|
|
|
|
| |
instead of
snap0; caught by Albert, fixed by policy offender.
|
|
|
|
|
|
|
|
|
| |
was not updated automatically and therefore
was always outdated. Modified h5vers script to update
the version for the VMS configuration file as we do for
the similar windows file.
Platforms tested:
kagiso with bin/h5vers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description:
1) configure now sets LD_LIBRARY_PATH before checking for presence of
SZIP encoder, so user does not need to set this. The path is then
saved and sent to Makefiles, and used when "make check-install" is
invoked, so user doesn't need to set this manually.
2) Upgraded libtool to version 2.2.6a
3) Rearranged tools build order as h5dump depends on existence of h5diff
and h5import. Since h5dump is a sister directory as opposed to a parent
of either, it doesn't know about the build rules of these tools, so
setting any sort of explicit dependency confuses automake as it won't
know how to build the tools. Instead, setting CONFIG = ordered forces
an in-order traversal of each tools subdirectory. (without it will also
traverse in order by default, but this should prevent gmake's -j option
from jumping ahead as well). 'make check install' should now be able to
be invoked after 'configure' without causing a dependency failure.
4) Removed H5_HAVE_LARGE_HSIZET macro from vms/src/h5pubconf.h, as this macro
has now been out of the code for some time. (vms pubconf needs to be
updated manually, which is why it was still hanging around).
Tested: kagiso, smirom, liberty
Note: h5diff looks to be causing failures in h5copy and h5dump tools tests,
though these were present before any of my changes. My changes only
affect build order and configuration setup, and shouldn't prevent
fixes for these failures coming in after this checkin. Other than these,
tests pass fine.
|
|
|
|
| |
Tested: gedit
|
|
|
|
|
|
| |
Description: Added configure test to see if pointer alignment restrictions are enforced (as in dereferencing an unaligned pointer causes an error). Added code in H5Tvlen.c to avoid dereferencing unaligned pointers, conditionally compiled based on the configure test. Added test case in dtypes.c which would previously cause such machines to fail.
Tested: kagiso, smirom, linew (h5committest); linew64
|
|
|
|
|
|
|
|
| |
annoying warning messages
and to delete temporary files
Platforms tested: VMS server
|
|
|
|
|
|
|
|
|
| |
Updated utilities test scripts to make output more legible; fixed some typos.
Added four new expected output files to avoid false negative reports
for the h5dump tests (for ones that expect to have error report in them).
Updated MANIFEST to reflect the changes.
Platforms tested:
VMS server (more testing is on the way)
|
|
|
|
|
|
| |
false negative tests.
Platforms tested: VMS server
|