| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
modified h5import test script to cleanup the files after the test;
modified "master" building script to run tools tests.
Platforms tested: VMS server (not quite done yet)
|
|
|
|
|
|
|
|
| |
when file doesn't have
an extension.
Platforms tested: VMS server
|
| |
|
|
|
|
|
|
| |
potential errors.
Platforms tested: not yet, waiting for the server to come back
|
|
|
|
|
|
|
| |
(need more work) and
added new source file to the librray compilation script.
Platforms tested: not yet since VMS server went down; this change doesn't affect any other platform
|
|
|
|
| |
Platforms tested: VMS server
|
|
|
|
|
|
|
|
| |
script and updated
build file
Platforms testeda VMS server:
|
|
|
|
|
|
| |
removed obsolete command file
Platforms tested: VMS server
|
|
|
|
|
|
|
|
| |
h5dump testing
modified the file to save output into h5dump_output.txt file
removed obsolete test script file check.com
update MANIFEST to refelect the change
|
|
|
|
|
|
|
|
|
|
| |
extensions. Used copy command
instead of rename to get the correct names of the C++ source
files to avoid errors when build runs second time in the same directory.
Platforms tested: VMS server
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Skip one of the tests in flush2.c since it looks like VMS system
flsuhes the file anyway (like on Winodws with DLLs)
Renamed files family*.h5 that are used in backward compatibility
testing to have only one '.' in a file name, otherwise VMS system
becomes confused and test fails.
Cleaned up the only test (Fortran multi-file test) that is failing on
VMS (C counterpart passesa).
Added new script to facilitate the build process on VMS
Updated MANIFEST
PLatforms tested: VMS server, kagiso and linew (minor changes)
|