summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8840] Purpose:Pedro Vicente Nunes2004-07-0821-889/+672
| | | | | | | | | | | | | | | | bug fix Description: when printing array indices , the calculation of the current column was not done correctly Solution: Platforms tested: linux AIX solaris Misc. update:
* [svn-r8826] Purpose:Pedro Vicente Nunes2004-07-0720-170/+273
| | | | | | | | | | | | | | | | | | h5dump new tests Description: added more tests for the escape/not escape feature for string data (with vlen, with compound, with char data) Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8813] Purpose:Pedro Vicente Nunes2004-07-062-5/+6
| | | | | | | | | | | | | | bug fix Description: one run from the tests had a wrong dataset name Solution: Platforms tested: linux (small ) Misc. update:
* [svn-r8812] Purpose:Pedro Vicente Nunes2004-07-0623-252/+2687
| | | | | | | | | | | | | | | | | | h5dump new tests Description: added new tests for the -p option, superblock, file contents, fill values, array indices. Solution: Platforms tested: linux AIX solaris Misc. update:
* [svn-r8792] Purpose:Pedro Vicente Nunes2004-07-023-28/+4
| | | | | | | | | | | | | | | | | | | change features Description: for the file contents dump and for hardlinks, one arrow "->" is printed, followed by the first found name for that object options for not printing specific types of objects were postponed Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8790] Purpose:Pedro Vicente Nunes2004-07-028-140/+179
| | | | | | | | | | | | | | | | | | | | | | | | | Description: the original code that showed a name for HARDLINK was reassigning that name to a name made in the dump traversal (made by concatenation by nested objects) Solution: removed this reassigmnet now the name showed after HARDLINK is always the first name found for that object (this object is printed once interely; subsequent printings show the word HARDLINK and the first name ) Platforms tested: linux AIX solaris Misc. update:
* [svn-r8782] Purpose:Quincey Koziol2004-07-012-4/+5
| | | | | | | | | | | Code cleanup Description: Clean up almost all warnings from Windows builds. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Too minor to require h5committest
* [svn-r8781] James Laird2004-07-0113-229/+424
| | | | | | | | | | | | | | | | Purpose: HDF5 now supports SZIP with no encoder. Description: SZIP can be configured to have both encoder and decoder or just to have the decoder. HDF5 can now query the configuration of any filter, and will throw errors if users try to write using a filter with encoding disabled. Solution: Added H5Zget_filter_info function, changed API for H5Pget_filter and H5P_get_filter_by_id. See SZIP RFC. Platforms tested: Copper (fortran, C++, parallel), Sleipnir (C++), Arabica (fortran, C++), Verbena (fortran, C++) Misc. update:
* [svn-r8777] Purpose:Pedro Vicente Nunes2004-06-301-3/+4
| | | | | | | | | | | | | changed the name of one dataset, it was confusing Description: Solution: Platforms tested: linux (small) Misc. update:
* [svn-r8773] Purpose:Pedro Vicente Nunes2004-06-3047-1563/+1767
| | | | | | | | | | | | | | | | | bug fix Description: the indentation was not made properly for nested objects when printing array indices Solution: added the indentation to h5tools_simple_prefix function Platforms tested: linux AIX solaris Misc. update:
* [svn-r8760] Purpose:Quincey Koziol2004-06-292-2/+50
| | | | | | | | | | | | | Code cleanup & small bug fix Description: Regenerate dependency files Add htri_t as separate type from hbool_t for code tracing purposes. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel too minor to require h5committest
* [svn-r8758] Purpose:Pedro Vicente Nunes2004-06-2944-1391/+1430
| | | | | | | | | | | | | | | | | h5dump new feature, bug fix Description: added the dump of unmamed types to the file contents fixed a bug in the type array, it was printing invalid characters with the array indices option on Solution: Platforms tested: linux AIX solaris Misc. update:
* [svn-r8749] Purpose:Pedro Vicente Nunes2004-06-2866-1154/+1362
| | | | | | | | | | | | | | | | | | | | | | | | | | | | dumper new features Description: 1) added options for not printing : datasets, groups, datatypes, links 2) added a section for the user block 3) in the traversal routine, added the printing of an arrow for soft links and t he word HARDLINK for hardlinks the print of the file contents is made during traversal , instead of at the e nd of it (this is helpful for very large files, where the wait time can be very long) 4) changed the description of the fill value properties 5) added a colon after the printing of the array indices Solution: Platforms tested: linux AIX solaris Misc. update:
* [svn-r8735] Purpose:Pedro Vicente Nunes2004-06-241-28/+12
| | | | | | | | | | | | | | | cleaned SGI compiler warnings Description: Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8732] Purpose:Quincey Koziol2004-06-231-1/+1
| | | | | | | | | | | | Code cleanup Description: Reduce compiler warnings on SGI IRIX Platforms tested: FreeBSD 4.10 (sleipnir) SGI IRIX6 (Cheryl's machine) Too minor to require full h5committest
* [svn-r8718] Purpose:Pedro Vicente Nunes2004-06-222-4/+16
| | | | | | | | | | | | | | bug fix Description: the name of a dataset in one test had a typo Solution: Platforms tested: linux (small change ) Misc. update:
* [svn-r8715] Purpose:Pedro Vicente Nunes2004-06-2228-132/+432
| | | | | | | | | | | | | | | | | | | | | | h5dump output change, new tests Description: the storage layout output format the storage layout output format had some changes same for the user defined filter add an option (-y) for not printing the array indices (default is print indices ) the option for escaping non printable characters covers all characters (default is not escape) (this might be not very portable, the test files are tstring.ddl and tstringe.ddl ) add tests for the new options Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8714] *** empty log message ***Raymond Lu2004-06-2114-74/+67
|
* [svn-r8709] Purpose:Robert E. McGrath2004-06-181-15/+47
| | | | | | | | | | | | | | | Bug fix for mozilla 145 Description: h5dump output truncated on SGI Solution: See message for 1.6 branch Platforms tested: verbena Misc. update:
* [svn-r8704] *** empty log message ***Raymond Lu2004-06-174-21/+19
|
* [svn-r8703] Purpose: bug fixRaymond Lu2004-06-171-48/+42
| | | | | | | | | Description: After I added H5S_NULL dataspace to dumper test, the output violate XML schema for attribute data. Solution: changed. Platforms tested: RH8(fuss), minor change, only dumper is involved.
* [svn-r8688] Purpose:Pedro Vicente Nunes2004-06-154-5/+8
| | | | | | | | | | | | | | | | h5dump new feature Description: add processing of tab characters (in the context of the new option process CR/LF) Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8659] Purpose:Pedro Vicente Nunes2004-06-112-7/+2
| | | | | | | | | | | | | | | | | bug fix Description: a prototype for a new function used by h5tools_str.c was accidently left in that file the c++ treats this as an error Solution: removed the prototype, and pointed to the correct one (in h5tools_ref.h ) Platforms tested: Free BSD (c++) linux Misc. update:
* [svn-r8655] Purpose:Quincey Koziol2004-06-111-1/+1
| | | | | | | | | | | Code cleanup Description: Add more files that should be removed to the clean & distclean targets. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
* [svn-r8653] Purpose:Pedro Vicente Nunes2004-06-104-3/+22
| | | | | | | | | | | | | | | | bug fix Description: the file tfilters.h5 was missing the szip dataset, due to a absent szip configuration when it was generated Solution: generated it it again with szip on Platforms tested: linux (smalll change ) Misc. update:
* [svn-r8647] Purpose:Pedro Vicente Nunes2004-06-1013-681/+347
| | | | | | | | | | | | | | h5dump update Description: updated the h5dump test files generator , so that it coincides with the 1.6 branch Solution: Platforms tested: linux (small) Misc. update:
* [svn-r8644] Purpose: h5dump new featuresPedro Vicente Nunes2004-06-1024-43/+1091
| | | | | | | | | | | | | | | | | | | | | | | Description: added the code for print strings with new line and display the path of references (new source files h5tools_ref.c and .h ) added a test suite in testh5dump.sh.in for ( note : to create testh5dump.sh , one must redo ./configure; this detects the availability of filters and generates testh5dump.sh accordingly) 1) storage layout 2) fill value 3) print reference with path 4) print strings with new lines 5) filters Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8635] Purpose:Quincey Koziol2004-06-091-1/+1
| | | | | | | | | | | Bug fix Description: Correct path to new testh5dump.sh, now that it's generated. Platforms tested: FreeBSD 4.10 (sleipnir) w & w/o srcdir Too minor to require h5committest
* [svn-r8627] Purpose:Quincey Koziol2004-06-091-0/+9
| | | | | | | | | | | | Update shell scripts Description: Switch to generating the testh5dump.sh script at configure time, so we can determine which filters are available to test. Platforms tested: FreeBSD 4.9 (sleipnir) too small to require h5committest
* [svn-r8622] Purpose:Pedro Vicente Nunes2004-06-0751-1649/+2973
| | | | | | | | | | | | | | | | | | | | | | | | | h5dump new version Description: added the changes already made for 1.6 support for dumping of 1) filters 2) storage layout 3) fill value 4) comments 5) superblock 6) file contents 7) array indices Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8618] Purpose:Quincey Koziol2004-06-051-13/+19
| | | | Fix makefiles, dependencies & manifest after source file rename.
* [svn-r8614] Purpose:Quincey Koziol2004-06-051-1/+2
| | | | | | | | | | | | | | | Refactor code Description: Move chunk and contiguous cached raw data from file information to dataset information. This simplifies a number of internal interfaces, aligns the code with it's purpose better and should allow more optimizations to the chunked data I/O performance. Platforms tested: Solaris 2.7 (arabica) FreeBSD 4.10 (sleipnir) h5committest
* [svn-r8596] Purpose:MuQun Yang2004-05-281-5/+0
| | | | | | | | | | | | | | | bug fix Description: Currently h5dump test on windows won't separate error form standard output; which shows at function error_message. A #ifdef WIN32 macro at this file make stderr to be the same as stdout on windows. Solution: Separate standard error from standard output. Platforms tested: windows xp VS 6.0(by xuan bai), no needs to test on other platforms Misc. update:
* [svn-r8582] *** empty log message ***Raymond Lu2004-05-268-4/+805
|
* [svn-r8581] Purpose: new testRaymond Lu2004-05-261-1/+1
| | | | | | | Description: Add test of null dataspace for dataset and attribute in h5repack. Platforms tested: RH8(fuss). Simple change, only h5repack is involved.
* [svn-r8579] *** empty log message ***Raymond Lu2004-05-266-98/+164
|
* [svn-r8578] Purpose: new testRaymond Lu2004-05-263-12/+71
| | | | | | | Description: Add null dataspace test for dataset and attribute to h5diff Platforms tested: RH 8(fuss). Simple change, only h5diff is involved.
* [svn-r8563] *** empty log message ***Raymond Lu2004-05-2116-114/+191
|
* [svn-r8562] Purpose: New featureRaymond Lu2004-05-213-67/+124
| | | | | | | Description: Add null dataspace to h5dump and h5ls. Platforms tested: h5committest
* [svn-r8495] Purpose:Quincey Koziol2004-05-088-2018/+2130
| | | | | | | | | | | | | | Bug fixes Description: Updated dependencies Fixed error with C++ compiler builds of main library Added H5Pset_data_transform to MPE info Platforms tested: FreeBSD 4.9 (sleipnir)
* [svn-r8383] Purpose:Quincey Koziol2004-04-1823-211/+147
| | | | | | | | | | | | | Code cleanup Description: Clean up lots of warnings based on those reported from the SGI compilers as well as gcc. Platforms tested: SGI O3900, IRIX64 6.5 (Cheryl's SGI machine) FreeBSD 4.9 (sleipnir) w/ & w/o parallel h5committest
* [svn-r8378] Purpose:Quincey Koziol2004-04-173-0/+0
| | | | | | | | | | | | Code cleanup Description: Regenerated with older version of dataspace information, since these files don't contain null dataspaces. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r8352] Purpose:Pedro Vicente Nunes2004-04-142-7/+22
| | | | | | | | | | | | | | | | bug fix Description: the routine for reading the options from a file had the "old" parse syntax Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8345] Purpose:Albert Cheng2004-04-131-133/+76
| | | | | | | | | | | | | | | | | | | Bug fix. Description: Temporary output files were created in the source directory. If multiple build/tests using the same source directory occur at the same time, they would conflict because of the same file names. Solution: Changed it to create temporary output file in the current build directory. Platforms tested: sol. Misc. update:
* [svn-r8333] Purpose:Pedro Vicente Nunes2004-04-093-1/+133
| | | | | | | | | | | | | | | new test Description: add a test that generates a file with "holes" and then uses h5repack to clean the empty space. it works Solution: Platforms tested: linux Misc. update:
* [svn-r8332] Purpose: Last step of check-in for Null dataspaceRaymond Lu2004-04-083-0/+0
| | | | | | | | | | | | | Description: Mainly are header message changes for dataspace. In last round of check-in, a new header message for dataspace to created, which is not a good way. Now, there will be no new message for dataspace, but just add the type of dataspace in the message while increment its version number. Backward compatibility is addressed. The attribute design is modified accordingly. Took out Null dataspace test from tmisc.c and put it in th5s.c. These files are re-generated since the header message has been changed. Platforms tested: h5committest
* [svn-r8323] Purpose:Pedro Vicente Nunes2004-04-083-120/+212
| | | | | | | | | | | | | | | | bug fix, new tests Description: added a couple of #ifdefs to check if a specific filter is available for read added more tests the h5tools check filters had a mismatched filter variable Solution: Platforms tested: linux, with several filter configurations (all, some , none ) Misc. update:
* [svn-r8320] Purpose:Pedro Vicente Nunes2004-04-087-12/+170
| | | | | | | | | | | | | | | | new tests for h5repack Description: added more tests both to the test program and shell script that test a variation of different filter converssions Solution: Platforms tested: linux Misc. update:
* [svn-r8318] Purpose:Pedro Vicente Nunes2004-04-0710-538/+546
| | | | | | | | | | | | | | | | | | | | new tests for h5repack Description: added tests that do layout type to layout type conversion in a matrix of 9 between compact, contiguous and chunking Solution: Platforms tested: linux afs has problems; I could not telnet to sol and copper, arabica is really slow (meaning waiting 1 minute for a typed character) and the writing of a file gave an error arabica 181% afs: failed to store file (145) afs: failed to store file (145) Misc. update:
* [svn-r8311] Purpose:Pedro Vicente Nunes2004-04-063-5/+4
| | | | | | | | | | | | | cleaned some comments and printfs Description: Solution: Platforms tested: linux Misc. update: