summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r2218] forgot the header to the ddl. just tells what hte command to ↵Patrick Lu2000-05-051-0/+3
| | | | generate the file was
* [svn-r2216] the ddl file for the topaque.h5 filePatrick Lu2000-05-041-0/+15
|
* [svn-r2215] the new opaque file. has a 2d array. the first array is from ↵Patrick Lu2000-05-041-0/+0
| | | | | | 0-99 and the is from 99-0.
* [svn-r2214] added support for the opaque type.Patrick Lu2000-05-042-4/+54
| | | | | prints out the data section in hexidecimal format. in the h5dumptst.c i added a function to create an opaque test file.
* [svn-r2211] took the development branch code and moved it into the release. ↵Patrick Lu2000-05-035-7/+74
| | | | | | | had to add some conditional compile statements in the code to compile for the release. defined a VERSION12 and VERSION13 macro. all changes were surrounded by these statements
* [svn-r2189] Fixed some compiler warningsQuincey Koziol2000-04-221-6/+6
|
* [svn-r2180] ./src/tools/h5tools.cRobb Matzke2000-04-213-64/+67
| | | | | | | Added hyphen to version printf format. ./src/tools/h5ls.c Calls print_version() instead of doing it by hand.
* [svn-r2167] i removed unneeded code from the tool lib.Patrick Lu2000-04-202-867/+4
| | | | | | | from h5tools.h just got rid of a prototype for copy_atmoic_char which was never used in the h5tools.c i removed the copy_atomic_char, all the display_*_data, where the * is numeric, string or compound, the print_data, h5dump_attr. also removed a block of codfe that was surrounded by #if 0
* [svn-r2162] Various small fixes to address SGI compiler warnings.Quincey Koziol2000-04-192-1/+8
|
* [svn-r2156] changed a comment that is no longer relevant and moved some code ↵Patrick Lu2000-04-191-33/+18
| | | | | | around in the dump_simple_prefix funtion. all i did was take some code that was common to both the if and then conditions out.
* [svn-r2155] fixed the error in the h5ls output. it is now printing like it ↵Patrick Lu2000-04-192-8/+26
| | | | | | did before the tools lib merge. prints the index numbers. moved the lines that were doing indenting into the conditionals.
* [svn-r2139] Change the global static variable 'status' to 'd_status' in this ↵Raymond Lu2000-04-131-47/+47
| | | | file. Same name appears as an external variable in SRB library, causing conflict.
* [svn-r2089] ** tools/h5ls.cRobb Matzke2000-04-073-145/+150
| | | | | | | | | | | | Prints the subrelease name also. ** tools/h5tools.c Fixed indentation problems in the first half of the file. Changed conditional compilation style from `/*...*/' to use #if 0/#endif in the first half of this file. Removed some extra parentheses to make expressions more readable.
* [svn-r2054] update the files since i hanged the hdf 5 versions of them.Patrick Lu2000-03-232-0/+0
| | | | the h5toh4 tests were not passing.
* [svn-r2052] the new ddls for the new versions of the testfiles just ↵Patrick Lu2000-03-234-144/+143
| | | | | | created(tall.h5, tcompounnd.h5, tnestedcomp.h5) the data is not as simple as before. rows are not repeated and rows are not just 1 number repeated
* [svn-r2051] update the test files so that their data is a little more vaired.Patrick Lu2000-03-233-0/+0
| | | | the elements in the rows are different values and rows are not repeated.
* [svn-r2050] changed the data for the tall.h5, tcompound.h5 and ↵Patrick Lu2000-03-231-9/+11
| | | | | | | tnestedcomp.h5 test files. the data is not as simple as it was before. all elements in a row are different values now and rows are no longer repeated.
* [svn-r2046] added a test for the tnestedcomp.h5 test.Patrick Lu2000-03-211-0/+3
|
* [svn-r2045] fixed a type that had the endian to be little. I created the ↵Patrick Lu2000-03-211-4/+4
| | | | | | file on my NT machine but the testfile on baldirc.
* [svn-r2043] testfile for the nested compound typesPatrick Lu2000-03-211-0/+0
|
* [svn-r2042] ddl for the testfile tnestedcomp.h5Patrick Lu2000-03-211-0/+72
|
* [svn-r2041] added a new test file creation function. test_nsetcomp. creates ↵Patrick Lu2000-03-211-0/+74
| | | | | | a file that has nested compound types in it.
* [svn-r2020] Fine tuned the declaration of dump_header_format to be "const" ↵Albert Cheng2000-03-101-1/+1
| | | | consistent.
* [svn-r2017] added a new data structure for the dump header format for ↵Patrick Lu2000-03-091-0/+51
| | | | customized output
* [svn-r2016] fixed the problem with the -xml option that prevented it from ↵Patrick Lu2000-03-091-0/+1
| | | | | | | working unless it was the last argument in the run time options. just added another && condition.
* [svn-r2015] changed the dataspacedescrition begin and end for the xml structPatrick Lu2000-03-091-2/+2
|
* [svn-r2014] fixed a typoPatrick Lu2000-03-091-1/+1
|
* [svn-r2013] added comments to the large structure definitionPatrick Lu2000-03-091-42/+42
|
* [svn-r2012] updated the ddls to support the changes that were made to the ↵Patrick Lu2000-03-0923-281/+281
| | | | | | | | begin_obj and end_obj macros in the dumper. this was basically adding a space after most of the '}'. there are some places that don't have the space because those '}' were not printed by the end_obj macro
* [svn-r2011] added new structure to h5tools.h that is used to customize the ↵Patrick Lu2000-03-092-123/+249
| | | | | | | | | | | | output for the header information in the dumper. the header is the part before the data block. in h5dump.c there is support for the new -xml option. prints the output in xml using the structure we just defined in h5tools.h. h5dump.h- changed the begin_obj and end_obj macros. take an extra parameter now
* [svn-r2001] Purpose:Albert Cheng2000-03-061-0/+169
| | | | | | | | | | | | | | | | | | | | | Bug fix. Description: Failed on T3E in which int32 is typedef to a short (4 bytes) but the converter just used H5T_NATIVE_INT for conversion of a STD_INT32. Int in a T3E is actually 64bit big. Solution: Recoded the h5type to h4type matching algorithm by making sure the size of the H4 type used is equal to the size of the H5 native type. Remark: current implementation is not efficient--it does all the sizes checking repeatedly. Should have done the type mapping once at the beginning as initialization. Old code are still retain via the macro NEWWAY. Need to verify the correctness of the converter in more platforms before finalized on the code. Platforms tested: Baldric (Solaris 2.6), arabica (Solaris 2.7) T3E
* [svn-r1992] added a few definitions for formats in the dump structurePatrick Lu2000-02-281-1/+5
| | | | fixed the bug that was crashing for the development version of the dumper
* [svn-r1989] removed the variable for the attribute that I didn't need.Patrick Lu2000-02-241-1/+1
|
* [svn-r1988] fixed the crashing bug on sangamon with the shared libs. I had ↵Patrick Lu2000-02-241-1/+0
| | | | | | a line thet closed the attribute that wasn't ever opened. deleted the line and it was all ok.
* [svn-r1986] entered a value for the info.line_indent value and moved some of ↵Patrick Lu2000-02-231-10/+11
| | | | | | the other definitions out of the conditionals. fixed the bug for the SDScompound.h5
* [svn-r1985] fixed the bug with the memory alignment errorPatrick Lu2000-02-221-17/+46
|
* [svn-r1974] Added const to the h5dump_region third argument to quite a compilerAlbert Cheng2000-02-181-1/+1
| | | | complain and it is more correct this way too.
* [svn-r1973] fixed the dataset regions problem with the dumper.Patrick Lu2000-02-174-7/+39
| | | | | | now the dump structure contains 2 extra members that tell how to format the data for the dataset regions(blocks and pts). had to give h5ls values for these
* [svn-r1972] updated it for the removal of the newline from the dumper codePatrick Lu2000-02-171-1/+1
|
* [svn-r1971] removed a newline from a string after the enum type is printedPatrick Lu2000-02-171-1/+1
|
* [svn-r1970] updated the ddl.Patrick Lu2000-02-171-7/+4
| | | | removed a bug that was there before
* [svn-r1969] fixed a bug with the objrefs. added a format string to the dump ↵Patrick Lu2000-02-173-5/+26
| | | | | | struct to display the format for the obj refs.
* [svn-r1968] removed the directory name from the namePatrick Lu2000-02-161-1/+1
|
* [svn-r1967] changed the name of the file and added the text at the beginning ↵Patrick Lu2000-02-162-1/+7
| | | | | | that tells what command we used to generate the ddl file
* [svn-r1966] Patrick Lu2000-02-161-4/+2
| | | | removed some commented code.
* [svn-r1962] update the name of the filePatrick Lu2000-02-153-8/+5
|
* [svn-r1961] update the names of the filesPatrick Lu2000-02-152-2/+2
|
* [svn-r1960] updated againPatrick Lu2000-02-151-8/+4
|
* [svn-r1959] updated to remove an error in the namePatrick Lu2000-02-151-1/+1
|
* [svn-r1958] updated the ddls for the changes that were made to the dumperPatrick Lu2000-02-156-499/+387
|