| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
a windows bug fix
Description:
so that sec2 driver can support >2 G file on windows NTFS
Solution:
using lseek_i64 for windows platform
Platforms tested:
tested on windows 2000, confirmed on eirene and arabica
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
a windows bug fix
Description:
support > 2G file on windows NTFS
Solution:
using fsetpos to seek the address
Platforms tested:
windows 2000, confirmed on arabica and eirene.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
This should fix the problem with installing the Fortran module
files.
Solution:
This script determines if the HDF5 module is created. If it is,
then we assume that we need to install all of the modules. I
check for both upper and lowercase in the name cause I'm not sure
what weird fortran compilers will do.
Platforms tested:
Linux
|
|
|
|
| |
Changed version number to beta3, now that beta2 is out.
|
|
|
|
|
|
|
|
|
| |
Purpose:
Checking in MountingFiles.html and Performance.html.
These documents were originally created in 1.2 branch and never
checked in to the development branch.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
| |
Purpose:
Removed index links to Palettes.html (removed from doc set) in
all User Guide files.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
| |
Purpose:
Added pointer to updated doc set as we move from beta to
actual release.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
| |
Description:
Minor edits
Commented out docs that are not in the 1.4 Beta set
Platforms tested:
IE 5
|
|
|
|
|
| |
Purpose:
Added ./doc/html/ADGuide/H4toH5Mapping.doc
|
|
|
|
|
|
|
|
| |
Purpose:
Extensive revision of October 2000
Source file (H4toH5Mapping.doc) added to tree but not distributed
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
| |
Purpose:
Removed Palettes.html (which has been replaced
by ADGuide/ImageSpec.html)
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bugfix -- #446
Description:
H5Tget_offset has been fixed so that it returns a negative value
on failure. This is now reflected in RM.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
| |
Purpose:
Adding new doc files
App Developer's Guide (with member docs)
C++ and Fortran90 API docs
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bringing the Application Developer's Guide into R1.4 (from R1.2)
Subdocuments:
HDF5 Image and Palette Specification
Mapping HDF4 Objects to HDF5 Objects
Platforms tested:
IE 5
|
|
|
|
|
|
|
| |
Purpose:
Bringing the Application Developer's Guide into R1.4 (from R1.2)
Platforms tested:
IE 5
|
|
|
|
|
|
|
| |
Purpose:
Added and edited C++ and Fortran90 doc links
Platforms tested:
IE 5
|
|
|
|
|
|
|
| |
Purpose:
Added h4toh5
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
CppUserNotes.pdf
CppUserNotes.doc (not for distribution)
CppInterfaces.html
New C++ API documents -- "HDF5 C++ User's Notes"
and "HDF5 C++ Interfaces"
Platforms tested:
IE 5
|
|
|
|
|
|
|
| |
Purpose:
New Fortran90 API doc -- "HDF5 Fortran90 User's Notes"
Platforms tested:
IE 5
|
|
|
|
| |
O2K, plus some editing about the shared library errors.
|
| |
|
|
|
|
| |
now that there is a supported mpich that includes mpi-io.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Update some descriptions for the install file
Description:
Solution:
1) add a note for building library: users can also use batch build to build lib.
2) add a warning note for h5toh4 autotest crude script so that
users may carefully input parameters.
Platforms tested:
doesn't have to be tested.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Not a bug fixed, just make it easy for me to test on windows.
Description:
Set the path of the project to be consistent with the project in friede
Users who want to test h4toh5 and h5toh4 have to set hdf4 library path by
themselves.
Solution:
Update h4toh5.dsp h4toh5dll.dsp h5toh4.dsp and h5toh4dll.dsp
Platforms tested:
Win 2000(don't have to be tested on any other platforms)
|
|
|
|
| |
Correct a few small typos in version numbers, etc.
|
|
|
|
|
|
|
| |
Documentation
Description:
Documented the known bug that module files aren't installed if
they are created.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improvement
Description:
The -i option used to increment the first number it finds in the
SUBRELEASE string. So, beta1-post0 becomes beta2-post0.
Solution:
Changed to increment the last number it finds. So,
beta1-post0 becomes beta1-post1.
Platforms tested:
eirene and modi4.
|
|
|
|
|
| |
Description:
Made changes given to me by Elena (still needs others?)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
If the library was compiled with 'NDEBUG' defined, but the user's program
(the fortran API in this case) was compiled with 'NDEBUG' not defined, the
IDs returned from the library would appear to be incorrect.
Solution:
Removed 'ifndef NDEBUG' from around "H5I_TEMPLAX_MAX" definition and error
checking.
Platforms tested:
Linux 2.2 (eirene) & FreeBSD 4.2 (hawkwind)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Prepare for 1.4.0beta1 release
README:
src/H5public.h:
Updated with 1.4.0beta1 version information.
configure.in:
Changed default setting to --enable-production --disable-debug.
configure:
Derived from configure.in via autoconf.
Platforms tested:
Eirene (linux) running just the configure command and compared
difference with previous configure output to verify expected
difference.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
The last modification put an extra comma in the AC_CHECK_HEADERS
that would generate an bad configure file.
Solution:
Removed the comma.
Platforms tested:
Ran autoconf and verified it by comparing the same with
the current working configure file which has been tested.
|
| |
|
|
|
|
|
|
| |
Document testing problems
Description:
Document certain "false negatives" when testing h5ls on certain platforms.
|
|
|
|
|
|
|
|
|
| |
Purpose:
According to Elena's suggestion, we no longer use VC 5.0 to test on windows platform.
Description:
Solution:
Delete VC 5.0 in this file.
Platforms tested:
|
|
|
|
|
|
|
|
|
| |
Purpose:
Maintenance
Description:
I did not put the correct comment user should look for.
Solution:
Fixed.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Maintenance
Description:
On Crays H5Dff.f90, H5Aff.f90 and H5Pff.f90 files
should be modified before building the Fortran Library.
Lines with the double precision subroutines declarations
have to be commented out.
Solution:
Added neccesary info to the approptiate section.
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
update installing description file on windows
Description:
Solution:
1. add notes for avoiding the strange bug(tvlstr.c) on building test suite.
2. add notes for h4toh5 and h5toh4 converter building and testing descriptions.
Platforms tested:
Win NT 4.0,5.0 and WIn 98
|
|
|
|
|
|
|
|
|
| |
Purpose:
add another test script for h5toh4 converter on win98
Description:
Solution:
add another test script for h5toh4 converter on win98
Platforms tested:
|
|
|
|
|
|
| |
Update
Description:
Changed 1.2.0 to 1.4.0 and corrected the bzip'd sample command.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Another fix...
Description:
This should work for all platforms now. The other fix didn't work
for the Linux platform
Solution:
Explicitly copy the modules if they exist.
Platforms tested:
Linux
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
When trying to install the Fortran Modules, it would barf if
there weren't any files in the directory with that extension
(i.e., in the test/ directory).
Solution:
Changed the installation to install only those files which
actually have the correct extension we want.
Platforms tested:
This type of fix works on the T3E and Linux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
TFLOPS was configured to use '-g' flag even when --enable-production
option was used. It was because configure hard set CFLAGS to '-g'
if it is a valid C compiler option and if $CFLAGS is not set yet.
This is not noticed in other platforms because the config/* files
they all set CFLAGS in one form or another.
Solution:
This is a bug in configure but it is risky to change it so close
to code release. Instead, just set CFLAGS in this file to bypass
the configure bug which should be squashed after code release.
Platform tested:
Tflops with parallel, both debug and production modes.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix?
Description:
Possible that some makes don't like a trailing \ at the end of a
comment.
Solution:
Removed it
Platforms tested:
Linux
|
|
|
|
|
|
|
| |
Purpose:
Maintenance
Description:
Information about F90 and C++ has been added.
|
|
|
|
|
|
|
|
|
|
|
| |
Install Fix
Description:
Fortran modules need to be installed.
Solution:
I check for the extension modules are created with and use that
during the install...
Platforms tested:
Linux
|
|
|
|
|
|
|
|
|
| |
Purpose:
More description for h4toh5 and h5toh4 tools on windows.
Description:
Solution:
Platforms tested:
|