summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8316] Purpose:Quincey Koziol2004-04-074-79/+128
| | | | | | | | | | | Code optimization Description: Query the dataset creation and transfer properties less often. Platforms tested: Solaris 2.7 (arabica) h5committested
* [svn-r8315] *** empty log message ***Raymond Lu2004-04-061-2/+84
|
* [svn-r8314] Purpose: Progressive check-inRaymond Lu2004-04-0610-43/+574
| | | | | | | | | | Description: NULL dataspace. This step is mainly for dataspace header message and a test. Solution: The test mainly checks NULL dataspace features. Backward compatibility is tested in the fill value test. Platforms tested: h5committest
* [svn-r8312] Purpose:Quincey Koziol2004-04-062-24/+4
| | | | | | | | | | | | Code optimization Description: Eliminate unnecessary allocation and point at existing data structure instead. Platforms tested: Solaris 2.7 (arabica) too minor to require h5committest
* [svn-r8311] Purpose:Pedro Vicente Nunes2004-04-063-5/+4
| | | | | | | | | | | | | cleaned some comments and printfs Description: Solution: Platforms tested: linux Misc. update:
* [svn-r8309] Purpose:Quincey Koziol2004-04-061-12/+2
| | | | | | | | | | | | Code optimization Description: Fix H5S_select_hyperslab to use arrays on the stack instead of dynamically allocating them each time. Platforms tested: Solaris 2.7 (arabica) too small to require h5committest
* [svn-r8307] Purpose:Quincey Koziol2004-04-061-2/+4
| | | | | | | | | | | | Code optimization Description: Fix H5S_select_copy so it doesn't call calloc() for allocating memory that will be immediately overwritten. Platforms tested: Solaris 2.7 (arabica) too small to require h5committest
* [svn-r8305] Purpose:Quincey Koziol2004-04-061-11/+8
| | | | | | | | | | | | Code optimization Description: Minor tweaks on the optimized offset/length sequence generator to improve performance by reducing the number of 64-bit multiplies and calls to memcpy(). Platforms tested: Solaris 2.7 (arabica) too minor to require h5committest
* [svn-r8303] Purpose:Quincey Koziol2004-04-065-79/+55
| | | | | | | | | | | | Code optimization Description: Compute the size of a chunk once, when the layout information is set, instead of each time I/O is performed on the chunk. Platforms tested: h5committest Solaris 2.7 (arabica)
* [svn-r8301] Purpose:Quincey Koziol2004-04-0610-316/+455
| | | | | | | | | | | | | Code optimization Description: Move handling for free list arrays that have no maximum size to separate set of routines and optimize computations for free list arrays with maximum size to avoid re-computing sizes all the time. Platforms tested: h5committest Solaris 2.7 (arabica)
* [svn-r8298] Purpose:Albert Cheng2004-04-032-12/+59
| | | | | | | | | | Code cleanup Description: Added SetTest() to handle test controls. Platforms tested: h5committested.
* [svn-r8297] Purpose:Pedro Vicente Nunes2004-04-027-50/+43
| | | | | | | | | | | | | | | | | | | | | | bug fix Description: the synntax of the input of h5repack conatined double quotes and spaces, which were causing problems on the parsing in AIX paralell Solution: replaced the spaces by = that is, instead of -f "GZIP 6" we have now -f GZIP=6 Platforms tested: linux solaris AIX paralell Misc. update:
* [svn-r8296] Purpose:Albert Cheng2004-04-021-0/+2
| | | | updated with h5repack.sh fix.
* [svn-r8295] Purpose:Albert Cheng2004-04-021-5/+9
| | | | | | | | | | | | Bug fix. Description: nerror was not updated when errors were detected. Added the nerror update and print a message at the end if all is well. Platforms tested: Tested in copper, both parallel and serial.
* [svn-r8294] Purpose:Albert Cheng2004-04-015-37/+195
| | | | | | | | | | | | | feature Description: Change testphdf5 to use the common test program syntax. Needed to change the protocols of all test programs to fit the requirement of the common test syntax. Platforms tested: "h5committested". Also tested in sol with PP mode.
* [svn-r8292] Purpose:Albert Cheng2004-04-012-0/+13
| | | | | | | | | | | Feature. Description: Added GetTestParameters() to provide Test Parameters to individual test programs. Platforms tested: "h5committested"
* [svn-r8289] Purpose:Albert Cheng2004-03-305-35/+44
| | | | | | | | | | | | | | Feature Description: Added to AddTest() a generic parameters pointer argument to allow some extra parameters for some tests. E.g., test file names can be customized during runtime and passed into the test routines. Platforms tested: "h5committested". Also run compat test in eirene.
* [svn-r8287] Purpose:Quincey Koziol2004-03-3018-24/+36
| | | | | | | | | | | | | | Bug fix/code cleanup Description: Copy Robb's feature in SSlib that checks that the name of the function used in the FUNC_ENTER macro is actually the name of function. Fixed a bunch of typos & copy-n-pasto's for functions with incorrect names. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel too minor to require h5committest
* [svn-r8286] Purpose:Pedro Vicente Nunes2004-03-294-11/+82
| | | | | | | | | | | | | | | | | | | bug fix continuation Description: the atof return value on a hexadecimal input is different on some systems; before checking for the atof return value do a character check for the first 2 characters of the string input Solution: Platforms tested: linux solaris Misc. update:
* [svn-r8285] Purpose:Pedro Vicente Nunes2004-03-261-0/+1
| | | | | | | | | | | | new file in /test/gen_filters.c Description: Solution: Platforms tested: Misc. update:
* [svn-r8284] Purpose:Pedro Vicente Nunes2004-03-261-0/+104
| | | | | | | | | | | | | | add a "generator" program for the test files that are used in the "test_filter_endianess" of the dsets test Description: Solution: Platforms tested: windows Misc. update:
* [svn-r8283] Purpose:Pedro Vicente Nunes2004-03-261-2/+2
| | | | | | | | | | | | | | | | | | | | bug fix (sort of) Description: apparently linux and other systems (solaris) return a different value from atof if the argument is in hexadecimal . this return value was used to test if the argument to -p and -d was a valid floating point number for now , commented the calls in the script with -p <hexa> until we find a portable solution Solution: Platforms tested: linux solaris windows Misc. update:
* [svn-r8282] Purpose:Pedro Vicente Nunes2004-03-256-99/+27
| | | | | | | | | | | | | | | bug fix Description: the -p option was not parsing correctly if the input was in the exponential format Solution: add a new parse test for floating point numbers Platforms tested: linux Misc. update:
* [svn-r8281] Purpose:Pedro Vicente Nunes2004-03-253-8/+5
| | | | | | | | | | | | | | | code clean, change test script Description: removed soem debugging messages changed the chunking command line call to a non square dimensionality Solution: Platforms tested: linux Misc. update:
* [svn-r8279] Purpose:Quincey Koziol2004-03-251-3/+5
| | | | Clarify note about the --with-pthread flag.
* [svn-r8277] Purpose:Quincey Koziol2004-03-251-3/+3
| | | | | Update flags necessary for compiling the library with thread-safety turned on.
* [svn-r8276] *** empty log message ***Raymond Lu2004-03-249-15/+78
|
* [svn-r8275] Purpose: New featureRaymond Lu2004-03-241-2/+5
| | | | | | | | | | | Description: a new dataspace, null dataspace. Solution: it's a dataspace without any element. This is a staged check-in. After daily test succeeds, will add a test. Platforms tested: h5committest Misc. update: RELEASE.txt
* [svn-r8274] Purpose:Albert Cheng2004-03-233-17/+17
| | | | | | | | | | | | | | | | Code cleanup. Description: The routines residing in testframe.c was defined in testhdf5.h due to historical reason. It really belongs to h5test.h because those routines reside in libh55test.a. Solution: Moved them to the right place. Also removed the duplicated occurance of testframe.c in the TEST_SRC. Platforms tested: Tested in o2 (SGI) parallel.
* [svn-r8272] Purpose:Albert Cheng2004-03-231-2/+1
| | | | | | | | | | | | | | | | bug fix. Description: H5FD_mpio_init was calling the public API version of H5Iget_type() which would clear the error stack, thus cleared away error messages prematurely. Solution: Changed it to call the private version of H5I_get_type() which does not clear the error stack. Platforms tested: o2 (SGI) parallel.
* [svn-r8270] Purpose: code cleanupRaymond Lu2004-03-222-34/+0
| | | | | | | Description: took out function of older algorithm(H5T_bit_neg2). Platforms tested: fuss
* [svn-r8269] Purpose:Binh-Minh Ribler2004-03-227-70/+34
| | | | | | | | | | | | | | | | | | | | | 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)
* [svn-r8266] Purpose: Internal function changeRaymond Lu2004-03-193-5/+68
| | | | | | | | | Description: The algorithm of H5T_bit_neg wasn't general enough. Solution: Changed it to handle arbitory starting position and size in a bit sequence. Platforms tested: h5committest.
* [svn-r8265] Purpose: Code cleanupRaymond Lu2004-03-183-107/+11
| | | | | | | | Description: Some printing commands left there for debugging. Solution: Took them out. Platforms tested: fuss(RH8). Simple change
* [svn-r8264] Purpose: Internal algorithm changeRaymond Lu2004-03-172-5/+89
| | | | | | | | | Description: The H5T_bit_dec algorithm wasn't general enough. Solution: Changed it to handle bit sequence starting at any position and of any length. Platforms tested: h5committest
* [svn-r8263] Snapshot version 1.7 release 20HDF Admin2004-03-176-15/+19
|
* [svn-r8262] Purpose: Avoid bug in some systems.Raymond Lu2004-03-161-5/+15
| | | | | | | | | | Description: unsigned long or unsigned long long failed to be converted to float or double during software conversion on some systems. It's believed there are bugs on those systems(modi4, premium, o2, arabica). Solution: temporarily disable these tests. Platforms tested: Simply comment out. No need to do test.
* [svn-r8261] Purpose:Pedro Vicente Nunes2004-03-151-13/+8
| | | | | | | | | | | | | | | | | bug fix Description: the test that reads a pre-saved file with filters must only be run when that filter is available on the current configuration, otherwise the library trigers a read error Solution: added a #ifdef for the filter, that prints -SKIP- in case we do not have the filter Platforms tested: linux Misc. update:
* [svn-r8260] Purpose:Quincey Koziol2004-03-131-4/+0
| | | | | | | | | | | Code cleanup Description: Remove small debugging block Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r8259] *** empty log message ***Raymond Lu2004-03-135-20/+417
|
* [svn-r8258] Purpose: new featureRaymond Lu2004-03-131-0/+2
| | | | | | | | | | | Description: integer-float software conversion. There are some print commands left in the source code. Will clean them up once no problem is found in test. Platforms tested: h5committest. Misc. update: RELEASE.txt
* [svn-r8257] Frank Baker2004-03-121-0/+1
| | | | | | | | | Purpose: Add one tag for HTMLdoc that affects the first page of the next file's output (Tools). Platforms tested: IE 5, HTMLdoc
* [svn-r8255] Purpose:Pedro Vicente Nunes2004-03-121-2/+24
| | | | | | | | | | | | | | | bug fix Description: the added binary files to read did not have the construction of the "srcdir" path Solution: add it Platforms tested: linux Misc. update:
* [svn-r8254] Frank Baker2004-03-111-618/+874
| | | | | | | | | | | | | | | | Purpose: Clean up RM formatting. Modify RM HTML code to facilitate automated generation of PDF version. Minor edits. Description: Reworked format of "Options" and "Parameters" sections. Added HTML tags (and pseudo-HTML tags) used by HTMLdoc to generate PDF files. Other minor copy edits. Platforms tested: IE 5
* [svn-r8252] Purpose:Pedro Vicente Nunes2004-03-112-20/+229
| | | | | | | | | | | | | | | | | | | | | | | bug fix new test Description: the fletcher filter used a temporary 2 byte word buffer to compute the checksum. this is non portable between big-endian/little endian. added a test that reads 2 pre-saved files (one LE, other BE) with that filter enabled Solution: replaced with a buffer of 1 byte type Platforms tested: linux solaris solaris 64 bit AIX windows Misc. update:
* [svn-r8251] Purpose:Pedro Vicente Nunes2004-03-112-11/+9
| | | | | | | | | | | | | | | | | | | | bug fix Description: the fletcher filter used a temporary 2 byte word buffer to compute the checksum. this is non portable between big-endian/little endian. Solution: replaced with a buffer of 1 byte type Platforms tested: linux solaris solaris 64 bit AIX windows Misc. update:
* [svn-r8247] Purpose:Pedro Vicente Nunes2004-03-101-0/+2
| | | | | | | | | | | | added the 2 binary files to list Description: Solution: Platforms tested: Misc. update:
* [svn-r8246] Purpose:Pedro Vicente Nunes2004-03-102-0/+0
| | | | | | | | | | | | added 2 binary files to be used in a new test (dsets test) Description: Solution: Platforms tested: Misc. update:
* [svn-r8245] Frank Baker2004-03-101-2/+2
| | | | | | | | | | | | | | | | | | Purpose: Bugfix: Bugzilla #66 Solution: H5Pset_szip -- Corrected the plist parameter description. Since this property can be set only in the dataset creation property list, changed the parameter description from Dataset creation or dataset transfer property list identifier. to Dataset creation property list identifier. Fixes Bugzilla bug #66. Platforms tested: IE 5
* [svn-r8242] Frank Baker2004-03-101-8/+8
| | | | | | | | | | | | | Purpose: Bugfix -- Bugzilla #67 Solution: Removed the numeric notations from the datatype listing in h5iget_type_f. Fixes Bugzilla #67. Platforms tested: IE 5