summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r9545] Purpose:Albert Cheng2004-11-182-1/+37
| | | | | | | | | | | | | | | | | | | Bug fix (#264) Description: h5dump did not print attribute data in ASCII format when -r is used. Solution: Added the ability to print in ASCII for Attributes Data also. Added a test for printing Attributes with -r option. tall-2B.ddl is the standard output for printing attributes with -r option. Platforms tested: tested in heping. Misc. update: Update MANIFEST.
* [svn-r9380] Purpose: bug fixRaymond Lu2004-10-071-1/+1
| | | | | | | | | Description: In last checkin, for a function call lookup_ref_path(refbuf) on line 5039 was accidentally changed to lookup_ref_path(*refbuf). Solution: changed it back. Platforms tested: no test needed for such a simple change.
* [svn-r9372] Purpose:Quincey Koziol2004-10-061-411/+412
| | | | | | | | | | | | | | | Refactor code Description: Refactor common code for determining the native type for using in the tools into separate routine. Also, reduce diffs between the two branches and bring back some fixes from the development branch to the release branch. Platforms tested: FreeBSD 4.10 (sleipnir) too minor to require h5committest
* [svn-r9365] Raymond Lu2004-10-051-3/+24
| | | | | | | | | | | Purpose: change feature Description: Back up supporting bitfield and time datatypes in H5Tget_native_type. Leave it for future support. Simply returns "not supported" error message for now. Platforms tested: h5committest Misc. update: RELEASE.txt
* [svn-r9228] Purpose:Albert Cheng2004-09-081-80/+9
| | | | | | | | | | | | | | | | | | | | | | Bug fix. Description: The patch for running XML test script had undefined variables that pmake (IRIX64 native make) would not tolerated. It is bad to duplicate codes too. Solution: Replaced all the duplicated code with recursive call of make with a redefined TEST_SCRIPTS. This has the problem of not calling the XML tests by default but the XML tests failed in some platforms including the IRIX64. This solution has the same effect as before but cleaner. Long term fix should be done in h5dump or the XML test scripts. Platforms tested: H5committested. Also in modi4 using pmake. Misc. update:
* [svn-r8985] Purpose:Quincey Koziol2004-08-021-6/+6
| | | | | | | | | | | | | | | | | | | | | Bug fixes & code cleanups Description: Backport MPI-I/O changes from the development branch to the release branch in preparation for bringing Kent's collective chunk I/O changes back. Removed last vestiges of FPHDF5 from this branch, as it was never working here. Various code cleanups & syncrontizations to better align with development branch code and reduce diffs. Regenerate dependencies. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel IRIX64 6.5 (modi4) h5committested
* [svn-r8851] Purpose:Pedro Vicente Nunes2004-07-092-20/+83
| | | | | | | | | | | | | h5dump new tests Description: added new tests for the print of array indices (nested objects, several ranks) Solution: Platforms tested: Misc. update:
* [svn-r8825] Purpose:Pedro Vicente Nunes2004-07-073-132/+122
| | | | | | | | | | | | | | 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: Misc. update:
* [svn-r8814] Purpose:Pedro Vicente Nunes2004-07-061-1/+1
| | | | | | | | | | | | | corrected a wrong dataset name in the test script Description: Solution: Platforms tested: linux (small) Misc. update:
* [svn-r8810] Purpose:Pedro Vicente Nunes2004-07-063-95/+153
| | | | | | | | | | | | | | | | 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-r8793] Purpose:Pedro Vicente Nunes2004-07-021-30/+7
| | | | | | | | | | | | | | | | | 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 AIX solaris Misc. update:
* [svn-r8788] Purpose:Pedro Vicente Nunes2004-07-022-99/+122
| | | | | | | | | | | | | | | | | | | | | | bug fix 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 solaris AIX Misc. update:
* [svn-r8783] Purpose:Quincey Koziol2004-07-011-2/+2
| | | | | | | | | | | 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-r8780] Purpose:Pedro Vicente Nunes2004-07-011-217/+222
| | | | | | | | | | | | | | | | | | bug fix Description: an if statment was wrongly placed before a swith-case statment, causing the fall to the next case this error was only detected by the C99 compiler (gcc 3.44) Solution: put if after the case Platforms tested: sleipnir with gcc 3.4 linux Misc. update:
* [svn-r8776] Purpose:Pedro Vicente Nunes2004-06-301-3/+3
| | | | | | | | | | | | | changed the name of the dataset for the link file contents example, it was confusing Description: Solution: Platforms tested: linux (small change) Misc. update:
* [svn-r8774] Purpose:Pedro Vicente Nunes2004-06-301-14/+12
| | | | | | | | | | | | | | | | | bug fix Description: the indentation was not made properly for nested objects when printing array indices Solution: added the indentation to h5tools_simpple_prefix Platforms tested: linux AIX solaris Misc. update:
* [svn-r8761] Purpose:Quincey Koziol2004-06-291-0/+1
| | | | | | | | | | | | | 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-r8759] Purpose:Pedro Vicente Nunes2004-06-292-7/+40
| | | | | | | | | | | | | | | | | h5dump new feature Description: added the dump of unamed datatypes for the file contents added a colon as separator for the indices array option Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8753] Nat Furrer2004-06-281-2/+2
| | | | | | | | | | | | | | | | | | | Purpose: Handled SZIP without the encoder present. Description: It is now an error for a user to try to create, extend, or write to a dataset without the encoder present in their SZIP library. Added H5Zget_filter_info to provide users with a way to query HDF5 about the presence (or lack thereof) of the SZIP encoder. Platforms tested: Windows Verbena Arabica Copper Misc. update:
* [svn-r8747] Purpose:Pedro Vicente Nunes2004-06-282-81/+227
| | | | | | | | | | | | | | | | | | | | | dumper new feautures 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 the word HARDLINK for hardlinks the print of the file contents is made during traversal , instead of at the end 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: Misc. update:
* [svn-r8734] Purpose:Pedro Vicente Nunes2004-06-242-20/+10
| | | | | | | | | | | | | | | cleaned compiler warnings Description: Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8733] 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-r8717] Purpose:Pedro Vicente Nunes2004-06-223-65/+153
| | | | | | | | | | | | | | | | | | | | | h5dump new features Description: 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) add tests for the new options Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8689] Purpose:Pedro Vicente Nunes2004-06-151-1/+1
| | | | | | | | | | | | | | | | h5dump new feature Description: add processing of tab characters (in the context of the new CR/LF option ) Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8658] 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-r8650] Purpose:Pedro Vicente Nunes2004-06-101-288/+288
| | | | | | | | | | | | | | | h5dump update Description: updated the h5dump test file generator so that it coincides with the 1.7 branch Solution: Platforms tested: linux (small change) Misc. update:
* [svn-r8643] Purpose:Pedro Vicente Nunes2004-06-103-430/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | h5dump new features 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-r8634] 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-r8629] Purpose:Quincey Koziol2004-06-091-210/+0
| | | | | | | | | | | | 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-r8628] This commit was manufactured by cvs2svn to create branch 'hdf5_1_6'.cvs2svn2004-06-091-0/+219
|
* [svn-r8619] Purpose:Quincey Koziol2004-06-051-1/+2
| | | | Fix makefiles, dependencies & manifest after source file rename.
* [svn-r8585] Purpose:Pedro Vicente Nunes2004-05-261-3/+7
| | | | | | | | | | | | | | | | bug fix Description: the output of fill values was lacking indentation Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8583] Purpose:Pedro Vicente Nunes2004-05-261-0/+5
| | | | | | | | | | | | | | | added 2 new tests (boot block and file contents) Description: Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8580] Purpose:Pedro Vicente Nunes2004-05-261-1/+4
| | | | | | | | | | | | | | | | bug fix Description: the output of array indices for the array datatype case was not done correctly Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8577] Purpose:Pedro Vicente Nunes2004-05-261-1/+1
| | | | | | | | | | | | | | bug fix Description: a variable declaration was left outside a #ifdef for version 1.4 Solution: Platforms tested: linux Misc. update:
* [svn-r8574] Purpose:Pedro Vicente Nunes2004-05-254-153/+752
| | | | | | | | | | | | | | | | | | | | | | | | | | h5dump new features Description: added the code for new features. dump of 1) filters 2) storage layout 3) fill value 4) comments 5) file super block 6) file contents 7) array indices Solution: Platforms tested: linux AIX solaris Misc. update:
* [svn-r8540] Purpose:Pedro Vicente Nunes2004-05-181-13/+613
| | | | | | | | | | | | | | | | new features Description: added the generation of a new file for the new h5dump tests Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8384] Purpose:Quincey Koziol2004-04-181-35/+32
| | | | | | | | | | | | | 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-r8071] Purpose: bug fixRaymond Lu2004-01-151-7/+7
| | | | | | | | Description: h5dump and h5ls cannot handle special characters when data is enum type. Platforms tested: h5committest
* [svn-r7844] Purpose:Quincey Koziol2003-11-134-4/+75
| | | | | | | | | | | | | | | | | | | Bug fix Description: Variable length strings and sequences with NULL pointers were not handled by library, causing problems access the data. This also affected fill values for variable-length datatypes. Solution: Address the issues in the library by detecting NULL sequences/strings and avoid trying to convert them. Patched up dumper to display NULL sequences/strings. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7736] Purpose:Robert E. McGrath2003-10-251-1/+1
| | | | | | | | | | | | | | | | | | Fix bug. Description: Wrong parameter in subroutine call. Note: this only affects '--xml', and only affects the value of the fill value that is reported. Solution: put correct parameter in subroutine call Platforms tested: verbena Misc. update:
* [svn-r7624] Purpose:Quincey Koziol2003-10-141-5/+3
| | | | | | | Updated dependencies and tracing information Platforms tested: Not necessary.
* [svn-r7600] Purpose:MuQun Yang2003-10-101-0/+4
| | | | | | | | | | | | | | | | | | | bug fix Description: On windows debug/debugdll; somehow: a crash happened by free() function although that string is "allocated". Make some efforts to fix without success. Suspect a compiler bug. Solution: Use #ifdef WIN32 #endif comment out that free function for the time being. Hopefully h5dump debug version is not used. Platforms tested: windows 2000, linux 2.4(no need for more platforms because of win-specified). Misc. update:
* [svn-r7545] Purpose:Quincey Koziol2003-10-055-679/+689
| | | | | | | | | | | | | | | | | | | | | Bug fixes and code cleanup Description: Changes to h5dump code: - Dump shared datatypes for any class of datatype, not just compound datatypes. - Cleaned up formatting to greatly reduce the amount of trailing whitespace emitted in output. Also removed some spurious blank lines from named datatype output. Added code to generate named datatype attribute test file. Added tests for dumping named datatypes in attributes for both DDL and XML output. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7399] Purpose:Quincey Koziol2003-08-254-2/+202
| | | | | | | | | | | | | | | | | | Code cleanup Description: Remove various "fixtype" routines which duplicate (and actually pre-date) the functionality in H5Tget_native_type in favor of having the tools call H5Tget_native_type(). This provides the same functionality (actually better functionality, since the old "fixtype" routines didn't handle alignment of compound fields correctly) and reduces the amount of code to maintain. Add additional tests to dump out a "complex" compound datatype which exercises more code in the library for aligning compound fields correctly. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7346] Purpose:MuQun Yang2003-08-111-2/+1
| | | | | | | | | | | | | | | | bug fix Description: On windows, rindex is not supported. strrchr is used instead. Solution: Platforms tested: linux 2.4, windows 2000 (since the change is minimal and three other platforms have been used to test for 1.7 branch, so no needs to test more). Misc. update:
* [svn-r7267] Purpose:Robert E. McGrath2003-07-284-380/+1182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Address Bug 888 2. Update h5dump xml to 1.6 Description: This is an omnibus update to the h5dump tool. 1. Bug 888: Added '-A', suppress data in dataset, but give values of attr. 2. Many changes to update the XML output. See: http://hdf.ncsa.uiuc.edu/RFC/XMLSchema/ 3. The XML dumper tests have been split off. The standard 'make check' no longer runs the XML tests. 'make check-xml' runs the XML tests manually. (Some tests may fail on some platforms, e.g., on 64bit.) 'make check-all' runs regular and then xml tests. Solution: Platforms tested: verbena, arabica, copper (64bit) Misc. update: MANIFEST updated.
* [svn-r7123] Purpose:Bill Wendling2003-06-301-1/+0
| | | | | | | | | | | | | | | | | Bug Fix Description: The SUBDIRS macro is now defined as "" in the config/commence.in file. We shouldn't have definitions of this macro before the inclusion of config/commence.in. Solution: Placed all definitions of SUBDIRS after config/commence.in inclusion. Platforms tested: Modi4 (Small fix yet again). Misc. update:
* [svn-r7109] Purpose:Quincey Koziol2003-06-261-0/+6
| | | | | | | | | | | Code cleanup Description: Clean up varios compiler warnings flagged by SGI compiler and gcc 3.3 Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r6991] Purpose:Albert Cheng2003-06-081-1/+1
| | | | | | | | | | | | | Cleanup Description: h5dumpgentest is already included in TEST_PROGS. Removed its old entry in PROGS. Platforms tested: Only in Copper since this is trivial. Misc. update: