Commit Graph

610 Commits

Author SHA1 Message Date
MuQun Yang
0f047c1cfe [svn-r12728] Updated windows installation documents to reflect the support of HDF5 on windows 64-bit platform. 2006-10-06 11:19:14 -05:00
James Laird
609fbd6952 [svn-r12695] Added --enable-debug=all to the list of known problems in RELEASE.txt. 2006-09-29 15:59:23 -05:00
HDF Admin
d5d664a56c [svn-r12670] Snapshot version 1.8 release 0 (alpha5) 2006-09-16 15:38:42 -05:00
Frank Baker
749a0b9c17 [svn-r12640]
Description:
    Add per-directory abbreviated copyright notices 
    (abbreviated COPYING files pointing to full notices).
Tested:
    MANIFEST verified; not otherwise tested.
2006-09-04 13:30:13 -05:00
James Laird
afb817a0a7 [svn-r12622] Updated RELEASE.txt with External Link changes. 2006-08-23 19:39:26 -05:00
James Laird
beb04ae817 [svn-r12519] Fixed "make check-vfd"
"make check-vfd" will now run all tests in the test directory with different
file drivers (at least, all of those tests that use the testing framework's
FAPL).  Tests that fail will be skipped.

This is not a perfect fix, but is better than nothing.

Along with this change, check-vfd should be added to the Daily Tests.
2006-07-31 14:46:16 -05:00
Elena Pourmal
b0379795d5 [svn-r12478] Changed version number to 1.8.0-alpha5 after tagging hdf5-1.8.0-alpha4 release
with "hdf5_1_8_0_alpha4" tag.
2006-07-16 21:59:54 -05:00
Elena Pourmal
9dc96eab6f [svn-r12476] iCommiting files modified by bin/release before tagging hdf5-1.8.0-alpha4 2006-07-16 21:51:26 -05:00
James Laird
3f4cbda457 [svn-r12453] Purpose:
Documentation update

Description:
Updated MANIFEST and RELEASE.txt for H5L change
2006-07-05 14:13:54 -05:00
Elena Pourmal
842895a799 [svn-r12434] Purpose: Maintenance
Description: Added support for HPUX11.23

Solution: Added configuration file for the system.
          Both C, C++, F90, HL 32-bit and 64-bit are supported. Known problems:
          C++ library will not build in 64-bit mode if shared is enabled.

Platforms tested: HPUX 11.23 at UMKC

Misc. update:
2006-06-22 16:21:12 -05:00
James Laird
d8bd5f448b [svn-r12433] Purpose:
doc update

Description:
Added HDF5TestExpress to release docs

Platforms tested:
none (doc change only)
2006-06-22 14:18:10 -05:00
James Laird
64b5d95251 [svn-r12431] Purpose:
Configuration feature

Description:
'make install' now tests both static and shared libraries if both are installed.

Solution:
Previously, shared libraries were only tested when static libraries were not installed.
Also cleaned up line in commence.am that was including HL library in all Makefiles.

Platforms tested:
mir (Makefile change only)
2006-06-21 18:15:08 -05:00
Quincey Koziol
abce343da8 [svn-r12414] Purpose:
Bug fix

Description:
    Fix bug which could lead to files with incorrect count of messages in the
header for an object.  The exact sequence of operations is complicated and
is described in the release notes.

Solution:
    Mark merged null header messages as dirty.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Linux 2.4 (chicago)
    Mac OS/X (amazon)
2006-06-17 13:05:03 -05:00
James Laird
59336d339b [svn-r12413] Purpose:
Bug fix

Description:
Changed the semantics of --enable-stream-vfd and --enable-shared.
Both are now disabled by default when parallel HDF5 is being built.

Solution:
Both shared and stream-vfd are disabled by default in parallel, but can
be enabled explicitly if the user chooses.
Before, shared was always enabled by default and stream-vfd was
always disabled in parallel.

Platforms tested:
heping, mir (configuration change only)
2006-06-14 15:16:27 -05:00
Elena Pourmal
b599f6bee0 [svn-r12394] Purpose: Maintenance
Description: Ran /bin/h5vers to change suffix to alpha4 after creating hdf5-1.8.0-alpha3
             tar ball and tagging the release with hdf5_1_8_0_alpha3 tag

Solution:

Platforms tested:

Misc. update:
2006-06-01 17:39:56 -05:00
Elena Pourmal
7a91d952cc [svn-r12392] Purpose: Maintenance
Description: Checking in files modifed by the bin/release script before
             tagging hdf5-1.8.0-alpha3

Solution:

Platforms tested:

Misc. update:
2006-06-01 17:15:07 -05:00
Raymond Lu
99a8afe17b [svn-r12391] Purpose: Update.
Misc. update: Document some errors in test/dt_arith.c when converting data from
long double to (unsigned) long long and from (unsigned) long long to long double.
2006-06-01 14:39:46 -05:00
Elena Pourmal
39ebe8cf68 [svn-r12390] Purpose: Maintenance
Description: Updated VMS installation instructions to reflect support
             for the deflate filter; documented scale+offset test failures
             when G_FLOAT is used (not IEEE double)

