Commit Graph

276 Commits

Author SHA1 Message Date
Binh-Minh Ribler
9439854caf [svn-r8267] Purpose:
Cleaning up warnings

Description:
    Many exception constructors have warnings about reference to temporary
    location because of the parameter initialization, for example,
    "const string& var = 0."

Solution:
    Changed "string&" parameters to pass by value for these constructors.
    Consequently, passing string by value also takes care of char pointers
    so the overloaded constructors for char pointers are then removed.
    Also, instead of setting Exception::detailMessage to null string, I
    set it to DEFAULT_MSG ("No detailed information provided") by default.

Platforms:
    SunOS 5.7 (arabica)
    Linux 2.4 (eirene)
    IA-64 (titan)
2004-03-20 16:18:55 -05:00
HDF Admin
13e05040b9 [svn-r8237] Snapshot version 1.6 release 2 (post2) 2004-03-07 21:19:15 -05:00
HDF Admin
3426192ed8 [svn-r8217] Snapshot version 1.6 release 2 (post1) 2004-02-22 21:15:57 -05:00
Quincey Koziol
10ef4e9a97 [svn-r8213] Purpose:
Bug fix

Description:
    Update threadsafe flags for FreeBSD and allow C++ to be built with
threadsafe enabled.

Platforms tested:
    FreeBSD 4.9 (sleipnir) w/C++ & thread-safe
2004-02-21 12:44:05 -05:00
HDF Admin
7488de6c34 [svn-r8205] Snapshot version 1.6 release 2 (post0) 2004-02-15 20:55:44 -05:00
Elena Pourmal
76d948fe81 [svn-r8195] Purpose: Maintenance after hdf5-1.6.2 release
Description: I updated HISTORY.txt and RELEASE.txt files, and
             ran bin/h5vers to change version number to 1.6.2-post0

Solution:

Platforms tested:

Misc. update:
2004-02-12 14:50:45 -05:00
Elena Pourmal
f9491185b3 [svn-r8193] Purpose: Maintenance for hdf5-1.6.2 release
Description: Changed version to be 1.6.2 and ran bin/release.
             Since several files are changed, I am checking them in before
             tagging the release

Solution:

Platforms tested: eirene

Misc. update:
2004-02-12 14:37:26 -05:00
Elena Pourmal
4bbfb5d3fb [svn-r8147] Purpose: Miantenance
Description: Changed version to 1.6.2-pre2 after creating a tar ball for testing.
             Tar ball is on the FTP site, testing announcement will follow.

Solution: Used bin/h5vers on eirene

Platforms tested: N/A

Misc. update:
2004-02-02 12:17:59 -05:00
Elena Pourmal
056bed9755 [svn-r8146] Purpose: Maintenance for hdf5-1.6.2-pre1 testing
Description: Changed version number to 1.6.2-pre1 before creating
             a tar ball for testing.

Solution: Used bin/h5vers script on eirene

Platforms tested: N/A

Misc. update:
2004-02-02 12:13:24 -05:00
Quincey Koziol
01f079c241 [svn-r8081] Purpose:
Bump version number after creating snapshot for user.
2004-01-19 13:51:21 -05:00
HDF Admin
b96a990f04 [svn-r8078] Snapshot version 1.6 release 1 (post18) 2004-01-18 20:50:04 -05:00
Elena Pourmal
552feb708c [svn-r8069]
Purpose: Maintenance

Description: Compilation of C++ APIs failed when ecc compiler was used.

Solution: Quincey and Raymond found out that one needs
          -D__GNUC__ flag with ecc v7.1 to build on titan. I added
           compilation flags from the config/ia64-linux-gnu file to the
           c++/config/ia64-linux-gnu

Platforms tested: hal (Altix), titan
                  On titan C++ tests passed, but build failed in the
                  tools/misc directory with the misterious message:
                  .depend:28: *** multiple target patterns.  Stop.

Misc. update:
2004-01-15 14:13:00 -05:00
Elena Pourmal
23a3648278 [svn-r8065]
Purpose: Bug fix

Description: I made a type in the production flags.

Solution: Fixed.

Platforms tested: titan

Misc. update:
2004-01-14 19:03:52 -05:00
Elena Pourmal
1ae65c4ef8 [svn-r8064]
Purpose: Maintenance

Description: I added new configuration file ia64-linux-gnu to the
             c++/config directory and made ecc a default C++ compiler
             for ia64-linux-gnu systems

Solution: N/A

Platforms tested: Altix (SGI Linux64 IA64 machine) - all tests passed
                  titan - configuration passed; it is still building

Misc. update:
2004-01-14 15:28:29 -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
2ad18c24ac [svn-r8055] Purpose:
Bump revision number after creating snapshot for user testing.
2004-01-13 13:06:16 -05:00
HDF Admin
41ea50dea1 [svn-r8052] Snapshot version 1.6 release 1 (post15) 2004-01-11 20:48:33 -05:00
Quincey Koziol
7f6fbe6b60 [svn-r8049] Purpose:
Code cleanup & reorganization

Description:
    Move further in the testing framework cleanup, eliminating all the
global variables (moving them into testframe.c as static variables) from the
testing framework code and moving it into the libh5test.a.

Platforms tested:
    FreeBSD 4.9 (sleipnir) w & w/o thread-safety, c++ & parallel
    h5committested
2004-01-09 20:41:34 -05:00
Albert Cheng
45646fcb89 [svn-r8042] Purpose:
Feature

Description:
Added option -showconfig which Shows the HDF5 library configuration summary

Platforms tested:
No h5committest test which does not test these tools.
Tested in eirene by hand.

