Commit Graph

2553 Commits

Author SHA1 Message Date
Quincey Koziol
5c5b65eeec [svn-r3112] Purpose:
Bug Fix
Description:
    Stumbled across a problem when working on the J90 h5dump problem where
    I noticed that some of the output for named compound datatypes wasn't being
    displayed.
Solution:
    Corrected output to display missing information.
Platforms tested:
    FreeBSD 4.2 (hawkwind) & Cray J90 (killeen)
2000-12-11 16:26:26 -05:00
Quincey Koziol
6cfbe1f0c7 [svn-r3111] Purpose:
Additional test
Description:
    Exercise reading background buffer from file when reading only one field
    from a compound datatype which has array fields.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2000-12-11 15:07:04 -05:00
Quincey Koziol
be2d93daff [svn-r3110] Purpose:
Bug Fix
Description:
    Compound datatypes weren't reading background data properly when used
    with array or vlen fields.
Solution:
    Changed to always read background information from file in those situations.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2000-12-11 15:06:02 -05:00
Bill Wendling
a44b5b4725 [svn-r3109] Purpose:
Reformatting
Description:
	Also changed how some of the lists were specified to be recursive
	in the BNF style.
Platforms tested:
	Netscrape
2000-12-11 13:49:53 -05:00
Bill Wendling
898110c9cf [svn-r3108] Purpose:
Reformatted
Platforms tested:
	Netscape
2000-12-11 10:03:14 -05:00
Bill Wendling
054fa7d35e [svn-r3107] Purpose:
Adding Flag
Description:
	Testing to see if the C++ compiler can handle the ``static_cast''
	keyword.
2000-12-11 09:30:33 -05:00
HDF Admin
95fe1ec48e [svn-r3106] Snapshot version 1.3 release 35 2000-12-09 01:25:18 -05:00
Frank Baker
243c60e8b5 [svn-r3105]
Purpose:
	Thoughout doc set (UG, RM, Intro, FormatSpec, and index/TOC pages):
	    Added/updated "Describes HDF5 Release ..." entry.
	    In many cases, verified/updated "Last modified ..." entry.
Platforms tested:
	IE 5
2000-12-08 17:12:36 -05:00
Frank Baker
15df4a2679 [svn-r3104]
Purpose:
	Finalize new API function descriptions
Description:
	Edits to recently-added APIs:
		H5Pset_sieve_buf_size     H5Pset_fapl_log
		H5P[sg]et_fapl_mpio       H5Pset_fapl_multi
		H5P[sg]et_dxpl_multi      H5Pset_fapl_split
		H5P[sg]et_fapl_gass       H5Pset_fapl_dpss
                H5P[sg]et_fapl_srb
	Added H5P[sg]et_fapl_core.
	Addition of new APIs for R1.4 is now complete.
	Moved H5Pset_driver and H5Pget_driver_info to TechNotes.
Platforms tested:
	IE 5
2000-12-08 14:50:33 -05:00
Frank Baker
7bb514d358 [svn-r3103]
Purpose:
    Moved H5Pset_driver and H5Pget_driver_info from RM to TechNotes.
Platforms tested:
    IE 5
2000-12-08 14:46:51 -05:00
Frank Baker
b026b7b063 [svn-r3102]
Purpose:
    Minor copy edit.
Platforms tested:
    IE 5
2000-12-08 14:44:23 -05:00
Bill Wendling
28ee815050 [svn-r3101] Purpose:
Updates and reformatting
Description:
	Reformatting of RELEASE document.

	Updated some of the platforms in the INSTALL doc.
2000-12-08 13:33:20 -05:00
Bill Wendling
dc08de60a6 [svn-r3100] Purpose:
Fix
Description:
	When not building in the same directory, we needed to tell the
	checker wherre to look for files.
Solution:
	Put $(srcdir) before things which needed it.
Platforms tested:
	Linux
2000-12-08 13:28:02 -05:00
Bill Wendling
2c96b3ac31 [svn-r3099] Purpose:
Reformatting
2000-12-08 13:08:23 -05:00
Bill Wendling
c3be87ad62 [svn-r3098] Purpose:
Updated
Description:
	Added the new C++ test files.
Platforms tested:
	Linux
2000-12-08 11:50:22 -05:00
Bill Wendling
4aab9c01df [svn-r3097] Purpose:
Add
Description:
	Adding a small amount of testing to the C++ library until "real"
	testing can be created. (We use the examples).
Platforms tested:
	Linux
2000-12-08 11:15:00 -05:00
Bill Wendling
7548217cb4 [svn-r3096] Purpose:
oops
Description:
	I somehow checked in some test Makefile.in that I was working on.
	Sorry.
2000-12-07 17:32:10 -05:00
Bill Wendling
0d855a875e [svn-r3095] Purpose:
Fix again
Description:
	Needed to change the .C to .cpp in this depend module.
2000-12-07 16:43:02 -05:00
Bill Wendling
82c9848b2d [svn-r3094] Purpose:
Fix
Description:
	Hopefully the last fix in the .C -> .cpp suffix change saga.
	Forgot to tell the commence/conclude files that the suffix has
	changed
2000-12-07 16:41:53 -05:00
Raymond Lu
812bfdae01 [svn-r3093]
Purpose:
    update
Description:
    Added HDF-GASS and HDF-SRB information in this file.
2000-12-07 15:55:32 -05:00
Bill Wendling
297b31c448 [svn-r3092] Purpose:
Update
Description:
	Changed to reflect the new C++ file names.
2000-12-07 15:29:18 -05:00
Bill Wendling
b7daa5d7fd [svn-r3091] Purpose:
Fix
Description:
	Needed to change the extention to the file configure expects to
	be in the source directory when Binh-Minh changed the extensions
	for all the files.
Solution:
	Did just that.
2000-12-07 14:29:29 -05:00
Bill Wendling
f271832d0d [svn-r3090] Purpose:
Fix
Description:
	Windows couldn't handle the .C extension. The filenames had to be
	changed to *.cpp instead.
Solution:
	Changed in the Makefiles to accomodate said change.
Platforms tested:
	Eyeballed.
2000-12-06 22:43:42 -05:00
Binh-Minh Ribler
4e615c2188 [svn-r3089] Renamed create.C to create.cpp 2000-12-06 20:13:17 -05:00
Binh-Minh Ribler
8b32e8d742 [svn-r3088] Renamed writedata.C to writedata.cpp 2000-12-06 20:12:13 -05:00
Binh-Minh Ribler
c2885f09c4 [svn-r3087] Renamed readdata.C to readdata.cpp 2000-12-06 20:11:47 -05:00
Binh-Minh Ribler
e157b311b6 [svn-r3086] Renamed h5group.C to h5group.cpp 2000-12-06 20:11:23 -05:00
Binh-Minh Ribler
9758b5a14c [svn-r3085] Renamed extend_ds.C to extend_ds.cpp 2000-12-06 20:11:00 -05:00
Binh-Minh Ribler
146482863a [svn-r3084] Renamed compound.C to compound.cpp 2000-12-06 20:10:27 -05:00
Binh-Minh Ribler
6bf869bd73 [svn-r3083] Renamed chunks.C to chunks.cpp 2000-12-06 20:09:22 -05:00
Binh-Minh Ribler
b337b85b13 [svn-r3082] Purpose:
Renaming source files for portability
Description:
        Removed *.C files after adding the corresponding *.cpp files.
Platforms tested:
2000-12-06 19:50:09 -05:00
Binh-Minh Ribler
0ed058b1c0 [svn-r3081]
Purpose:
	Renaming source files for portability
Description:
	Removed *.C files after adding the corresponding *.cpp files.
Platforms tested:
2000-12-06 19:46:58 -05:00
Binh-Minh Ribler
f148ff3caf [svn-r3080]
Purpose:
	Support portability
Description:
	I forgot that source file extension .C will not work on Windows.
Solution:
	Changed all source file from *.C to *.cpp for portability.
Platforms tested:
	arabica (sparc-sun-solaris 2.7)
2000-12-06 19:04:08 -05:00
Binh-Minh Ribler
7df8cd5cfe [svn-r3079] Purpose: bug fix - by C API
Description:
	The prototype of two C API functions, H5Tget_offset and
	H5Sget_simple_extent_npoints was changed to fix bug #446,
	resulting in the need for updating the two corresponding
	C++ API functions.

Solution:
	- Changed the return type of AtomType::getOffset from size_t
	  to int, and the error return value from 0 to -1.
	- Changed the return type of DataSpace::getSimpleExtentNpoints
	  from hsize_t to hssize_t, and the error value from 0 to -1.

Platforms tested:
	arabica (sparc-sun-solaris 2.7)
2000-12-05 23:59:37 -05:00
MuQun Yang
71722c1b9b [svn-r3078]
Purpose:
    updating all.dsw(adding h4toh5dll and h5toh4dll version).
    adding a automatic crude test script of h4toh5 converter on windows.
Description:
Solution:
Platforms tested:
    WIn 2000
2000-12-05 12:23:38 -05:00
MuQun Yang
d9ba836b00 [svn-r3077]
Purpose:
     a bug fix for windows
Description:
     ignore checking the permission of file and directory on windows
Solution:
     using ifndef WIN32 endif to ignore checking this feature.
     Will find how windows deal with file checking stuff later.
Platforms tested:
    WIN 2000, and confirmed at eirene(Linux)
2000-12-05 12:21:52 -05:00
Bill Wendling
b2992ce841 [svn-r3076] Purpose:
New Flag
Description:
	Added a test to see if the C++ compiler can handle the bool
	datatype. If not, then it defines the BOOL_NOTDEFINED macro.
2000-12-05 01:39:11 -05:00
Bill Wendling
2876134885 [svn-r3075] Purpose:
Reformatting
2000-12-04 17:22:11 -05:00
Bill Wendling
e552b96ce3 [svn-r3074] Purpose:
Improvement
Description:
	Made the Makefiles better.
Solution:
	Added standard macros concerning where things are place. Like
	libraries and so forth.
Platforms tested:
	Linux
2000-12-04 15:25:14 -05:00
MuQun Yang
ca459c1d43 [svn-r3073]
Purpose:
     Add a crude script for automatic testing h5toh4 converter tool
Description:
     the name of the script is called h5toh4testrun and is under ....../hdf5/tools directory.
Solution:
    Four parameters should be typed in correctly in order to do the auto test.
    1. Debug or Release version you are testing.
    2. The top directory path(including the drive name) where hdf5 tools is located.
       Such as D:/h5_1.4pre2
    3. The full path where hdp is located.
      Such as D:/H414/bin
    4. If no dll version(currently not tested yet); leave this parameter empty or type DLL.
Platforms tested:
    NT 4.0(NT) and 5.0(2000).
2000-12-04 15:02:00 -05:00
MuQun Yang
c279c82a75 [svn-r3072]
Purpose:
    turn off "checking file and directory permission right" on windows platform
Description:
    Adding #ifndef WIN32 #endif block at the corresponding test-file and test-dir functions.
Solution:
   See above.
Platforms tested:
     Win NT 4.0,5.0; and confirm the result the same on eirene and arabica
2000-12-04 14:55:59 -05:00
Bill Wendling
16eb222319 [svn-r3071] Purpose:
Bug Fix
Description:
	The fix we put in to ignore warning 405 was incorrect. The quotes
	were confusing to configure.
Solution:
	Turns out that there doesn't need to be a space between the -M
	flag and the warning number.
Platforms tested:
	T3E
2000-12-04 11:47:11 -05:00
Albert Cheng
8a3dc0fad8 [svn-r3070] Purpose:
Feature
Description:
    H5Eprint used to print "thread 0" even in MPI-application.
    Added code to print MPI-process rank ID (as in MPI_COMM_WORLD) to
    give more information of which process is printing the messages.
Platforms tested:
    IRIX64-64, both serial and parallel.
2000-12-02 17:53:02 -05:00
Albert Cheng
17a906445b [svn-r3069] Updated it. 2000-12-02 15:23:02 -05:00
Elena Pourmal
f99a7ddacc [svn-r3068]
Purpose:
    Code maintenace
Description:
    Comments to the h5tget_order_f and h5tset_order_f subroutines were
    incorrect.
Solution:
    Fixed.
2000-12-02 12:21:43 -05:00
Elena Pourmal
c0c9ae025f [svn-r3067]
Purpose:
    Bug fix.
Description:
    nh5tget_order_c function always returned "FAIL"
Solution:
    Fixed
Platforms tested:
    Not tested ( I know :-)....)
2000-12-02 12:17:02 -05:00
Quincey Koziol
afb64c0bac [svn-r3066] Purpose:
Bug Fix.
Description:
    Attributes whose datatype was an object or dataset region reference weren't
    dumping correctly.
Solution:
    Pass along attribute ID to the code which prints the attributes, so the
    reference types can be dereferenced and printed.
Platforms tested:
    FreeBSD 4.2 (hawkwind) & IRIX64 6.5 (modi4)
2000-12-02 10:13:38 -05:00
Quincey Koziol
74d5c6b757 [svn-r3065] Purpose:
Code cleanup
Description:
    Remove some warnings...
Platforms tested:
    FreeBSD 4.2 (hawkwind) & IRIX64 6.5 (modi4)
2000-12-02 10:11:57 -05:00
Quincey Koziol
0a2a84398d [svn-r3064] Purpose:
Doc Fix
Description:
    Update with missing files.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2000-12-02 10:11:16 -05:00
Albert Cheng
9f8b25422c [svn-r3062] Purpose:
Improvement
Description:
    During configure, it tries to find the size of various basic
    C data types (int, int8, fast_int8, ...) by running a small
    program for each data type.  But Pecific blue uses a batch queue
    system to launch all jobs and the whole process takes couple
    minutes.  With over 20 basic types to test, that takes "forever"
    for the configure to complete.
Solution:
    Let the configure complete, then save all those valid values in
    the config.cache file into the specific config file for Pac. Blue.
    With the values cached, configure does not need to run those little
    problems.
Platform Tested:
    Pacific blue with mpicc.
2000-12-01 18:47:18 -05:00