Solution:

Platforms tested:

Misc. update:
2006-06-01 14:25:01 -05:00
Albert Cheng
4d3390afd9 [svn-r12361] Purpose:
Document error.

Description:
The fix of the TR was put in the wrong session (new configure feature).
It is moved to the proper session (bug fix on configure.)
2006-05-20 23:25:52 -05:00
Albert Cheng
56c0a0f993 [svn-r12358] Purpose:
Bug fix.

Description:
The ${TR}, though avoid the error, is inconvenient.  It is needed
because configure.in use the char range in the style of 'a-z'.
The other style of '[a-z]' is more commonly accepted by all tr
but autoconf tends to strip away [], making the syntax rather
clumsy.

Solution:
Learned from autoconf that it avoids the use of character range
by just spell all the letters out.  Changed our tr commands to
use those variables defined by autoconf.  Also removed the
definition of ${TR} since it will cause inconsistancy when
autoconf also use plain 'tr' in its generated code.

The Makefile.in are changed because the elimination of ${TR} from
configure triggered its removal from all Makefil.in.  That is okay
because ${TR} is not used at all in Makefile.

Platforms tested:
h5committested. (sol failed to connected). also tested in shanti
using both /usr/ucb/tr and /bin/tr (the bad one before.)

Misc. update:
Updated both INSTALL and RELEASE files.
2006-05-19 07:22:07 -05:00
Raymond Lu
a80f2a3d7b [svn-r12352] Purpose: Update document.
Misc. update: Update this document for H5LTtext_to_dtype and H5LTdtype_to_text.
2006-05-17 13:57:47 -05:00
Elena Pourmal
e33df58ec5 [svn-r12339] Purpose: Maintenance after hdf5-1.8.0-alpha2 release
Description: Changed version suffix to alpha3

Solution: ran bin/h5vers script

Platforms tested:

Misc. update:
2006-05-06 11:32:29 -05:00
Elena Pourmal
a1fee4191e [svn-r12337] Purpose: Maintenance
Description: Comitting files modified by the bin/release script
             before tagging the release.

Solution:

Platforms tested: released tar ball was tested on heping, and copper
                  64-bit sequential and 32-bit parallel

Misc. update:
2006-05-06 11:15:29 -05:00
Elena Pourmal
129f50c035 [svn-r12335] Purpose: Maintenance
Description: Added information about compilation problems on Altix SGI
             with Intel v9.0 compilers for testmeta.c test
             Marked platforms on which alpha2 was not tested.

Solution:

Platforms tested:

Misc. update:
2006-05-05 17:27:42 -05:00
Elena Pourmal
451f0c884f [svn-r12332] Purpose: Maintenance for 1.8.0-alpha2 release
Description: Added pointers to 1.8.0 docs.

Solution:

Platforms tested:

Misc. update:
2006-05-05 11:47:02 -05:00
Elena Pourmal
b4f0a4461a [svn-r12331] Purpose: Maintenance
Description: Updated "Known problems" section for alpha2 release

Solution:

Platforms tested:

Misc. update:
2006-05-05 09:20:48 -05:00
MuQun Yang
a7c8e7928d [svn-r12330] Purpose:
Update the information about mpi-io bug in the release.txt.

Description:

Solution:

Platforms tested:

Misc. update:
2006-05-04 15:36:10 -05:00
MuQun Yang
44670391d7 [svn-r12300] Purpose:
Add some comments for scaleoffset filter and correct comments for windows fortran DLL supports.



Description:

Solution:

Platforms tested:

Misc. update:
2006-04-25 14:46:39 -05:00
Fang Guo
7e53cf90cf [svn-r12299] Purpose:
Maintenance on Windows
Description:
ttsafedll will be automatically enabled when using .Net and Intel
Add in some instructions for this in applicable places
Solution:

Platforms tested:

Misc. update:
2006-04-25 14:35:34 -05:00
Quincey Koziol
d7573cbc85 [svn-r12292] Purpose:
Code maintenance

Description:
    Remove flexible parallel code

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Linux 2.4 (heping)
    Solaris 2.9 (shanti)
    Linux 2.4/64 (mir)
2006-04-20 18:54:47 -05:00
Albert Cheng
ad790bfa3c [svn-r12289] updated version to 1.8.0-alpha2 2006-04-20 09:13:49 -05:00
Albert Cheng
3e6d4ff9dc [svn-r12287] Purpose:
v1.8.0-alpha1 release.
2006-04-20 08:41:36 -05:00
Elena Pourmal
3026df8a30 [svn-r12278] Purpose: Maintenance after alpha0 release
Description: Ran bin/h5vers script to change version number to 1.8.0-alpha1

Solution:

Platforms tested: heping

