summaryrefslogtreecommitdiffstats
path: root/vms/src
Commit message (Collapse)AuthorAgeFilesLines
* [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:
* [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: