Commit Graph

7835 Commits

Author SHA1 Message Date
Albert Cheng
ea15f348a1 [svn-r11208] Purpose:
Bug fix and code minor cleanup.

Description:
The attempt to redirect stderr together to the log files were
done in the wrong order such that stderr output goes to where
stdout WAS.  Fixed that.

Code minor cleanup--use shell variables to hold the name of the
log file and the test instead of generating them repeatedly.  This
makes easier code reading, less crowded and avoid typos.

Only conclude.in is changed.  The Makefile.in changes are all
derived from automake.

Platforms tested:
h5committested.
2005-08-08 02:32:27 -05:00
Albert Cheng
a0f06d0961 [svn-r11207] Purpose:
Bug fix and code minor cleanup.

Description:
The attempt to redirect stderr together to the log files were
done in the wrong order such that stderr output goes to where
stdout WAS.  Fixed that.

Code minor cleanup--use shell variables to hold the name of the
log file and the test instead of generating them repeatedly.  This
makes easier code reading, less crowded and avoid typos.

Only conclude.in is changed.  The Makefile.in changes are all
derived from automake.

Platforms tested:
h5committested.

Misc. update:
2005-08-08 02:30:46 -05:00
Binh-Minh Ribler
07592ad7c3 [svn-r11206] Purpose: Additional wrapper/Code improvement
Description:
    Added wrapper for H5Iget_type.
    Added try/catch to many APIs that call private functions so that more
        specific information can be provided at failure.
    Added IdComponent::inMemFunc to help providing specific info.
    Added const to parameters of several functions that missed that.

Platforms tested:
    Linux 2.4 (heping)
    SunOS 5.8 64-bit (sol)
    AIX 5.1 (copper)
    IRIX64 with -n32 (modi4)
    HPUX 11.00 (kelgia)
2005-08-07 22:53:58 -05:00
HDF Admin
e49bb1feea [svn-r11204] Snapshot version 1.7 release 50 2005-08-07 03:45:28 -05:00
Albert Cheng
8e52b3c798 [svn-r11202] Purpose:
bug fix.

Description:
Fortran test, fflush2, depends on a file created by fflush1.
Fixed Makefile to reflect such a dependency.

Platforms tested:
heping.
2005-08-04 15:23:25 -05:00
Albert Cheng
548608ed7f [svn-r11201] Purpose:
bug fix.

Description:
test program used fortran STOP to end the program even when there
was an error.  STOP does not exit with non-zero.  Therefore, make
or other programs could not detect an error has occurred.

Solution:
Wherever it is appropirate, replace STOP with h5_exit_f statments.

Platforms tested:
Tested in heping.
2005-08-04 15:22:11 -05:00
Binh-Minh Ribler
914f990f22 [svn-r11200] Purpose: Code improvement
Description:
    Changed CompType::getMemberClass to use H5Tget_member_class
    instead of going around unneccesarily.

    Changed "int member_num" to "unsigned member_num" of several
    member functions of CompType, per the C library change.

Platforms tested:
    Linux 2.4 (heping)
    Linux 2.4 w/PGI (colonelk)
    AIX 5.1 (copper)
2005-08-04 15:18:02 -05:00
Albert Cheng
6401dec6c2 [svn-r11199] Updated it. 2005-08-04 14:17:56 -05:00
Albert Cheng
1d8557492a [svn-r11198] Purpose:
upgrade.

Description:
Changed all appropriate error stack calls to the new HSYS_ERROR macro
call in order to push system error message to the stack too.

Platforms tested:
heping.

Misc. update:
2005-08-04 14:13:16 -05:00
Albert Cheng
252c75302c [svn-r11197] Purpose:
Updated.
2005-08-04 09:06:21 -05:00
Quincey Koziol
a80d0f1e83 [svn-r11196] Purpose:
Code tweak

Description:
    Add in a couple of minor changes from Elena's version of pushing the
system error information on the error stack.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Too minor to require h5committest
2005-08-04 00:58:34 -05:00
Albert Cheng
e47d1d053e [svn-r11195] Purpose:
Feature.

Description:
Added HSYS_ERROR macro to retrieve and push system error message to
the error stack.
Added the related H5E_SYSERRSTR error code.

This allows system error messages be shown to users too.  Thus
give a better explanation of what the errors are.

Platforms tested:
h5committested.
2005-08-04 00:17:07 -05:00
Albert Cheng
4d65048d2d [svn-r11193] Purpose:
fixed typo for uint_fast16_t verification.

Tested in Red storm.
2005-08-03 15:35:54 -05:00
Albert Cheng
181f251055 [svn-r11192] Purpose:
Port to Red Storm

