Commit Graph

346 Commits

Author SHA1 Message Date
Quincey Koziol
01f079c241 [svn-r8081] Purpose:
Bump version number after creating snapshot for user.
2004-01-19 13:51:21 -05:00
Quincey Koziol
60437a575a [svn-r8080] Purpose:
Add tests & docs

Description:
    Added tests for the recent B-tree bug fixes & document their fix in the
release notes.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    Too minor to require h5committest
2004-01-19 13:48:50 -05:00
HDF Admin
b96a990f04 [svn-r8078] Snapshot version 1.6 release 1 (post18) 2004-01-18 20:50:04 -05:00
Quincey Koziol
feda85c82a [svn-r8059] Purpose:
Bump version # after creating another snapshot for a user.
2004-01-13 13:58:42 -05:00
Quincey Koziol
5dd93ebcbf [svn-r8058] Purpose:
Bug fix

Description:
    Plug another small memory leak for fill-values.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor to require h5committest
2004-01-13 13:56:34 -05:00
Quincey Koziol
2ad18c24ac [svn-r8055] Purpose:
Bump revision number after creating snapshot for user testing.
2004-01-13 13:06:16 -05:00
Quincey Koziol
a847246eb4 [svn-r8054] Purpose:
Bug fix

Description:
    Correct two problems with variable-length datatypes in datasets:
        - When overwriting an entire dataset, writing the fill value to the
            file would be skipped, causing problems for VL datatypes when
            objects in the file had been unlinked (and thus the space in the
            file was not all zeros)
        - When an application has set a fill-value for a dataset and the
            dataset's datatype contained a VL datatype, the library was filling
            space on disk with the memory form of the VL information, instead
            of the disk form.


Platforms tested:
    FreeBSD 4.9 (sleipnir)
    h5committest
2004-01-13 13:01:04 -05:00
HDF Admin
41ea50dea1 [svn-r8052] Snapshot version 1.6 release 1 (post15) 2004-01-11 20:48:33 -05:00
Albert Cheng
be87d135e1 [svn-r8044] Purpose:
Updated.
2004-01-08 15:17:39 -05:00
Elena Pourmal
fb1494ea6e [svn-r8034] Purpose: Maintenance
Description: Bump up the version number before giving a tar ball to the MAC HDF5
             Fortran user.

Solution: run bin/h5vers on eirene

Platforms tested: N/A

Misc. update:
2004-01-07 10:59:17 -05:00
Elena Pourmal
c4b27c5a18 [svn-r8032]
Purpose: Maintenance

Description: Added information about how to build HDF5 Fortran Library
             (use --disable-shared --enable-static with configure)

Solution: N/A

Platforms tested: N/A

Misc. update:
2004-01-06 14:54:21 -05:00
Elena Pourmal
7cb2f1bad3 [svn-r8031]
Purpose: Maintenance

Description: Added Fortran support for MAC OS X

Solution: This port was tested only for IBM XL Fortran compiler
           version 8.1 Beta.
          Few things to remember:
              1. do not use AFS to build Fortran; compiler
                 for some reason cannot find *.mod files that
                 were successfully compiled.
              2. Fortran Library can be built only with --disable-shared
                 --enable-static flags.

Platforms tested: pommier, h5committested (it is amasing, but iot works
                  really nicely! Albert, Thank you!)

Misc. update:
2004-01-06 14:51:40 -05:00
Quincey Koziol
24fcd4013f [svn-r8029] Purpose:
Bump version number after making a snapshot for a user.
2004-01-06 13:59:09 -05:00
Quincey Koziol
56bf3cb4d3 [svn-r8027] Purpose:
Bug fix

Description:
    Fix small memory leak of fill-value information inside the library.

Solution:
    "reset" the fill-value object header message, so that the internal buffer
gets freed.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor to require h5committest
2004-01-06 13:44:36 -05:00
HDF Admin
31dc73ffcc [svn-r8016] Snapshot version 1.6 release 1 (post12) 2004-01-04 20:50:00 -05:00
Quincey Koziol
502b49b2b9 [svn-r8008] Purpose:
Bug fix

Description:
    Range check the szip 'pixels per block' against the chunk size of the
dataset when attempting to create a new dataset, since the szip library
requires the PPB to be at least the size of the fastest changing dimension
in the chunk.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor for h5committest
2003-12-31 15:28:47 -05:00
Quincey Koziol
51638099ad [svn-r8002] Purpose:
Bump snapshot version after creating bugfix snapshot for user.
2003-12-31 14:22:46 -05:00
Quincey Koziol
1d913177a8 [svn-r8001] Purpose:
Bug fix

Description:
    Fixed bug in hyperslab iteration where certain combinations of flattened
and non-flattened dimensions would cause incorrect locations to be iterated
over.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor to require h5committest
2003-12-31 14:19:19 -05:00
Quincey Koziol
d765a024ea [svn-r7992] Purpose:
Code cleanup

Description:
    Note in the release notes that the short MPI-I/O bug has been fixed and
also clean up the configure.in a bit.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor to require h5committest
2003-12-29 14:31:08 -05:00
Quincey Koziol
7a84df8979 [svn-r7991] Purpose:
Update release notes for recent VL-datatype bug fix.
2003-12-29 14:03:49 -05:00
HDF Admin
26ef0873b7 [svn-r7983] Snapshot version 1.6 release 1 (post9) 2003-12-28 21:02:20 -05:00
HDF Admin
43234790a1 [svn-r7975] Snapshot version 1.6 release 1 (post8) 2003-12-21 20:52:01 -05:00
HDF Admin
4394881d94 [svn-r7956] Snapshot version 1.6 release 1 (post7) 2003-12-14 20:54:06 -05:00
Quincey Koziol
7352b3a30f [svn-r7952] Purpose:
Bug snapshot version after creating tar file for user to test bugfix.
2003-12-13 15:10:36 -05:00
Quincey Koziol
bbb4d22621 [svn-r7951] Purpose:
Bug fix

Description:
    Attributes which were created with scalar dataspaces were reporting their
dataspace as a simple dataspace when queried later.

Solution:
    Fix the dataspace handling code when reading in the attribute message from
the file to set the extent type correctly.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor to require h5committest
2003-12-13 15:08:11 -05:00
Quincey Koziol
1214d6e304 [svn-r7949] Purpose:
Update with correct location on FTP server.
2003-12-13 13:53:05 -05:00
Quincey Koziol
3f845b25c0 [svn-r7945] Purpose:
Bump snapshot version number after giving a snapshot w/bugfix to a user.
2003-12-13 13:21:19 -05:00
Quincey Koziol
ff328b54b9 [svn-r7944] Purpose:
Bug fix.

Description:
    Using a selection offset with hyperslab selections in chunked datasets
was getting into an infinite loop and hanging the application.

Solution:
    Apply the selection offset to the hyperslab selection properly.

Platforms tested:
    FreeBSD 4.9 (sleipnir) w & w/o parallel
    h5committest
2003-12-13 13:14:39 -05:00
Quincey Koziol
b9f349d953 [svn-r7928] Purpose:
Update release notes to mention new H5I{get|dec|inc}_ref() routines.
2003-12-11 13:21:53 -05:00
HDF Admin
7aee827e45 [svn-r7919] Snapshot version 1.6 release 1 (post4) 2003-12-07 20:49:25 -05:00
Quincey Koziol
f00ad1c5d6 [svn-r7916] Purpose:
Bug fix

Description:
    Make a copy of the index value for H5Giterate and use that instead of
dereferencing the index pointer.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    too minor to need h5committest
2003-12-06 09:57:07 -05:00
Albert Cheng
63e2541626 [svn-r7903] Change --prefix default to pwd/hdf5, a directory in the build
directory.  This eliminates the problem that the builder may not
have permission to install in the default install directory.
It also allows multiple builds in the same host or multiple srcdir
using the same source.

Platforms tested:
Eirene plus eyeballing of changes.

Misc. update:
2003-12-01 22:47:02 -05:00
HDF Admin
3ac28525ee [svn-r7902] Snapshot version 1.6 release 1 (post3) 2003-11-30 20:49:54 -05:00
Albert Cheng
762f236fab [svn-r7899] Updated. 2003-11-27 12:18:36 -05:00
Quincey Koziol
55f78f7baa [svn-r7878] Purpose:
Update release notes with recent bug fix.
2003-11-24 11:49:59 -05:00
HDF Admin
7d68090f03 [svn-r7874] Snapshot version 1.6 release 1 (post2) 2003-11-23 20:49:15 -05:00
Quincey Koziol
8350c2b241 [svn-r7866] Purpose:
Mention metadata benchmark in release notes.
2003-11-20 09:55:55 -05:00
Quincey Koziol
247113c3d9 [svn-r7863] Purpose:
Update release notes with metadata change information
2003-11-20 09:39:10 -05:00
HDF Admin
74996193eb [svn-r7855] Snapshot version 1.6 release 1 (post1) 2003-11-16 20:47:28 -05:00
Quincey Koziol
898ba82d42 [svn-r7844] Purpose:
Bug fix

Description:
    Variable length strings and sequences with NULL pointers were not handled
by library, causing problems access the data.  This also affected fill values
for variable-length datatypes.

Solution:
    Address the issues in the library by detecting NULL sequences/strings
and avoid trying to convert them.

    Patched up dumper to display NULL sequences/strings.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    h5committest
2003-11-13 10:20:23 -05:00
Quincey Koziol
1716cab24b [svn-r7825] Purpose:
Code optimization

Description:
    Improved integer & floating-point datatype conversions by removing some
corner cases.  Got rid of algorithm which walked the buffer of elements to
convert backwards, switching to algorithm which computes the non-overlapping
space in the buffer and repeatedly converts it in the forward direction.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    h5committest
    Cray SV1 & T3E (T90 is not accessible)
2003-11-07 15:21:45 -05:00
Albert Cheng
b7c199e600 [svn-r7812] Updated with bug fix commmitted. 2003-11-03 10:38:42 -05:00
HDF Admin
48988885d6 [svn-r7808] Snapshot version 1.6 release 1 (post0) 2003-11-03 00:38:11 -05:00
Quincey Koziol
f34c639e3f [svn-r7790] Purpose:
Bug fix & code cleanups

Description:
    Change our use of MPI derived datatypes to not create datatypes with
"0-sized" lengths, which causes the LANL Q machine to hang.

    Also, get rid of "prefer MPI derived datatypes" environment variable since
it has no advantage.

Platforms tested:
    FreeBSD 4.9 (sleipnir) w & w/o parallel
    h5committest
2003-10-29 14:32:45 -05:00
Quincey Koziol
5e2f37f579 [svn-r7735] Purpose:
Bug fix

Description:
    Single hyperslab selections (which were set with only one call to
H5Sselect_hyperslab) that had dimensions that could be "flattened" but were
interspersed with dimensions that could not be flattened were not correctly
handled, causing core dumps.

Solution:
    Re-work "flattening" code to handle this case properly.

Platforms tested:
    FreeBSD 4.9 (sleipnir)
    h5committest
2003-10-25 11:42:00 -05:00
Pedro Vicente Nunes
e68e5aea56 [svn-r7678] Purpose:
version 8 of Code Warrior has a bug on the open file function
that causes one of our tests to fail
documented this in the install instructions

removed a CW specific header file include , that was left from version 6
from the file testhdf5.c



Platforms tested:
Code warrior
linux


Misc. update:
2003-10-20 16:04:20 -05:00
Quincey Koziol
848ea8370b [svn-r7671] Purpose:
Document recent changes

Description:

Solution:

Platforms tested:

Misc. update:
2003-10-20 12:16:57 -05:00
Elena Pourmal
fff49a52a6 [svn-r7661] Purpose: Maintenance after 1.6.1 release
Description: Changes version to 1.6.1-post0 and updated
             RELEASE.txt and HISTORY.txt filese fro the new version.

Solution: N/A

Platforms tested: N/A

Misc. update:
2003-10-16 21:58:32 -05:00
Elena Pourmal
e28d341378 [svn-r7659] Purpose: Maintenance
Description: I run bin/release to create an hdf5-1.6.1 release tar
             ball. Now I am checking in modified files before
              tagging the release.

Solution: N/A

Platforms tested: N/A

Misc. update:
2003-10-16 21:47:22 -05:00
Frank Baker
a0a7849d51 [svn-r7657]
Purpose:
    Added "Documentation" section.
    Listed fixed doc bugs.
2003-10-16 17:34:55 -05:00