summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3506] Robert E. McGrath2001-02-2310-1276/+1144
| | | | | | | | | | | | | Purpose: Bug fix. Description: Order of elements in groups is wrong. (Need to find out why h5gen accepted this at all.) Note that test output had to be corrected in some cases. Solution: Fixed xml_dump_group to do the right order to match the DTD Platforms tested: Linux, solaris.
* [svn-r3497] Purpose:Bill Wendling2001-02-221-2/+2
| | | | | | | | | | Fix Description: Left some more cruft in there. Solution: Removed. I still need to check on the testing of `talign'... Platforms tested: Linux
* [svn-r3496] Purpose:Bill Wendling2001-02-221-1/+1
| | | | | | | | | | Fix Description: Left in the separate subdirectories fro the small programms. Solution: removed them and replaced with the misc/ subdirectory Platforms tested: Linux
* [svn-r3495] Purpose:Bill Wendling2001-02-222-9/+0
| | | | | | | | | | Fix Description: Left in some old directories for Makefiles to be created in. Solution: Removed them Platforms tested: Linux
* [svn-r3494] Purpose:Bill Wendling2001-02-221-27/+47
| | | | | | | | Updated Description: Reflecting the code movements in the tools directory. Platforms tested: Linux
* [svn-r3493] Purpose:Bill Wendling2001-02-222-27/+124
| | | | | | | | Update Description: Added generation for the Makefiles in the tools subdirectories. Platforms tested: Linux, Kelgia
* [svn-r3492] Purpose:Bill Wendling2001-02-2228-29631/+0
| | | | | | | | Code Movement Description: Moved these files to subdirectories in the tools/ directory. Platforms tested: Linux, Kelgia
* [svn-r3491] Purpose:Bill Wendling2001-02-221-68/+69
| | | | | | | | Code Movement Description: Changed so that it works for compiling files in a subdirectory. Platforms tested: Linux, Kelgia
* [svn-r3490] Purpose:Bill Wendling2001-02-226-0/+3324
| | | | | | | | | Code Movement Description: Moved tools code into own separate directories. This is the library code all of them share. Platforms tested: Linux, Kelgia
* [svn-r3489] Purpose:Bill Wendling2001-02-229-0/+5358
| | | | | | | | Code Movement Description: Moved tools code into their own separate subdirectories Platforms tested: Linux, Kelgia
* [svn-r3488] Purpose:Bill Wendling2001-02-2220-0/+19864
| | | | | | | | Code Movement Description: Moved tools code into their own special subdirectories. Platforms tested: Linux, Kelgia
* [svn-r3487] Purpose:Bill Wendling2001-02-226-0/+1318
| | | | | | | | | | Code Movement Description: Moved the tools into their own separate directories (except for these small tools which are REALLY small, not tested, or documented, really...They just get put into the misc/ directory). Platforms tested: Linux and Kelgia
* [svn-r3486] Robert E. McGrath2001-02-221-1/+0
| | | | | | | Purpose: Removing junk file from tools tests. Description: Accidently checked in a file that is not used.
* [svn-r3485] Robert E. McGrath2001-02-229-18/+15
| | | | | | | | | | | | Purpose: fix bug in XML output Description: OBJ-XID, Parents, etc. were messed up in several cases. Solution: Fixed. Updated tests to have correct results in them Note: tvldtype.h5.xml is a junk file, Platforms tested: Solaris 2.7
* [svn-r3484] Robert E. McGrath2001-02-221-6/+21
| | | | | | | | | | | Purpose: fix bug in XML output Description: OBJ-XID, Parents, etc. were messed up in several cases. Solution: Fixed. Updated tests to have correct results in them Platforms tested: Solaris 2.7
* [svn-r3481] Purpose:Quincey Koziol2001-02-211-333/+21
| | | | | | | | | Documenting bug fixes Description: Updated this file to start new bug fixes and features for the 1.5.x branch. Documented two bug fixes.
* [svn-r3480] Purpose:Quincey Koziol2001-02-211-0/+278
| | | | | | | | | Bug Fixes Description: Wrote test to exercise hyperslab I/O on chunked datasets where the hyperslabs aren't aligned on exact dimension boundaries. Platforms tested: FreeBSD 4.2. (hawkwind)
* [svn-r3479] Purpose:Quincey Koziol2001-02-213-103/+929
| | | | | | | | | | | | | | | | | | | | | | | | Bug Fixes Description: Fixed a bug in H5Shyper.c where 'contiguous' hyperslabs (i.e. ones which took up an entire dataset) were not being detected correctly and would instead be read a part at a time instead of all at once. Also fixed a bug in the handling of hyperslabs for chunked datasets where hyperslabs from chunks which weren't aligned on exact dimension bounaries were not reading/writing data correctly. Solution: H5Shyper.c was a single line change from a 'block' size to a 'count' size. H5Fseq.c changes we much more significant and involved detecting when non-chunk aligned sequences of data were being written and constructing hyperslab blocks to pass down to the chunking I/O routine (which only understand hyperslab I/O requests, not element sequence requests). This was complicated by the need to align the hyperslabs requested on dimension boundaries... Platforms tested: FreeBSD 4.2. (hawkwind)
* [svn-r3475] Purpose:Albert Cheng2001-02-201-2/+2
| | | | | | | | | | | Bug fix Description: h4toh5test was being installed because it was put in the PUB_PROGS which is specifically for public programs to be installed. Solution: Moved it away from the PUB_PROGS list to the PROGS list. Platforms tested: eirene.
* [svn-r3473] Purpose:Albert Cheng2001-02-201-4/+11
| | | | Updated.
* [svn-r3465] Description:Albert Cheng2001-02-201-5/+5
| | | | | | Added kelgia, an HPUX 11, to the HP hosts list for daily test. Platforms tested: Eye-balled.
* [svn-r3455] MuQun Yang2001-02-191-3/+3
| | | | | | | | Purpose: Fix a comment about h4toh5 datatype conversion when hdf4 datatype is DFNT_CHAR8. Description: Solution: Platforms tested:
* [svn-r3454] Purpose:Bill Wendling2001-02-191-8/+18
| | | | | | | | | Fixed doc Description: Added a pointer to the paper about the Thread Safety stuff which Robb wrote. Platforms tested: ENIAC
* [svn-r3453] MuQun Yang2001-02-191-1/+1
| | | | | | | | | | | Purpose: Fixing Makefile.in for compiling h4toh5test.c at the right option Without including hdf4 lib, h4toh5test will not be generated. Description: Solution: Platforms tested: arabica
* [svn-r3452] Purpose:Bill Wendling2001-02-192-8/+35
| | | | | | | | | | | Fix Description: The "make *clean" options weren't recursing through the subdirectories (if they exist). Solution: Force it to recurse through the subdirectories listed in SUBDIRS Platforms tested: Linux
* [svn-r3451] Purpose:Bill Wendling2001-02-191-1/+1
| | | | | | | | | Feature Add Description: Added support for the h4toh5test program which needs to be conditionally compiled in only if HDF4 is specified. Platforms tested: Linux
* [svn-r3450] Purpose:Bill Wendling2001-02-192-384/+387
| | | | | | | | | Update Description: Added support for the h4toh5test program. It needs to be conditionally compiled if HDF4 is included. Platforms tested: Linux
* [svn-r3448] Purpose:Bill Wendling2001-02-191-81/+0
| | | | | | | | update Description: Modified to reflect removal of the h4-h5 test files. Platforms tested: Guessed
* [svn-r3446] MuQun Yang2001-02-1919-0/+0
| | | | | | | | Purpose: remove old h4-h5 test files Description: Solution: Platforms tested:
* [svn-r3445] MuQun Yang2001-02-1921-0/+0
| | | | | | | | Purpose: remove h4-h5 converter test files Description: Solution: Platforms tested:
* [svn-r3444] MuQun Yang2001-02-1919-0/+0
| | | | | | | | Purpose: remove old h4-h5 testfiles Description: Solution: Platforms tested:
* [svn-r3443] MuQun Yang2001-02-1920-0/+0
| | | | | | | | Purpose: remove old h4-h5 converter test files Description: Solution: Platforms tested:
* [svn-r3442] MuQun Yang2001-02-191-0/+0
| | | | | | | | Purpose: remove old h4-h5 converter test files Description: Solution: Platforms tested:
* [svn-r3441] Purpose:Albert Cheng2001-02-181-2/+0
| | | | | | Updated Platforms tested: bin/chkmanifest
* [svn-r3437] Purpose:Bill Wendling2001-02-161-126/+383
| | | | | | | | | | | | | Feature Add Description: This is the first phase of adding subsetting to the dumper. The command-line parsing should be pretty much set right now. NOTE: The revision before this one can be used to back port to the 1.4 branch when the XML stuff is folded into that branch for release. Platforms tested: Linux
* [svn-r3431] Purpose:Albert Cheng2001-02-163-105/+62
| | | | | | | | | | | Update Description: Incorporated all the changes made to powerpc-ibm-aix4.2.1.0 and powerpc-ibm-aix4.3.2.0 into powerpc-ibm-aix4.x. Removed the other two "sub-files" now that powerpc-ibm-aix4.x can cover them too. Platforms tested: IBM SP2 at LLNL BLUE, both parallel and serial.
* [svn-r3426] Description:Albert Cheng2001-02-161-3/+3
| | | | | Some fixes were wiped out by Bob's commit. Recovered the changes.
* [svn-r3423] Purpose:Bill Wendling2001-02-161-0/+3
| | | | | | | | Update Description: Updated with the new testfiles. Platforms tested: Linux
* [svn-r3421] MuQun Yang2001-02-161-0/+36
| | | | | | | | | | | | | | | | Purpose: updating this file to include updated hdf4 test files for converter testing Description: [describe the bug, or describe the new feature, etc] Solution: [details about the changes, algorithm, etc...] [Please as detail as you can since your own explanation is better than others guessing it from the code.] Platforms tested: [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
* [svn-r3420] MuQun Yang2001-02-1617-0/+0
| | | | | | | | | | Purpose: add new expected converted hdf5 files from converter Description: Solution: Platforms tested: eirene, arabica CVOS: ----------------------------------------------------------------------
* [svn-r3419] MuQun Yang2001-02-1616-0/+0
| | | | | | | | | | | | | Purpose: adding new test hdf4files to be tested by h4toh5 converter Description: Solution: more typical test files are used Platforms tested: [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
* [svn-r3418] MuQun Yang2001-02-162-46/+22
| | | | | | | | | | | Purpose: add contents to compile h4toh5test.c Description: solution: handled similar as h5dumptst.c Platforms tested: Linux(eirene), sun 5.7(arabica)
* [svn-r3417] MuQun Yang2001-02-161-0/+3944
| | | | | | | | | | Purpose: source code to generate hdf files for h4toh5 converter Description: Solution: see the comments of the code. this file is handled similar with h5dumptst.c Platforms tested: eirene, arabica
* [svn-r3416] MuQun Yang2001-02-161-5/+11
| | | | | | | | | | Purpose: bug fix Description: update a few constant Solution: Platforms tested: eirene and arabica
* [svn-r3415] MuQun Yang2001-02-163-14/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose: bug fix Description: two bugs: 1. different order of conventions of sds and image in hdf4 is considered at h4toh5image.c file. add palette colormodel attribute and correct names of a few attributes. see detail at: http://hdf.ncsa.uiuc.edu/HDF5/H5Image/ImageDetails.htm 2. convert hdf internal vdata structure(chunking table) into a new hdf5 dataset. Solution: 1. change h5 data space order for image. h5dims[0] = edge[1]-edge[0]; h5dims[1] = start[1]-start[0]; 2. at h4toh5main.c, check the vdata class name and if the first few characters match with HDF_CHK_TBL; ignore converting this vdata. 3. add a few attributes at h4toh5pal.c platforms: linux and sun 5.7(arabica) such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
* [svn-r3414] Purpose:Bill Wendling2001-02-151-44/+48
| | | | | | | | | | | | | | Update Description: Updated the code so that error messages are sent to stdout instead of to /dev/null. Albert says that it was supposed to be doing this anyway, so... Also did some formatting changes. Solution: Changed the "2>/dev/null" to "2>&1" Platforms tested: Linux
* [svn-r3413] Purpose:Bill Wendling2001-02-155-12/+12
| | | | | | | | | Update Description: Updated the result files to be consistent with the new error messaging schema that h5dump uses. Platforms tested: Linux
* [svn-r3412] Purpose:Bill Wendling2001-02-152-275/+325
| | | | | | | | | | | | | | | | | | | | | | | Code cleanup Description: Cleaned the code up a bit getting rid of some warnings about "const" being lost from passing a const char * to a function, etc. Also force the error messages to stderr instead of simply printing them to stdout. The same behaviour can be achieved by running h5dump like: h5dump ... 2>&1 however, the error reporting before this change wasn't consistent in its use. I also made some of the error messages clearer (giving names of the failed types and, when there's an "internal error", reporting the line number the error occurred on so that we can debug). Solution: Converted to "fflush(stdout); fprintf(stderr,...);" for all error reportings. Platforms tested: Linux
* [svn-r3408] Purpose:Robert E. McGrath2001-02-1459-1499/+10571
| | | | | | | | Adding new feature. Description: XML output option to h5dump Platforms tested: SPARC Solaris 2.7, Irix6.5 (32bit), Linux, Win98
* [svn-r3406] Purpose:Bill Wendling2001-02-132-2/+2
| | | | | | | | | | | | | | Fixlet Description: FIxed the hack for the INSTALL macro. It was checking the "whole" path to the install-sh script instead of if it was just a relative path with install-sh at the end. Solution: Changed the test to match any relative path with install-sh at the end. This assumes that the install-sh is the one we supply to them (an assumption it was making before, really). Platforms tested: Gondolin, Linux