| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Purpose:
Maintenance
Description:
Source directory has been rearranged. INSTALL*, HISTORY.txt and RELEASE.txt were moved to the release_docs directory. *.zip files were moved to the windows directory. README file was renamed to README.txt MANIFEST was updated to reflect those changes.
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
bug fix
Description:
update H5pubconf.h and zconf.h(used for dll version)
Solution:
see above
Platforms tested:
elena will test on her machine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug fixes
Description:
Fortran test batch file had a typo in it that caused fflush2 test
to fail.
gif converter projects had wrong setting for the
include directories that caused build to fail.
Solution:
Fixed the projects, and replaced the projects in the archive
Platforms tested:
Windows98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Adding new feature
Description:
Added gif2h5 and h52gif conversion utilities
Solution:
The utilites follow the framework built for the gif2hdf and hdf2gif
utilities for hdf4. The main files modified were those that read the
H5 file and those that write H5 file. In the future, if you wish to
continue with the framework and extend it to .png or some other fileformat
the main files to edit will be the gif reader and writer.
One point to note with h52gif. You have to specify the exact location of
the image and the palette that it links to. You can choose not to specify
a palette (uniform grayscale chosen in this case) but you must specify
image location. In the future, someone could edit the readhdf.c source
to enable the reader to parse the hdf file and select all images with
corresponding palettes.
Platforms tested:
modi4 , eirene , hawkwind , arabica , Ren (NT 4.0) , Personal box (win2k)
|
|
Purpose:
Windows F90 port
Description:
all_withf90.zip file conyains all necessary projects to build
and test HDF5 library (both C and F90) on Windows platforms
Platforms tested:
Windows 98
|