Misc. update:
2004-01-08 15:07:23 -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
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
0e53db4964 [svn-r8024] Purpose:
Code cleanup

Description:
    Refactor library testing framework (used for the testhdf5 & ttsafe tests)
to remove almost all of the duplicated code, moving the common code into a
new 'testframe.c' source file.

Platforms tested:
    FreeBSD 4.9 (sleipnir) w & w/o thread-safety
    h5committest
2004-01-06 12:53:16 -05:00
HDF Admin
31dc73ffcc [svn-r8016] Snapshot version 1.6 release 1 (post12) 2004-01-04 20:50:00 -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
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
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
HDF Admin
7aee827e45 [svn-r7919] Snapshot version 1.6 release 1 (post4) 2003-12-07 20:49:25 -05:00
HDF Admin
3ac28525ee [svn-r7902] Snapshot version 1.6 release 1 (post3) 2003-11-30 20:49:54 -05:00
HDF Admin
7d68090f03 [svn-r7874] Snapshot version 1.6 release 1 (post2) 2003-11-23 20:49:15 -05:00
Bill Wendling
649ddde342 [svn-r7856]
Purpose:
    Bug fix

Description:
    If using g++ on HP-UX, the flags for aCC would be placed on the
    command line. This was causing g++ to fail the configuration test.

Solution:
    CHanged the test so that it's a case statement. If it's the aCC
    compiler, then use those flags. Otherwise, don't specify flags. This
    case statement can be modified to provide compiler-specific flags in
    a similar way to other config/* files.

Platforms tested:
    Hp-UX (Hp-UX specific change.)

Misc. update:
2003-11-19 10:13:02 -05:00
HDF Admin
74996193eb [svn-r7855] Snapshot version 1.6 release 1 (post1) 2003-11-16 20:47:28 -05:00
Bill Wendling
5967e0542a [svn-r7852] Purpose:
Bug Fix

Description:
    CXXFLAGS and CPPFLAGS wasn't including user-set values.

Solution:
    Changed CXXFLAGS="..." to CXXFLAGS="$CXXFLAGS ..." and CPPFLAGS="..."
    to CPPFLAGS="$CPPFLAGS ..."

Platforms tested:
    Kelgia,
    Modi4
    Arabica
    (the machines affected)

Misc. update:
2003-11-14 15:23:10 -05:00
HDF Admin
48988885d6 [svn-r7808] Snapshot version 1.6 release 1 (post0) 2003-11-03 00:38:11 -05:00
Binh-Minh Ribler
28c2e442dd [svn-r7738] Purpose:
Fix example

Description:
    On Solaris 64 (Sol), the output has garbage for a dataset when
    fill value is not set.

Solution:
    Added setting fill value to the dataset first.

Platforms:
    SunOS 5.7 (arabica)
    Linux 2.4 (eirene)
    SunOS sol 5.8 (sol)
2003-10-25 23:26:55 -05:00
Binh-Minh Ribler
88595aecaa [svn-r7722] Purpose:
Minor bug fix

Description:
    Added missing "const" to the first parameter in two functions:
    DSetCreatPropList::set/getFillValue

Platforms:
    Only effected C++ API
    SunOS 5.7 (arabica)
    Linux 2.4 (eirene)
2003-10-23 23:11:10 -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
Elena Pourmal
d6bf02f008 [svn-r7633] Purpose: Maintenance
Description: Bumped the version number to 1.6.1-pre2 after creating
             a tar ball for the third round of testing


Platforms tested: bin/h5vers -s 1.6.1-pre2 on eirene

Misc. update:
2003-10-14 22:27:09 -05:00
Albert Cheng
f1af7146fa [svn-r7632] Purpose:
Changed version to 1.6.1-pre1 to prepare for release.

Platforms tested:
"h5committested"
2003-10-14 17:56:59 -05:00
Elena Pourmal
03b8c29148 [svn-r7625] Purpose: Maintenance
Description: Bumped up the version number after creating a tar ball
             for the second round of testing

Solution: N/A

Platforms tested: done with bin/h5vers on eirene

Misc. update:
2003-10-14 09:58:01 -05:00
Elena Pourmal
3c4f589329 [svn-r7563] Purpose: Maintenance
Description: Increased version number to 1.6.0-post11 after creating
             a tar ball for testing


Platforms tested: eirene

Misc. update:
2003-10-07 11:00:04 -05:00
Elena Pourmal
152aded51f [svn-r7535]
Purpose: Maintenance

Description: I added dec-osf5.x configuration file. By default
             DEC cxx compiler is used to build HDF5 C++ Library


Platforms tested: True64 (PSC)

Misc. update:
2003-10-03 14:57:16 -05:00
Elena Pourmal
2ab6b28c76 [svn-r7531]
Purpose: Maintenance

Description: Changed version to 1.6.0-post10 after creating a release tar
             ball for a Fortran user.


Misc. update:
2003-10-01 14:53:03 -05:00
HDF Admin
4589e4410a [svn-r7503] Snapshot version 1.6 release 0 (post8) 2003-09-21 20:48:44 -05:00
Quincey Koziol
ed635e1eee [svn-r7486] Purpose:
Bump version # after creating bugfix snapshot

Platforms tested:
    None necessary.
2003-09-17 12:33:50 -05:00
Quincey Koziol
4d86712bdb [svn-r7470] Purpose:
Increment version info after making snapshot for bug #1017 fix.

Platforms tested:
    No testing necessary.
2003-09-11 23:43:09 -05:00
Quincey Koziol
14ed172f87 [svn-r7459] Purpose:
Increment version info after making snapshot for bug #1021 fix.

Platforms tested:
    No testing necessary.
2003-09-10 13:39:36 -05:00