summaryrefslogtreecommitdiffstats
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* [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)
* [svn-r14338] Maintenance: Cleaned up system warnings for the install.com scriptElena Pourmal2007-12-111-9/+6
| | | | Platforms tested: VMS server
* [svn-r14336] Maintenance/VMS port: added new command file to install C, ↵Elena Pourmal2007-12-116-77/+224
| | | | | | | | Fortran and C++ libraries and corresponding examples; modified some command files to check installation. Platforms tested: VMS server
* [svn-r14327] Maintenance for VMS: brought command file up-to-dateElena Pourmal2007-12-061-3/+3
| | | | Platforms tested: VMS server at Boeing.
* [svn-r14277] Maintenance: updated VMS command file with new source filesElena Pourmal2007-11-201-8/+8
| | | | Platforms tested: VMS server
* [svn-r14211] Description:Quincey Koziol2007-10-181-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | Remove --enable-hdfv1_6 configure flag, now that all dependencies on it have been removed and new --with-default-api-version=[v16|v18] and --disable-deprecated-symbols flags have taken its place. Update types in bin/trace so that bin/reconfigure runs cleanly. Run bin/reconfigure to regenerate configure script, along with other associated files, etc. Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.4.10 (amazon) in debug mode
* [svn-r13867] Brought VMS port up to date; made h5repack script to work again.Elena Pourmal2007-06-145-64/+62
| | | | | Platforms tested: VMS server; no other tests are needed since changes are local to the VMS command and source files.
* [svn-r13754] VMS port:Elena Pourmal2007-05-152-2/+2
| | | | | | | | Updated command files; added "extern "C"" for HDremove_all function. Platforms tested: VMS server; kagiso - very minor and affects only VMS
* [svn-r13660] Minor cleanups and bug fixes.Elena Pourmal2007-04-131-4/+4
| | | | | | | | | H5Zpublic.h file didn't include H5public.h; done H5Spublic.h had ghost function H5Sset_space; deleted New source files were added to make.com for VMS. h5gget_comment_c had a small bug in calculating buffer length; fixed Platforms tested: pahra and kagiso; too minor for h5committest
* [svn-r13526] Updated VMS make file.Elena Pourmal2007-03-201-1/+1
| | | | | | Platforms tested: VMS and kagiso with gcc and newly installed Absoft compiler f95 This is a minor change that affects VMS only; h5committest is not needed.
* [svn-r13445] Added new files to compilation command fileElena Pourmal2007-03-031-1/+1
| | | | | Platforms tested: VMS server
* [svn-r13415] Somehow H5Ftest file was not added the list of the files.Elena Pourmal2007-02-271-1/+1
| | | | | | Solution: Fixed Platforms tested: Will be done shortly
* [svn-r13414] Problem:Elena Pourmal2007-02-271-1/+1
| | | | | | | | Somehow compiling testhdf5.cpp first made C++ compiler to fail. Solution: Switch compilation order Platforms tested: VMS server
* [svn-r13410] Cleanup the file and added new testsElena Pourmal2007-02-271-3/+7
| | | | Plastforms tested: it is running on VMS server right now
* [svn-r13398] Missing file H5Oshmesg.c caused linking problems on VMS; fixedElena Pourmal2007-02-261-1/+1
|
* [svn-r13269] Updated or added with THG copyright.Albert Cheng2007-02-0834-62/+135
|
* [svn-r13253] Updated all C and C++ style source code files with the THG ↵Albert Cheng2007-02-071-2/+3
| | | | | | | | | copyright notice. Tested platform: Kagiso only since it is only a comment block change. If it works in one machine, it should work in all, I hope. Still need to check the parallel build on copper.
* [svn-r13083] Description:Elena Pourmal2006-12-201-8/+9
| | | | | | | | | | VMS maintenance: updated command file with the new source files; sohm test was failing on VMS due to upper case/lower case letters in constant and variable names (i.e. FILENAME vs. filename); modified the test to avoid confusion. Platforms tested: VMS server, kagiso
* [svn-r13036] Description:Elena Pourmal2006-12-081-4/+4
| | | | | | | VMS maintenance: brought command file up-to-date. Platforms tested: VMS server at Boeing
* [svn-r12943] Description:Elena Pourmal2006-11-191-2/+2
| | | | | | | Fixed MANIFEST files for daily tests failure and updated VMS make.com file Platforms tested: bin/chkmanifest on heping and VMS server
* [svn-r12926] Description:Elena Pourmal2006-11-161-1/+1
| | | | | | | Didn't add new example to the list of the C source files; fixed Platforms tested: VMS server
* [svn-r12924] Description:Elena Pourmal2006-11-162-5/+8
| | | | Catching up with more changes from UNIX side.
* [svn-r12923] Description:Elena Pourmal2006-11-161-1/+1
| | | | Failed to add test program source to the VMS make file; fixed
* [svn-r12920] Description:Elena Pourmal2006-11-152-7/+5
| | | | Modified VMS files to reflect recent changes in the code
* [svn-r12903] Description:Elena Pourmal2006-11-131-1/+1
| | | | | | | Missed another reference to h5repack_refs.c file; fixed Platforms tested VMS server
* [svn-r12901] Description:Elena Pourmal2006-11-131-2/+2
| | | | | | | Modified command file to refelect recent UNIX changes. Platforms treted: VMS server
* [svn-r12900] Description:Elena Pourmal2006-11-132-0/+5
| | | | Maintenance for VMS: added new example file to the command files
* [svn-r12897] Description:Elena Pourmal2006-11-131-3/+3
| | | | | | | VMS maintenance: added new source files to the command line Platforms tested: Not yet; will do it after this check-in
* [svn-r12758] Description: Maintenenace for VMSElena Pourmal2006-10-131-2/+3
| | | | | | Solution: Added new library files to the compilation script Platforms tested: VMS server at Boeing
* [svn-r12667] This is VMS maintenance for alpha5 release.Elena Pourmal2006-09-151-5/+5
| | | | Commented out fheap test until we have a chance to work on the failures.
* [svn-r12640] Frank Baker2006-09-041-0/+16
| | | | | | | | Description: Add per-directory abbreviated copyright notices (abbreviated COPYING files pointing to full notices). Tested: MANIFEST verified; not otherwise tested.
* [svn-r12617] Description:Elena Pourmal2006-08-222-5/+7
| | | | | | | VMS maintenance; added source files to the command files Platforms tested: VMS server (still running :-)
* [svn-r12578] Description:Elena Pourmal2006-08-142-5/+5
| | | | | | | | Maintenance for alpha5 release; brought command files up-to-date. Platforms tested: VMS server. Compilation, C++, F90 and tools tests passed; C tests are still running.
* [svn-r12559] Maintenance for VMSElena Pourmal2006-08-093-4/+142
| | | | | | | | | Added files created by James for user-define links to the command files Added new script check_h5jam.com to test h5jam/h5unjam; test script needs more work. Platforms tested: VMS server and test script only.