Misc. update:
2006-04-18 00:59:51 -05:00
Elena Pourmal
b0da4a2487 [svn-r12276] Purpose: Maintenance/typo fix/1.8.0-alpha0 release
Description: Here is what I did:

             modified MANIFEST according Quincey's instructions to fix
             the problem exposed by bin/release (compilation fails
             because some header files were not included in the distribution)

             fixed small typo and modified include_HEADERS line in
             src/Makefile.am to address the problem exposed by bin/release

             ran bin/h5vers to change version number to 1.8.0-alpha0

             ran bin/release to release tar ball to the ftp server


Solution:

Platforms tested: mir MANY,MANY,MANY times

Misc. update:
2006-04-18 00:41:45 -05:00
Elena Pourmal
39437c5040 [svn-r12275] Purpose: Maintenance
Description: Added that only IEEE floating-point is currently supported.

Solution:

Platforms tested: N/A

Misc. update:
2006-04-17 22:40:14 -05:00
Elena Pourmal
d904630fe6 [svn-r12273] Purpose: Maintenance
Description: Brought HISTORY.txt file from 1.6. branch to 1.7 in
             preparation for the 1.8.0-alpha0 release

Solution:

Platforms tested:

Misc. update:
2006-04-17 20:25:20 -05:00
James Laird
8d5bb57464 [svn-r12269] Purpose:
Updated RELEASE.txt

Description:
Mentioned that Cray X1 has trouble with h5dumpxml.sh when a
lone semicolon appears on the command line.
2006-04-17 15:33:58 -05:00
Albert Cheng
a9669fb2fd [svn-r12267] Purpose:
Fixed a typo.
2006-04-17 04:49:50 -05:00
Albert Cheng
0c4eb72237 [svn-r12266] Purpose:
Removed TFLOP instructions since the machine has retired.
Added Red Storm instructions.
2006-04-17 03:11:51 -05:00
Albert Cheng
61f24e38e7 [svn-r12265] Purpose:
Removed reference and files for Installation of TFLOPS (machine retired)
and special VFD of SRB and GASS, both of which have been retired too.
2006-04-17 02:15:57 -05:00
Elena Pourmal
39aa5383ed [svn-r12263] Purpose: Maintenance
Description: Added installation instructions (draft) for VMS system.

Solution:

Platforms tested: N/A

Misc. update:
2006-04-16 17:37:47 -05:00
Quincey Koziol
838b4449cf [svn-r12257] Purpose:
Shrink skull & crossbones  (how many times do you get to write _that_ in
a CVS log message? :-)

Description:
    Documented the --enable-group-revision configure option and found a smaller
skull & crossbones to put in the release notes for it.
2006-04-15 13:00:30 -05:00
Elena Pourmal
d318d2ec1a [svn-r12255] Purpose: Maintenance
Description: Updated "Tested Platforms" section (based on 1.6.5)
             Added VMS support notice

Solution:

Platforms tested: N/A

Misc. update:
2006-04-15 11:31:58 -05:00
Frank Baker
5612709114 [svn-r12240]
Purpose:
    Added 1.8.0-alpha1 "Supported Configuration Features Summary."
Platforms tested:
    Viewed in vi; not tested.
2006-04-14 16:06:50 -05:00
Fang Guo
954a6dfda4 [svn-r12226] Purpose:
Maintenance on Windows
Description:
Add in information about hdf5_hl_fortran using intel fortran compiler.
Solution:

Platforms tested:

Misc. update:
2006-04-11 15:28:18 -05:00
Fang Guo
a074f99ebe [svn-r12225] Purpose:
Maintenance on Windows
Description:
 hdf5_hl_fortran is a mixed language project. when building
this project , the compiler will ask to choose one language as a main
project.
Missed this information in previous document.
Need to ch
Solution:

Platforms tested:

Misc. update:
2006-04-11 15:22:56 -05:00
MuQun Yang
8b2932bf60 [svn-r12204] Purpose:
Correcting typos and updating

Description:
Several section numbers are messed up inside INSTALL_Windows.txt.
Remove the section of using DEBUG information inside HDF5 since it is difficult to verify whether this part of code is indeed used. Most people use windows' own debugger while debugging.
Solution:

Platforms tested:

Misc. update:
2006-04-06 12:05:16 -05:00
Fang Guo
9e0d6a4add [svn-r12147] Purpose:
Maintenance on Windows
Description:
Add in more bookmarks for website use
Solution:

Platforms tested:

Misc. update:
2006-03-23 14:34:29 -05:00
James Laird
76a70bc111 [svn-r12145] Purpose:
doc update

Description:
Mentioned bin/deploy tool in INSTALL docs.  Also cleaned up some
inconsistent tabs.


Platforms tested:
doc change only
2006-03-23 13:54:19 -05:00
Fang Guo
92e8a4d365 [svn-r12103] Purpose:
Maintenance on Windows
Description:
Update contents on HL C Examples
Solution:

Platforms tested:

Misc. update:
2006-03-16 13:45:01 -05:00