| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
Fix core dump when flushing a file with a newly created attribute which
hasn't had a value written to it still open.
Solution:
Write the attribute fill value when appropriate.
Platforms tested:
FreeBSd 4.10 (sleipnir)
Linux 2.4 (verbena)
Solaris 2.7 (arabica)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
automatically.
Purpose:
Update.
Description:
Corrent some typos in the documentation.
Solution:
Platforms tested:
Not Necessary.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose: change feature
Description: Back up supporting bitfield and time datatypes in H5Tget_native_type. Leave it for future support. Simply returns "not supported" error message for now.
Platforms tested: h5committest
Misc. update: RELEASE.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
Relax restrictions on parallel I/O to allow compressed, chunked datasets
to be read in parallel (collective access will be degraded to independent
access, but will retrieve the information still).
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel
Solaris 2.7 (arabica)
IRIX64 6.5 (modi4)
h5committest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose: enhanced feature
Description: enable size adjustment for compound datatype. The size
can be increased and decreased(as long as the members are not cut).
Solution: mainly check if any member is being cut when decreasing the
size. Others are simply taking out the assertion against 0 size.
Platforms tested: h5committest and fuss.
Misc. update: RELEASE.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix.
Description:
Fix off-by-one error in Core VFL driver which would cause spurious address
or size overflow errors when an odd valued address or size was checked.
Platforms tested:
FreeBSD 4.10 (sleipnir)
Linux 2.4 (heping)
Solaris 2.7 (arabica)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Update installation documenation.
Solution:
Platforms tested:
Not necessary.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
Fix situation where deleting a chunked datasets with B-tree nodes that
weren't in the metadata cache would die with a core dump.
Platforms tested:
FreeBSD 4.10 (sleipnir)
Linux 2.4 (heping)
Solaris 2.7 (arabica)
|
|
|
|
|
|
|
|
|
|
| |
Description: Updated the files after 1.6.3 release
Solution: ran bin/h5vers script on eirene
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
|
|
|
| |
Description: I changed the version number to 1.6.3
Solution: Ran bin/h5vers -s 1.6.3 on eirene
Platforms tested:
Misc. update:
|
|
|
|
| |
USE statement.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description: Added information about new Fortran functions;
Documented that Windows installation instruction files
for F90 and C++ were deleted from the distribution.
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
|
| |
Fill in sections:
Bug Fixes since... -- Documentation
Documentation -- HDF5 Library documentation
Supported Configuration Features Summary
Minor copy edits (spelling corrections only)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description: Removed instruction files for Windows that are
not needed anymore. F90 and C++ instrucitons are in the
INSTALL_Windwos.txt file now.
Solution:
Platforms tested:
Misc. update: Updated MANIFEST file will be cheked in after this one.
|
|
|
|
|
|
|
|
|
|
| |
Description: Updated "Tools" section under "Fixed bugs" section.
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
| |
Description: Added information about two sets of SZIP binaries:
with encoder and without encoder.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add recomendation that users add the "-qxlf90=autodealloc" flag to
FFLAGS when building parallel on the IBM SP platform.
Description:
See above.
Solution:
Added the suggestion. Also cleaned up a few minor typos in passing.
Platforms tested:
none needed -- documentatin change only.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Correct some typos in the previous version.
Solution:
Platforms tested:
Not necessay.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add information about windows improvement in the release.txt.
Description:
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
| |
Removed the Supported Configurations table; it will be revised
and reinserted prior to the release. Changes made to the RELEASE.txt
copy of the table by developers up to this moment will be captured
in this revision.
|
|
|
|
|
|
|
| |
Cleanup
Description:
Move bug description into reverse chronological order.
|
|
|
|
|
|
|
|
|
|
|
| |
Description: Created test tar ball and changed version to 1.6.3-pre4
using bin/h5vers script on eirene
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update release_docs/RELEASE.txt to describe options for dealing
with installations which insert extra text in output, thereby
breaking tests which function by comparing output with an exemplar.
Also update bug fix list for parallel I/O mode confusion bug.
Description:
See above.
Solution:
Added discussion of this possible problem, and listed two possible
solutions:
1) "setenv HDF5_Make_Ignore yes" and then score "failed" tests
by hand.
2) Use the RUNSERIAL environment variable to use a filter script
to filter out the extra text.
Platforms tested:
None needed.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
| |
added info about h5repack and the new h5dump features
Description:
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
|
|
|
| |
Description: Updated compilers and system information for the tested platforms.
Solution: N/A
Platforms tested: N/A
Misc. update:
|
|
|
|
| |
Update release notes for Cray T90 support
|
|
|
|
| |
Misc. update: Update it for TeraGrid support.
|
|
|
|
|
|
|
|
|
|
| |
Description: I created a tar ball and changed version to 1.6.3-pre3
Solution: run bin/h5vers on eirene
Platforms tested: eirene
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Update the installation documentation for the following sections:
1. Removed all HDF5 Fortran DLL related information as HDF5 Fortran DLL does not work with DEC Fortran 6.0 at current time.
2. Added a section to described how to test HDF5 C examples with testExamples.bat batch file.
3. Rename H5_SZIP_CAN_ENCODE environment variable as HDF5_SZIP_ENCODE as this environment variable is very easy to get confused with the H5_SZIP_CAN_ENCODE macro in H5pubconf.h.
4. Add some explaination in those sections which may get users confused.
Solution:
Platforms tested:
Not necessary.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
| |
some text formatting
Description:
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
| |
added a note about the get_native_integer change
Description:
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Add a section in preconditions to ask use uncheck the "TAR file smart CR/LF conversions" option in WinZip setting to prevent some h5dump "false" testing failures.
Solution:
Platforms tested:
Misc. update:
|
|
|
|
| |
Misc. update: Update release information for Crays in RELEASE.txt
|
|
|
|
| |
Misc. update: Update information of release test for RELEASE.txt
|
|
|
|
|
|
| |
Description: Update RELEASE.txt for 1.6.3 release
Solution: Added information for Xeon cluster(tungsten)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Update the installation documentation as we convert to the per_external_library naming convention for HDF5 environment variables in Windows.
Solution:
Platforms tested:
Not necessary.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description: After discussing with Albert:
I changed the version to hdf5-1.6.3-pre1 and created
a tar ball for the first round of testing.
Then I changed the version to hdf5-1.6.3-pre2 and
now I am committing the changes.
pre1 on ftp is the same as snap6 :-)
Solution:
Platforms tested:
Misc. update:
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a little more descriptions for users who don't want to build HDF5 with
external compression libraries like szip or gzip.
Description:
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New documentations for Windows support.
Description:
Three documentations:
1. INSTALL_Windows.txt has been largely modified to prepare for 1.6.3 release.
2. INSTALL_Windows_Short.txt has been added to provide for users a quick and easy building, testing, and installing HDF5 products on Windows.
3. INSTALL_Windows_From_Command_Line.txt has been added to provide for users who would like to build HDF5 through command line on Windows.
Correspondingly, INSTALL_Windows_withcpp.txt and INSTALL_Windows_withf90.txt will be depreciated in the future since the new INSTALL_Windows.txt includes the instruction to build, test, and install HDF5 products with C++ and Fortran APIs.
Solution:
Platforms tested:
No need.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose: Maintenance
Description: First attempt to bring up INSTALL file up-to-date.
Solution: Read and fix.
Platforms tested: N/A
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix (sorta)
Description:
Change reading of "missing" chunks from datasets with undefined fill
values to not overwrite the application buffer with random garbage from
memory. Note that this is almost the same, since whatever garbage the
application had in those locations will still be there...
Platforms tested:
FreeBSD 4.10 (sleipnir)
IRIX64 6.5 (modi4)
h5committested
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Description: Added support for PGI Fortran compiler on Linux64 (x86_64)
Solution:
Platforms tested: AMD OPteron box at AMD, Sunnyvale and verbena
with PGI and gcc compilers
Misc. update:
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
Correct possible core dump when a datatype conversion function is
registered with the library after a compound datatype has been converted
(having it's type conversion information cached by the library). The compound
datatype must have been created by inserting the fields in non-increasing
offset order to see the bug.
Solution:
Re-sort the fields in the compound datatypes before recalculating the
cached information when performing the conversion on them.
Platforms tested:
FreeBSD 4.10 (sleipnir)
h5committested
|