Description:
Initial version to configure for SNL Red Storm.  To configure for it, do
   ./configure --host=x86_64-redstorm-linux

Platforms tested:
Tested in Red-storm.  Many things are still failing but this will
make the configure part easier.

Misc. update:
2005-08-03 15:27:42 -05:00
James Laird
a672f80072 [svn-r11191] Purpose:
Updating RELEASE.txt

Description:
Forgot to mention check-p and check-s.

Platforms tested:
Still only textual changes.

Misc. update:
2005-08-03 12:28:13 -05:00
James Laird
0f532aa156 [svn-r11190] Purpose:
Updated RELEASE.txt

Description:
Added/updated recent makefiles changes (test logs, make check-clean) in
RELEASE.txt

Platforms tested:
Textual change only

Misc. update:
2005-08-03 12:22:03 -05:00
Fang Guo
62491212a0 [svn-r11189] Purpose:
Maintenance on windows
Description:
Add high level dlls contents in
Solution:

Platforms tested:

Misc. update:
2005-08-03 12:05:42 -05:00
Fang Guo
578f945939 [svn-r11188] Purpose:
Maintenance on windows
Description:
Add hl dll contents in
Solution:

Platforms tested:

Misc. update:
2005-08-03 11:57:13 -05:00
Fang Guo
2be77ed708 [svn-r11187] Purpose:
Maintenance on windows
Description:
Add hl dlls contents
Solution:

Platforms tested:

Misc. update:
2005-08-03 11:50:29 -05:00
Fang Guo
54f3ee3190 [svn-r11186] Purpose:
Maintenance on windows
Description:
Reformat
Solution:

Platforms tested:

Misc. update:
2005-08-03 11:44:35 -05:00
James Laird
e75a185eca [svn-r11185] Purpose:
Makefile feature

Description:
'make check-clean' now cleans *.h5 files created by tests as well as
.log and .chkexe files.

Solution:
check-clean is now a separate target in its own right, which cleans less
than mostlyclean (check-clean < mostlyclean < clean < distclean).

Platforms tested:
mir, heping, modi4 (serial and parallel)
2005-08-02 12:59:03 -05:00
James Laird
7def00050f [svn-r11184]
Purpose:
Bug fix

Description:
Fixed a Makefile bug that would cause make clean to fail on some platforms
when C++ is enabled.

Platforms tested:
sleipnir, mir

Misc. update:
2005-08-02 12:33:49 -05:00
James Laird
9f07929a07 [svn-r11183] Purpose:
Bug fix

Description:
Removed an extraneous @ from the fortran/src makefile.

Platforms tested:
mir (simple fix)
2005-08-02 11:11:35 -05:00
Fang Guo
a4ede54bbd [svn-r11182] Purpose:
Maintenance on windows
Description:
Add high level dll and multithread contents into the document
Solution:

Platforms tested:

Misc. update:
2005-08-02 10:24:57 -05:00
Albert Cheng
1dd12bd1a7 [svn-r11181] Purpose:
removed a debug print statment.

Platforms tested:
heping (pp)
2005-08-01 23:33:19 -05:00
Fang Guo
53f7edfbc4 [svn-r11180] Purpose:
Maintenance on windows
Description:
some typoes
Solution:

Platforms tested:

Misc. update:
2005-08-01 17:30:53 -05:00
James Laird
c63ef2cba2 [svn-r11179] Purpose:
Feature: check-clean target

Description:
'make check-clean' cleans up output files from tests.

Solution:
Tests create foo.chkexe and foo.log files.  Scripts create foo.chksh and
foo.logsh files.  'make check-clean' will clean these files up so that
the tests can be re-run.
Also suppressed some not-very-useful output of Makefiles when it would
echo commands.

Platforms tested:
mir, sleipnir, modi4

Misc. update:
2005-08-01 17:22:55 -05:00
Fang Guo
f224079270 [svn-r11178] Purpose:
Maintenance on windows
Description:
Reformat to have a clear look
Solution:

Platforms tested:

Misc. update:
2005-08-01 12:00:55 -05:00
Quincey Koziol
0c9c34fab6 [svn-r11176] Purpose:
Bug fix

Description:
    Correct problems when querying information about a group that was opened
by dereferencing an object reference.

Solution:
    Read in symbol table information instead of rely on it being cached.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Too minor to require h5committest
2005-07-30 13:53:01 -05:00
Fang Guo
ddb2af421f [svn-r11175] Purpose:
Maintenance on Windows
Description:
Reformat a little bit to make it easy to read and find
Solution:

Platforms tested:

Misc. update:
2005-07-29 11:41:37 -05:00
Fang Guo
d4c11de4d7 [svn-r11174] Purpose:
Maintenance on Windows
Description:
Add hl dll contents
Solution:

Platforms tested:

Misc. update:
2005-07-29 11:29:34 -05:00
Fang Guo
bede0e8366 [svn-r11173] Purpose:
Maintenance on windows
Description:
Add high level dlls contents
Solution:

Platforms tested:

Misc. update:
2005-07-29 11:18:43 -05:00
Fang Guo
111685c3d8 [svn-r11172] Purpose:
Maintenance on windows
Description:
Add contents on high level dlls
Solution:

Platforms tested:

Misc. update:
2005-07-29 10:58:50 -05:00
Fang Guo
e5379ba36f [svn-r11171] Purpose:
Maintenance
Description:
Add high level dll contents and build multithreaded hdf5 on windows section
Solution:

Platforms tested:

Misc. update:
2005-07-28 17:45:03 -05:00
Fang Guo
ce86da60eb [svn-r11170] Purpose:
Maintenance
Description:
when enable cpp option was chosen, after hdf5check finished, it can not go back to hdf5 directory.
Solution:

Platforms tested:

Misc. update:
2005-07-28 10:44:21 -05:00
Fang Guo
34e11ce421 [svn-r11167] Purpose:
Improvement
Description:
Add installation of high level dlls
Solution:

Platforms tested:
Windows XP
Misc. update:
2005-07-27 09:43:34 -05:00
Fang Guo
5c5f6205de [svn-r11165] Purpose:
Source code files for hl c examples on windows changed
Description:

Solution:

Platforms tested:

Misc. update:
2005-07-26 17:52:44 -05:00
Fang Guo
26f7a427f9 [svn-r11164] Purpose:
Maintenance
Description:
Source code files for hl c examples
Solution:

Platforms tested:

Misc. update:
2005-07-26 17:49:57 -05:00
Fang Guo
76184559cb [svn-r11163] Purpose:
Wrong location
Description:
This directory should be placed into hl/hl_c_examples directory
Solution:

Platforms tested:

Misc. update:
2005-07-26 17:48:41 -05:00
Fang Guo
7ab12144a5 [svn-r11162] Purpose:
Add high level c examples
Description:

Solution:

Platforms tested:

Misc. update:
2005-07-26 17:41:18 -05:00
Fang Guo
095e01cc45 [svn-r11161] Purpose:
Improvement
Description:
Add Batch file to install hl c examples executable files into
four directories
Solution:

Platforms tested:

Misc. update:
2005-07-26 17:36:55 -05:00
Fang Guo
da1f73f926 [svn-r11160] Purpose:
Maintenance
Description:
Add copy for  high level c library examples' source code
Solution:

Platforms tested:

Misc. update:
2005-07-26 17:22:15 -05:00
Fang Guo
580fde182a [svn-r11159] Purpose:
Improvement
Description:
Source code for high level c library examples. They are obtained
from http://hdf.ncsa.uiuc.edu/HDF5/hdf5_hl/doc/tutor/examples/
Solution:

Platforms tested:

Misc. update:
2005-07-26 17:20:44 -05:00
Fang Guo
62e6bc99b0 [svn-r11158] Purpose:
Improvement
Description:
Add batch file to test high level c library examples
Solution:

Platforms tested:
Windows XP
Misc. update:
2005-07-26 17:18:15 -05:00
Fang Guo
340bade33a [svn-r11157] Purpose:
Improvement
Description:
Add high level C library examples
Solution:

Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
2005-07-26 17:16:09 -05:00
Fang Guo
8514029c7f [svn-r11156] Purpose:
Improvement
Description:
Add high level c library examples
Solution:

Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
2005-07-26 17:10:49 -05:00
Fang Guo
dfe88e0fd3 [svn-r11155] Purpose:
Maintenance
Description:
Modify help information
Solution:

Platforms tested:

Misc. update:
2005-07-26 09:56:10 -05:00
Fang Guo
b28be580b8 [svn-r11154] Purpose:
Maintenance
Description:
Update solution file
Solution:

Platforms tested:

Misc. update:
2005-07-25 10:55:15 -05:00
Fang Guo
f3b982a073 [svn-r11153] Purpose:
Maintenance
Description:
Change output name of debug version to hdf5_hl_cppd.lib
Solution:

Platforms tested:

Misc. update:
2005-07-25 10:54:17 -05:00
Binh-Minh Ribler
52f78a12d5 [svn-r11152] Purpose: Removed some compiler warnings
Description:
    Removed defined but unused variables.

Platforms tested:
    Linux 2.4 (heping)
    IRIX64 with -n32 (modi4)
    Linux 2.4 w/PGI (colonelk)
2005-07-24 22:40:21 -05:00