summaryrefslogtreecommitdiffstats
path: root/vms/src/h5pubconf.h
Commit message (Collapse)AuthorAgeFilesLines
* [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-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-r12320] Purpose:Quincey Koziol2006-05-021-1/+1
| | | | | | | | | | 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-201-3/+0
| | | | | | | | | | | | | 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-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-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-091-0/+566
Description: added command file to build C library and configuration file. Solution: Platforms tested: VMS server Misc. update: