summaryrefslogtreecommitdiffstats
path: root/vms/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r16738] Snapshot version 1.9 release 38Larry Knox2009-04-111-3/+3
|
* [svn-r16736] Added H5Groot.c to src/make.com. Took out space_overflow.c ↵Raymond Lu2009-04-101-1/+1
| | | | | | from test/check.com and test/make.com. Not tested yet.
* [svn-r16704] Snapshot version 1.9 release 37Larry Knox2009-04-081-3/+3
|
* [svn-r16650] Snapshot version 1.9 release 36Larry Knox2009-04-011-3/+3
|
* [svn-r16579] Snapshot version 1.9 release 35Larry Knox2009-03-151-3/+3
|
* [svn-r16553] Snapshot version 1.9 release 34Larry Knox2009-03-081-3/+3
|
* [svn-r16525] Snapshot version 1.9 release 33HDF Tester2009-03-011-3/+3
|
* [svn-r16506] Snapshot version 1.9 release 32HDF Tester2009-02-221-3/+3
|
* [svn-r16484] Snapshot version 1.9 release 31HDF Tester2009-02-151-3/+3
|
* [svn-r16453] Snapshot version 1.9 release 30HDF Tester2009-02-081-3/+3
|
* [svn-r16397] Snapshot version 1.9 release 29HDF Tester2009-02-011-3/+3
|
* [svn-r16389] Corrected a typo in the ZLIB path name.Raymond Lu2009-01-311-1/+6
| | | | Tested on OpenVMS.
* [svn-r16388] Changed these files up to date. I'll test them after checkin.Raymond Lu2009-01-302-164/+236
|
* [svn-r16344] Snapshot version 1.9 release 28HDF Tester2009-01-251-3/+3
|
* [svn-r16335] Added the definitions for the new macros ↵Raymond Lu2009-01-211-1/+7
| | | | | | H5_HAVE_C99_DESIGNATED_INITIALIZER and H5_HAVE_C99_FUNC. I tested them for v1.8. I simply added them by hand for v1.9 for now. I'll test them later.
* [svn-r16329] Snapshot version 1.9 release 27HDF Tester2009-01-181-3/+3
|
* [svn-r16316] Added support for OpenVMS pathname for external links.Raymond Lu2009-01-141-0/+3
| | | | Tested on jam. Tested v1.8 on OpenVMS.
* [svn-r16220] Snapshot version 1.9 release 26HDF Tester2008-12-281-3/+3
|
* [svn-r16138] Snapshot version 1.9 release 25HDF Tester2008-11-301-3/+3
|
* [svn-r16121] Snapshot version 1.9 release 24HDF Tester2008-11-231-3/+3
|
* [svn-r16100] 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-r15942] Purpose: Bug Fixes and Libtool UpgradeMike McGreevy2008-10-241-3/+0
| | | | | | | | | | | | | | | | | | Description: - Remove need to set LD_LIBRARY_PATH when using shared szip library. - Libtool 2.2.6a is now used to generate libraries. - 'make check install' dependency bug is fixed, and should no longer break the build. - removed hard coding of shell in config/commence.am, as this causes problems on Solaris with the new version of libtool. - RELEASE.txt with appropriate changes. Tested: - kagiso, smirom, linew (merged from 1.8, pretty quick tests)
* [svn-r15767] Fix version numbers in vms h5pubconf.hNeil Fortner2008-10-031-3/+3
| | | | Tested: gedit
* [svn-r15656] 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-r14367] Maintenance for VMS system: updated testscript for h5import ↵Elena Pourmal2008-01-031-1/+1
| | | | | | | (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-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-141-0/+1
| | | | | 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-151-1/+1
| | | | | | | | 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-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-081-2/+3
|
* [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-r12920] Description:Elena Pourmal2006-11-151-1/+2
| | | | Modified VMS files to reflect recent changes in the code
* [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-r12617] Description:Elena Pourmal2006-08-221-4/+5
| | | | | | | VMS maintenance; added source files to the command files Platforms tested: VMS server (still running :-)
* [svn-r12578] Description:Elena Pourmal2006-08-141-2/+2
| | | | | | | | 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-091-2/+2
| | | | | | | | | 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.
* [svn-r12526] Description:Elena Pourmal2006-08-021-1/+1
| | | | | | | | Added test script to test h5import tool; added new source file to the make.com file in the src directory. Platforms tested: Only h5import was tested on the VMS server
* [svn-r12475] Added source files related to the recent link object changes in ↵Elena Pourmal2006-07-161-2/+2
| | | | the libraary.
* [svn-r12377] Purpose: MaintenanceElena Pourmal2006-05-251-2/+3
| | | | | | | | | | Description: Brought up VMS make files up to date Solution: Platforms tested: VMS server with native floating number and ZLIB enabled Misc. update:
* [svn-r12346] Purpose: new feature/maintenanceElena Pourmal2006-05-121-1/+1
| | | | | | | | | | | | Description: Added support for Zlib compression on VMS Solution: Modified command files to add compilation and linking with the ZLIB library. Platforms tested: VMS servere with the VAX floating datatype; will test IEEE option later Misc. update:
* [svn-r12328] Elena Pourmal2006-05-041-1/+2
| | | | | | | | | | | | Purpose: Maintenance Description: fheap test failed on VMS due to the missing H5HFiter module Solution: Updated make.com file to include the missing module. Platforms tested: VMS server with IEEE option. Misc. update: