| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(vms_last_support_1_8) was created just before the VMS files were deleted.
|
|
|
|
| |
Not tested yet.
|
|
|
|
| |
1.8 branch
|
|
|
|
|
|
|
|
|
| |
makefile in the src/. It works
similar to H5detect.c. 2. I added H5srcdir_str.h under test/ and c++/test/.
Not tested yet.
|
|
|
|
|
|
|
|
|
|
|
| |
1. I added 'install' command in end of build.com.
2. I commented out the test for h5copy and h5import in build.com. There're some
failures in the test. I recall h5import has been having problem for some time.
h5copy test is new. I need to verify with Elena.
3. I commented out the copy command for *.com in the examples directory because they
don't exist.
Tested on OpenVMS.
|
|
|
|
|
|
|
|
| |
make.com and changed
H5_SIZEOF_OFF_T to be 8 in h5pubconf.h.
Tested on OpenVMS.
|
|
|
|
|
|
|
|
|
|
|
| |
Updated command files in order to build in a batch queue;
added lines that define compiler qualifiers and location
of the zlib library in case one has to build manually in
a current directory.
Deleted command file in the vms/tools/h5ls directory that
is no longer needed.
Platforms tested:
VMS server (build passed; tests are running now)
|
|
|
|
| |
h5mkgrp.c.
|
|
|
|
|
|
|
| |
make.com for the h5stat tools was not copied to the h5stat
directory. It caused build script to fail. Fixed.
Platforms tested:
VMS server
|
|
|
|
|
|
|
| |
src/h5pubconf.h (generated on kagiso).
Not tested yet.
|
|
|
|
|
|
|
|
|
| |
Updated utilities test scripts to make output more legible; fixed some typos.
Added four new expected output files to avoid false negative reports
for the h5dump tests (for ones that expect to have error report in them).
Updated MANIFEST to reflect the changes.
Platforms tested:
VMS server (more testing is on the way)
|
|
|
|
|
|
|
|
|
|
| |
extensions. Used copy command
instead of rename to get the correct names of the C++ source
files to avoid errors when build runs second time in the same directory.
Platforms tested: VMS server
|
|
|
|
|
|
|
|
| |
Fortran and C++ libraries
and corresponding examples; modified some command files to check installation.
Platforms tested: VMS server
|
|
|
|
|
| |
Platforms tested: VMS server; no other tests are needed since changes are local to
the VMS command and source files.
|
| |
|
|
|
|
|
|
|
| |
Added command files to compile and test h5copy tool.
Platfroms tested:
VMS server
|
|
|
|
|
|
|
|
|
|
|
| |
Description: Added location of the zlib library compiled with /float=ieee_float
flag
Solution:
Platforms tested: VMS server
Misc. update:
|
|
|
|
|
|
|
|
|
|
| |
Description: Brought up VMS make files up to date
Solution:
Platforms tested: VMS server with native floating number and ZLIB enabled
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
| |
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:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description: This command file defines all necessary compilation flags
and builds all libraries, tests and examples.
If you build in a particular directory, make sure you use
the correct compilation flags since they are not defined
in each individual command file (actually the line is still there
but commented out).
Solution:
Platforms tested: VMS server
Misc. update:
|
|
|
|
|
|
|
|
|
|
| |
Description: Warning message about broken line was displayed while running make.com
Solution: Replaced blank line with $ exit line.
Platforms tested: VMS server; this change is local to VMS only
Misc. update:
|
|
Description: command file to copy other command files to the appropriate directories.
Solution:
Platforms tested: VMS server
Misc. update:
|