Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r2054] update the files since i hanged the hdf 5 versions of them. | Patrick Lu | 2000-03-23 | 2 | -0/+0 |
| | | | | the h5toh4 tests were not passing. | ||||
* | [svn-r2052] the new ddls for the new versions of the testfiles just ↵ | Patrick Lu | 2000-03-23 | 4 | -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 Lu | 2000-03-23 | 3 | -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 Lu | 2000-03-23 | 1 | -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 Lu | 2000-03-21 | 1 | -0/+3 |
| | |||||
* | [svn-r2045] fixed a type that had the endian to be little. I created the ↵ | Patrick Lu | 2000-03-21 | 1 | -4/+4 |
| | | | | | | file on my NT machine but the testfile on baldirc. | ||||
* | [svn-r2043] testfile for the nested compound types | Patrick Lu | 2000-03-21 | 1 | -0/+0 |
| | |||||
* | [svn-r2042] ddl for the testfile tnestedcomp.h5 | Patrick Lu | 2000-03-21 | 1 | -0/+72 |
| | |||||
* | [svn-r2041] added a new test file creation function. test_nsetcomp. creates ↵ | Patrick Lu | 2000-03-21 | 1 | -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 Cheng | 2000-03-10 | 1 | -1/+1 |
| | | | | consistent. | ||||
* | [svn-r2017] added a new data structure for the dump header format for ↵ | Patrick Lu | 2000-03-09 | 1 | -0/+51 |
| | | | | customized output | ||||
* | [svn-r2016] fixed the problem with the -xml option that prevented it from ↵ | Patrick Lu | 2000-03-09 | 1 | -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 struct | Patrick Lu | 2000-03-09 | 1 | -2/+2 |
| | |||||
* | [svn-r2014] fixed a typo | Patrick Lu | 2000-03-09 | 1 | -1/+1 |
| | |||||
* | [svn-r2013] added comments to the large structure definition | Patrick Lu | 2000-03-09 | 1 | -42/+42 |
| | |||||
* | [svn-r2012] updated the ddls to support the changes that were made to the ↵ | Patrick Lu | 2000-03-09 | 23 | -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 Lu | 2000-03-09 | 2 | -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 Cheng | 2000-03-06 | 1 | -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 structure | Patrick Lu | 2000-02-28 | 1 | -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 Lu | 2000-02-24 | 1 | -1/+1 |
| | |||||
* | [svn-r1988] fixed the crashing bug on sangamon with the shared libs. I had ↵ | Patrick Lu | 2000-02-24 | 1 | -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 Lu | 2000-02-23 | 1 | -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 error | Patrick Lu | 2000-02-22 | 1 | -17/+46 |
| | |||||
* | [svn-r1974] Added const to the h5dump_region third argument to quite a compiler | Albert Cheng | 2000-02-18 | 1 | -1/+1 |
| | | | | complain and it is more correct this way too. | ||||
* | [svn-r1973] fixed the dataset regions problem with the dumper. | Patrick Lu | 2000-02-17 | 4 | -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 code | Patrick Lu | 2000-02-17 | 1 | -1/+1 |
| | |||||
* | [svn-r1971] removed a newline from a string after the enum type is printed | Patrick Lu | 2000-02-17 | 1 | -1/+1 |
| | |||||
* | [svn-r1970] updated the ddl. | Patrick Lu | 2000-02-17 | 1 | -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 Lu | 2000-02-17 | 3 | -5/+26 |
| | | | | | | struct to display the format for the obj refs. | ||||
* | [svn-r1968] removed the directory name from the name | Patrick Lu | 2000-02-16 | 1 | -1/+1 |
| | |||||
* | [svn-r1967] changed the name of the file and added the text at the beginning ↵ | Patrick Lu | 2000-02-16 | 2 | -1/+7 |
| | | | | | | that tells what command we used to generate the ddl file | ||||
* | [svn-r1966] | Patrick Lu | 2000-02-16 | 1 | -4/+2 |
| | | | | removed some commented code. | ||||
* | [svn-r1962] update the name of the file | Patrick Lu | 2000-02-15 | 3 | -8/+5 |
| | |||||
* | [svn-r1961] update the names of the files | Patrick Lu | 2000-02-15 | 2 | -2/+2 |
| | |||||
* | [svn-r1960] updated again | Patrick Lu | 2000-02-15 | 1 | -8/+4 |
| | |||||
* | [svn-r1959] updated to remove an error in the name | Patrick Lu | 2000-02-15 | 1 | -1/+1 |
| | |||||
* | [svn-r1958] updated the ddls for the changes that were made to the dumper | Patrick Lu | 2000-02-15 | 6 | -499/+387 |
| | |||||
* | [svn-r1957] removed the program type variable from the file | Patrick Lu | 2000-02-15 | 1 | -5/+2 |
| | |||||
* | [svn-r1956] in h5tools.h I added a fwe new members to the struct for the ↵ | Patrick Lu | 2000-02-15 | 3 | -106/+254 |
| | | | | | | | | | formatting. in h5dump.c just initialized the values for the formatting struct. in h5tools.c made some changes in the printing area to get the dump output to look closer to what we wanted. the strings are currently not printing correctly. also removed the program type variable from here. | ||||
* | [svn-r1936] Removed h5findshd.c. Its routines have been moved to libh5tools.c. | Albert Cheng | 2000-01-07 | 1 | -480/+0 |
| | |||||
* | [svn-r1934] Removed the entry of h5findshd.c. Its routines have been moved to | Albert Cheng | 2000-01-07 | 1 | -1/+1 |
| | | | | libh5tools.c. | ||||
* | [svn-r1933] took the functions out of the h5findshd.c and put them into this ↵ | Patrick Lu | 2000-01-06 | 1 | -4/+483 |
| | | | | file | ||||
* | [svn-r1900] temporary fix for the committed type problem that Elena reported. | Patrick Lu | 1999-12-17 | 1 | -35/+27 |
| | |||||
* | [svn-r1898] backed out the changes that were breaking the test cases until i can | Patrick Lu | 1999-12-17 | 1 | -3/+36 |
| | | | | | figure a way to fix the problem. decided to back it out since i will be leaving for christmas in a few days and won't be back until jan. | ||||
* | [svn-r1870] h5dump.c: | Albert Cheng | 1999-12-10 | 3 | -12/+33 |
| | | | | | | | | Added -V option for displaying version information. h5tools.c: Added print_version routine to display version information. h5tools.h: Added print_version prototype. | ||||
* | [svn-r1864] fixed the committed type error. | Patrick Lu | 1999-12-10 | 1 | -43/+11 |
| | |||||
* | [svn-r1863] The old way of testing **argv against NULL would cause coredump in | Albert Cheng | 1999-12-09 | 1 | -18/+22 |
| | | | | | some machines. Changed it to use argc to control the looping. Still need to clean some more. | ||||
* | [svn-r1854] fixed a bug | Patrick Lu | 1999-12-03 | 2 | -2/+2 |
| | |||||
* | [svn-r1853] updated these files to reflect the changes in the format for the ↵ | Patrick Lu | 1999-12-03 | 2 | -57/+57 |
| | | | | dump output | ||||
* | [svn-r1852] fixed a bug that i introduced with the last change to this file. | Patrick Lu | 1999-12-03 | 1 | -5/+16 |
| |