| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Description: I ran bin/h5vers to change version number to 1.6.4. Several files
were modified by bin/h5vers. I am checking them in before
tagging the release with hdf5-1_6_4 tag
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description: Changed suffix to pre3 after creating a tar ball for the
second round of testing
Solution: Ran bin/h5vers on heping; made sure that files were modified
by autoconf 2.59
Platforms tested: heping
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
HDF5 1.6 was not using the correct version of autoconf.
Solution:
Updated bin/reconfigure script to configure all three configure.in files
using version of autoconf in AFS. Updated bin/h5vers script to use
reconfigure script.
***
CHANGED NAME OF reconfigure.sh TO reconfigure.
***
Used bin/reconfigure to update configure files.
Platforms tested:
mir, eirene, modi4, copper, arabica
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
round of testing
Description: Changed suffix to pre2
Solution: Used bin/h5vers -s command on eirene to modify
the version number (1.6.4-pre2)
Platforms tested: N/A
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
| |
release
Description: Changed suffix to pre1
Solution: Ran bin/h5vers -s command on eirene
Platforms tested: mir
Misc. update:
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update
Description:
Updated version of autoconf from 2.53 to 2.59
Solution:
Simply ran autoconf 2.59 to generate a new configure from configure.in.
Also modified configure.in to remove superfluous characters (can write
`variable' instead of \`variable').
Added bin/reconfigure.sh script.
TO RECONFIGURE WITH THE CORRECT VERSION OF AUTOCONF:
rsh to heping
/bin/sh bin/reconfigure.sh
Platforms tested:
Many.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Description: Removed PABLO instrumentation from HDF5 source
Solution:
Platforms tested: arabica, copper (parallel), mir
Misc. update:
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix/Code Cleanup/Doc Cleanup/Optimization/Branch Sync :-)
Description:
Generally speaking, this is the "signed->unsigned" change to selections.
However, in the process of merging code back, things got stickier and stickier
until I ended up doing a big "sync the two branches up" operation. So... I
brought back all the "infrastructure" fixes from the development branch to the
release branch (which I think were actually making some improvement in
performance) as well as fixed several bugs which had been fixed in one branch,
but not the other.
I've also tagged the repository before making this checkin with the label
"before_signed_unsigned_changes".
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel & fphdf5
FreeBSD 4.10 (sleipnir) w/threadsafe
FreeBSD 4.10 (sleipnir) w/backward compatibility
Solaris 2.7 (arabica) w/"purify options"
Solaris 2.8 (sol) w/FORTRAN & C++
AIX 5.x (copper) w/parallel & FORTRAN
IRIX64 6.5 (modi4) w/FORTRAN
Linux 2.4 (heping) w/FORTRAN & C++
Misc. update:
|
| |
|
| |
|
|
|
|
|
|
|
| |
Changed the wording of enable-hl option to better wording.
Platforms tested:
"h5committested"
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
added a configure generated by autoconf 2.53
Description:
Solution:
Platforms tested:
linux (fuss)
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
added hl to the 1.6 branch, as was done for the 1.7
Description:
Solution:
Platforms tested:
linux (using a build directory outside the source)
Misc. update:
|
|
|
|
|
|
|
| |
This replaced the snapshot release 1.6.4-pre1 which had the wrong
release string because -preN is reserved for Pre-release test
versions. Snapshot releases are named as -snapN for the release
branch.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add new internal data structure
Description:
Add an implementation of skip lists to the library (see comment in
src/H5SL.c for references to the papers describing them) as a potential
replacement for our current threaded, balanced binary tree container.
Skip lists are much simpler to implement and should be faster to use.
Also, added new error codes to release branch, so bump the minor version
number to indicate that the library is no longer perfectly compatible with
the 1.6.3 release.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel
Solaris 2.7 (arabica)
Too minor to require further testing (the skip lists aren't actually
used by any library code yet)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Code cleanup & optimization
Description:
Bring back new metadata cache code from development branch.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel
Solaris 2.7 (arabica)
Linux 2.4 (heping) w/C++ & FORTRAN
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Putting 'h5jam' in the 1.6 branch
Description:
Solution:
Platforms tested:
verbena, arabica, cobalt
Misc. update:
|
|
|
|
|
|
|
|
|
|
| |
Description: Changed the version number to 1.6.3-post0
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:
|
|
|
|
|
|
|
|
|
|
|
| |
Description: Created test tar ball and changed version to 1.6.3-pre4
using bin/h5vers script on eirene
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
| |
Add directory hdf5/doc/html/cpplus_RM/header_files to configure.
Platforms tested:
eirene
|
|
|
|
|
|
| |
Add the directory hdf5/doc/html/cpplus_RM/.
Platforms tested:
eirene
|
|
|
|
|
|
|
|
|
|
| |
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:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description: I ran bin/h5vers on verbena instead of eirene;
as a result configure was messed up.
Solution: Checked out from CVS, reran h5vers to set up version to
hdf5-1.6.3-pre1 and created a tar ball for testing;
reran h5vers to set up version to hdf5-1.6.3-pre2 and checked in
updated files.
Platforms tested: eirene (configure works now)
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:
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug fix
Description:
Fixed configure script so that gettimeofday test uses cached variables
Platforms tested:
sleipnir, copper, arabica, verbena
Misc. update:
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Backport feature
Description:
Backport Kent's collective chunk I/O work to date into the release branch.
Also, minor code cleanups, etc.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel
IRIX64 6.5 (modi4)
h5committested
|
| |
|
|
|
|
| |
Bump version # after making snapshot
|
| |
|
|
|
|
| |
Updated the library version to 1.6.3-snap0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug fix
Description:
Modification time test (mtime) would die silently on some systems. This is
because the code is very system-dependant (it relies on getting the current
time and the timezone from the OS).
Solution:
mtime test now uses TEST_ERROR macro to print "FAILED" and to output where the
failure occurred. Configure script is a little smarter about whether
gettimeofday() function returns the timezone correctly.
Further bugs will need to be addressed on a system-by-system basis.
Platforms tested:
sleipnir, arabica, verbena, copper, windows (VC7)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Handled SZIP without the encoder present.
Description:
It is now an error for a user to try to create, extend, or write to a
dataset without the encoder present in their SZIP library.
Added H5Zget_filter_info to provide users with a way to query HDF5
about the presence (or lack thereof) of the SZIP encoder.
Platforms tested:
Windows
Verbena
Arabica
Copper
Misc. update:
|
| |
|
|
|
|
| |
Bump version # after making snapshot for user.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
h5dump new features
Description:
added the code for print strings with new line and display the path of references (new source files h5tools_ref.c and .h )
added a test suite in testh5dump.sh.in for
( note : to create testh5dump.sh , one must redo ./configure; this detects the availability of filters
and generates testh5dump.sh accordingly)
1) storage layout
2) fill value
3) print reference with path
4) print strings with new lines
5) filters
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update shell scripts
Description:
Switch to generating the testh5dump.sh script at configure time, so we can
determine which filters are available to test.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too small to require h5committest
|
| |
|