summaryrefslogtreecommitdiffstats
path: root/vms/src
Commit message (Collapse)AuthorAgeFilesLines
* [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:
* [svn-r12320] Purpose:Quincey Koziol2006-05-022-3/+3
| | | | | | | | | | code cleanup Description: Finish H5FS->H5CS internal API name changes... Platforms tested: FreeBSD 4.11 (sleipnir) w/ & w/o --enable-codestack
* [svn-r12292] Purpose:Quincey Koziol2006-04-202-5/+2
| | | | | | | | | | | | | Code maintenance Description: Remove flexible parallel code Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 (heping) Solaris 2.9 (shanti) Linux 2.4/64 (mir)
* [svn-r12262] Purpose: MaintenanceElena Pourmal2006-04-161-0/+1
| | | | | | | | | | Description: Added new H5HF* files to the list of the source files Solution: Platforms tested: Later, VMS server Misc. update:
* [svn-r12248] Purpose: MaintenanceElena Pourmal2006-04-141-6/+5
| | | | | | | | | | Description: cleaned up make.com file Solution: Platforms tested: VMS server Misc. update:
* [svn-r12197] Purpose: Add copyright information.Raymond Lu2006-04-041-0/+14
| | | | Platforms tested: No test needed.
* [svn-r12136] Purpose: UpdateRaymond Lu2006-03-221-6/+15
| | | | | | | | | Description: A few macro names have been changed. Enabled a few for test. Platforms tested: OpenVMS - the only concerned machine. Misc. update:
* [svn-r12120] Purpose: MaintenanceElena Pourmal2006-03-181-1/+1
| | | | | | | | | | | | Description: VMS stat structure doesn't have st_blocks filed. H5_HAVE_STAT_ST_BLOCKS was defined in h5pubconf.h and therefore compilation of big.c failed on VMS. Solution: Undefined H5_HAVE_STAT_ST_BLOCKS in h5pubconf.h Platforms tested: VMS server (change is local to VMS only) Misc. update:
* [svn-r12105] Purpose: Fix a typoElena Pourmal2006-03-161-2/+2
| | | | | | | | | | | Description: Raymond discovered a typo in the file while testing on the VMS server. Solution: Fixed Platforms tested: VMS Misc. update:
* [svn-r12097] Purpose: MaintenanceElena Pourmal2006-03-161-2/+2
| | | | | | | | | | | Description: Added H5B2stat.c, H5HFflist.c and H5HFstat.c to the VMS command file Solution: Platforms tested: Raymond is going to test on the VMS server Misc. update:
* [svn-r12091] Purpose: Support for VAX floating-point types.Raymond Lu2006-03-141-1/+1
| | | | | | | | | | | | Solution: Support VAX float and double types with new byte order. There're some details not yet included, 1. the alignment detection for VAX order in H5detect.c. 2. support for special values in library conversion functions. 3. the infinity for VAX in H5T_init_inf. 4. support for VAX types in printing hexadecimal format. Platforms tested: h5committest and fuss.
* [svn-r12064] Purpose: VMS portElena Pourmal2006-03-092-0/+631
Description: added command file to build C library and configuration file. Solution: Platforms tested: VMS server Misc. update: