summaryrefslogtreecommitdiffstats
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r16526] Snapshot version 1.8 release 2 (post7)HDF Tester2009-03-021-3/+3
|
* [svn-r16486] Snapshot version 1.8 release 2 (post6)HDF Tester2009-02-151-3/+3
|
* [svn-r16460] Maintenance: Brought VMS test script for h5copy up-to-date. Elena Pourmal2009-02-102-9/+50
| | | | | | | Added h5copy testing to the build script. Platforms tested: New script on ALPHA Open VMS server; build script will be tested tonight.
* [svn-r16459] Maintenance: installation script had a typo; fixed.Elena Pourmal2009-02-101-1/+1
| | | | Platforms tested: Alpha VMS server
* [svn-r16458] Maintenance: One of the h5diff tests failed due extra line that ↵Elena Pourmal2009-02-101-1/+1
| | | | | | | | | | system adds to the output. I added /comment_delim qualifier to the diff command to pacify the test script. Platforms tested: Alpha VMS server
* [svn-r16456] Maintenance: Brought h5repack and h5diff test scripts up-to-date.Elena Pourmal2009-02-093-18/+14
| | | | | | | Modified build script to reflect the change. Platforms tested: tested tools scripts on the VMS server; build script will be tested tonight.
* [svn-r16398] Snapshot version 1.8 release 2 (post5)HDF Tester2009-02-011-3/+3
|
* [svn-r16385] Added support for large files - added cc/define=_LARGEFILE in ↵Raymond Lu2009-01-302-4/+4
| | | | | | | | make.com and changed H5_SIZEOF_OFF_T to be 8 in h5pubconf.h. Tested on OpenVMS.
* [svn-r16346] Snapshot version 1.8 release 2 (post4)HDF Tester2009-01-251-3/+3
|
* [svn-r16341] Description:Frank Baker2009-01-221-1/+1
| | | | | | Changed 'THG' to 'The HDF Group' in various HDF5 source files, most of which are <subdirectory>/COPYING. -- Closes Bugzilla entry 1403.
* [svn-r16334] Added definition for two new macros ↵Raymond Lu2009-01-211-0/+7
| | | | | | H5_HAVE_C99_DESIGNATED_INITIALIZER and H5_HAVE_C99_FUNC. Tested on OpenVMS.
* [svn-r16331] Snapshot version 1.8 release 2 (post3)HDF Tester2009-01-181-3/+3
|
* [svn-r16314] Added support for OpenVMS pathname for external link.Raymond Lu2009-01-141-0/+3
| | | | Tested on OpenVMS and jam.
* [svn-r16302] Maintenance: Removed a debug qualifier that caused batch job to ↵Elena Pourmal2009-01-131-1/+1
| | | | | | skip basic Fortran test.
* [svn-r16276] Update. Commented out H5_HAVE_RAND_R because OpenVMS doesn't ↵Raymond Lu2009-01-081-1/+1
| | | | | | have rand_r function. Tested on OpenVMS.
* [svn-r16221] Snapshot version 1.8 release 2 (post2)HDF Tester2008-12-281-3/+3
|
* [svn-r16215] Maintenance:Elena Pourmal2008-12-2221-115/+93
| | | | | | | | | | | 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)
* [svn-r16212] Update: H5Distore.c was taken out. H5Bdbg.c and H5Dbtree.c ↵Raymond Lu2008-12-221-3/+3
| | | | | | were added. Tested on Open VMS.
* [svn-r16211] Snapshot version 1.8 release 2 (post1)HDF Tester2008-12-221-3/+3
|
* [svn-r16200] Add makefile for tools/misc directory, compiling h5debug.c and ↵Raymond Lu2008-12-152-0/+57
| | | | h5mkgrp.c.
* [svn-r16192] Maintenance on VMS:Elena Pourmal2008-12-121-3/+1
| | | | | | | Command file had a line for building an object file for a non-existing source; deleted. Platforms tested: VMS server
* [svn-r16191] Maintenance on VMS: Elena Pourmal2008-12-121-0/+1
| | | | | | | make.com for the h5stat tools was not copied to the h5stat directory. It caused build script to fail. Fixed. Platforms tested: VMS server
* [svn-r16178] Maintenance for VMS system: Elena Pourmal2008-12-112-8/+11
| | | | | | Updated command files for building Fortran library and tests. Platforms tested: Boeing VMS server.
* [svn-r16155] Update - undefine H5_HAVE_STAT64 and H5_HAVE_FSTAT64Raymond Lu2008-12-031-2/+2
|
* [svn-r16139] Snapshot version 1.8 release 2 (post0)HDF Tester2008-11-301-3/+3
|
* [svn-r16135] Updates. Tested on VMS.Raymond Lu2008-11-263-19/+20
|
* [svn-r16131] Updated it.Raymond Lu2008-11-241-4/+4
|
* [svn-r16130] Updated h5pubconf.h and corrected make.comRaymond Lu2008-11-242-26/+28
|
* [svn-r16113] Updated the makefiles (make.com) and check.com and ↵Raymond Lu2008-11-2117-496/+671
| | | | | | | src/h5pubconf.h (generated on kagiso). Not tested yet.
* [svn-r16109] VMS maintenance: Brought command files up-to-dateElena Pourmal2008-11-192-2/+13
|
* [svn-r16108] Maintenance: Brought up command file up-to-date.Elena Pourmal2008-11-191-7/+7
|
* [svn-r16102] Maintenance: Suffix after the release is done should be post0 ↵Elena Pourmal2008-11-191-3/+3
| | | | | | instead of snap0; caught by Albert, fixed by policy offender.
* [svn-r16101] Maintenance: Library version number in vms/src/h5pubconf.hElena Pourmal2008-11-191-3/+3
| | | | | | | | | 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
* [svn-r15881] Purpose: Bug Fixes, Libtool UpgradeMike McGreevy2008-10-151-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* [svn-r15768] Fix version numbers in vms h5pubconf.hNeil Fortner2008-10-031-3/+3
| | | | Tested: gedit
* [svn-r15657] Purpose: fix bug 1286Neil Fortner2008-09-181-3/+6
| | | | | | 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
* [svn-r14394] Maintenance on VMS: cleaned up the scripts to avoid the ↵Elena Pourmal2008-01-104-49/+61
| | | | | | | | annoying warning messages and to delete temporary files Platforms tested: VMS server
* [svn-r14390] Maintenance for VMS system before the final release:Elena Pourmal2008-01-0914-112/+171
| | | | | | | | | 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)
* [svn-r14378] Maintenance: Cleaned up the test script and add reporting of ↵Elena Pourmal2008-01-071-3/+11
| | | | | | false negative tests. Platforms tested: VMS server
* [svn-r14377] Maintenance: Added Ray's new test tcoords.c to the build script; Elena Pourmal2008-01-063-2/+12
| | | | | | 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)
* [svn-r14373] Maintenance: Fixed the script to use the correct VMS file name ↵Elena Pourmal2008-01-041-13/+13
| | | | | | | | when file doesn't have an extension. Platforms tested: VMS server
* [svn-r14370] Maintenance: more cleanup of the h5import scriptElena Pourmal2008-01-031-15/+16
|
* [svn-r14369] Maintenance: Cleaned up the h5import script and fixed some ↵Elena Pourmal2008-01-031-19/+32
| | | | | | potential errors. Platforms tested: not yet, waiting for the server to come back
* [svn-r14367] Maintenance for VMS system: updated testscript for h5import ↵Elena Pourmal2008-01-032-31/+27
| | | | | | | (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
* [svn-r14352] Maintenance: Fixed a typo in the build scriptElena Pourmal2007-12-181-1/+1
| | | | Platforms tested: VMS server
* [svn-r14350] Maintenance for VMS system: brought up-to-date h5repack testing ↵Elena Pourmal2007-12-173-55/+70
| | | | | | | | script and updated build file Platforms testeda VMS server:
* [svn-r14344] Maintenance on VMS system: updated testscript for h5diff and ↵Elena Pourmal2007-12-132-298/+73
| | | | | | removed obsolete command file Platforms tested: VMS server
* [svn-r14343] Maintenance for VMS: added more tests to the command file for ↵Elena Pourmal2007-12-132-205/+86
| | | | | | | | 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
* [svn-r14341] Maintenance for VMS system: VMS C++ compiler expects 'cxx' ↵Elena Pourmal2007-12-131-2/+2
| | | | | | | | | | 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
* [svn-r14340] Maintenance for VMS system:Elena Pourmal2007-12-131-0/+34
| | | | | | | | | | | | | | | | | 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)