summaryrefslogtreecommitdiffstats
path: root/vms/src/make.com
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26234] Removed VMS support from the library. A tag ↵Dana Robinson2015-02-191-76/+0
| | | | (vms_last_support_trunk) was created just before the VMS files were deleted.
* [svn-r24864] Description:Quincey Koziol2014-03-211-1/+1
| | | | | | | | | | | | | | | | | | Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial
* [svn-r24087] Rename the private H5RC (reference count) module to H5UC (Use ↵Mohamad Chaarawi2013-08-301-1/+1
| | | | | | | | | | | | Count). This is needed to avoid a conflict with the Read Context object to be introduced in another Project. No impact on users, since this is a private module, and low for developers as the RC module use is very sparse in the library. Tested with h5committest.
* [svn-r23710] I added H5Pencdec.c to make.com. I added Raymond Lu2013-05-201-1/+1
| | | | | | | | | H5_HAVE_DIRENT_H H5_HAVE_LIBDL H5_HAVE_SETJMP to h5pubconf.h. Not tested yet.
* [svn-r21288] I added a new file H5HGquery.c.Raymond Lu2011-08-221-1/+1
| | | | Not tested yet.
* [svn-r21285] I added a new file H5Fcwfs.c.Raymond Lu2011-08-221-1/+1
| | | | Not tested yet.
* [svn-r20700] I added H5Fefc.c to the compile list.Raymond Lu2011-05-021-2/+2
| | | | Not tested yet.
* [svn-r19857] I added H5Ochunk.c and the command to compile H5make_libsettings.cRaymond Lu2010-11-291-2/+9
| | | | Not tested yet.
* [svn-r19142] I added H5Itest.c.Raymond Lu2010-07-281-1/+1
| | | | Not tested yet.
* [svn-r18367] The OpenVMS linking probably doesn't like too many object ↵Raymond Lu2010-03-041-1/+2
| | | | | | | | | files. I just broke the link command into two commands to make it happy. Tested on OpenVMS.
* [svn-r18210] Updates - added H5B2hdr.c, H5Fdeprec.c, and H5Ofsinfo.c to the ↵Raymond Lu2010-02-031-6/+6
| | | | | | list. Not tested yet.
* [svn-r18209] Updates. Not tested yet.Raymond Lu2010-02-031-2/+2
|
* [svn-r17483] Added H5Dlayout.c to make.com.Raymond Lu2009-09-151-1/+1
| | | | Not tested yet.
* [svn-r17480] Added H5Fsuper_cache.c into the make.com.Raymond Lu2009-09-151-1/+1
| | | | Not tested yet.
* [svn-r17163] Added some new files for H5FA module: H5FA.c, H5FAcache.c, ↵Raymond Lu2009-07-071-0/+1
| | | | | | | | H5FAdbg.c, H5FAdblkpage.c, H5FAdblock.c, H5FAhdr.c, H5FAstat.c, H5FAtest.c. Not tested yet.
* [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-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-301-38/+28
|
* [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-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-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-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-021-2/+2
| | | | | | | | | | 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-2/+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-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-r12064] Purpose: VMS portElena Pourmal2006-03-091-0/+65
Description: added command file to build C library and configuration file. Solution: Platforms tested: VMS server Misc. update: