summaryrefslogtreecommitdiffstats
path: root/tools/h5dumptst.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r2961] Purpose:Albert Cheng2000-11-171-1/+4
| | | | | | | | Code cleaning Description: Use the variable to rid the warnings of "variable set but not used". Platforms tested: Linux and modi4 -64. Just compile only.
* [svn-r2949] Purpose:Bill Wendling2000-11-161-310/+390
| | | | | | Added tvldtypes test to the dumper test generator. Platforms tested: Linux
* [svn-r2845] Purpose:Quincey Koziol2000-11-091-161/+217
| | | | | | | | New Feature Description: Added dumping array datatypes to h5dump and the tool library. Platforms tested: FreeBSD 4.1.1 (hawkwind)
* [svn-r2579] Purpose:Quincey Koziol2000-09-191-12/+0
| | | | | | Clean up small compiler warnings and add missing function prototypes. Platforms tested: FreeBSD 4.1
* [svn-r2461] Made some of the functions prototypes so that the compiler wouldn'tBill Wendling2000-08-041-4/+4
| | | | complain.
* [svn-r2308] added a funtion to create a bitfields test file. just used the ↵Patrick Lu2000-05-311-0/+48
| | | | | | code from the dataset test file
* [svn-r2280] more complicated test file for nested compounds. copied from ↵Patrick Lu2000-05-191-38/+74
| | | | Elena's test file
* [svn-r2214] added support for the opaque type.Patrick Lu2000-05-041-0/+45
| | | | | prints out the data section in hexidecimal format. in the h5dumptst.c i added a function to create an opaque test file.
* [svn-r2189] Fixed some compiler warningsQuincey Koziol2000-04-221-6/+6
|
* [svn-r2162] Various small fixes to address SGI compiler warnings.Quincey Koziol2000-04-191-1/+2
|
* [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-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-r1837] Cleaned up a few warnings from the SGI compiler.Quincey Koziol1999-11-171-42/+38
|
* [svn-r1693] removed the last warnings from herePatrick Lu1999-09-291-1/+1
|
* [svn-r1691] Portability tweaks and warnings fixedQuincey Koziol1999-09-291-1/+2
|
* [svn-r1670] same changes as ont he release sidePatrick Lu1999-09-271-7/+7
|
* [svn-r1665] same changes i just made to the release versionPatrick Lu1999-09-251-2/+2
| | | | changed sdims to int
* [svn-r1664] still getting some warnings. changed the sdims variable to intPatrick Lu1999-09-251-2/+2
|
* [svn-r1661] removed some of the warningsPatrick Lu1999-09-251-14/+14
|
* [svn-r1512] moved the array before the string in the struct for tstr.h5Patrick Lu1999-07-191-1/+1
|
* [svn-r1454] Patrick Lu1999-07-091-1/+1
| | | | removed the comma at the end of the enum data type
* [svn-r1428] Patrick Lu1999-07-061-2/+2
| | | | fixed some more bugs
* [svn-r1427] Patrick Lu1999-07-061-7/+8
| | | | fixed some bugs with creating the files
* [svn-r1416] fixed a typoPatrick Lu1999-07-021-4/+4
|
* [svn-r1415] hopefully corrected the file to have the appropriate typesPatrick Lu1999-07-021-76/+125
|
* [svn-r1409] Patrick Lu1999-07-021-4/+4
| | | | | | | | | | | | | updated the functions that create the tstr.h5 and tdset.h5 so they have different values in the integer parts of the data. for the tdset: it is i+j for the values instead of just i.(i and j are variables used in a set of nested for loops) for the tstr.h5: changed the data(originally just l to (l+k+j) squared). these 3 variables are from 3 nested for loops. more changes to tests to come
* [svn-r1405] Patrick Lu1999-07-021-64/+64
| | | | converted all the types to native types to fix the errors
* [svn-r1397] Patrick Lu1999-06-301-3/+3
| | | | | changed the name of 3 files so that it would have a t in front like the other files in this program
* [svn-r1394] Changes made by Patrick to the h5dumptst.c in testfiles.Albert Cheng1999-06-301-0/+300
|
* [svn-r1393] Added entry for h5dumptst.c which creates test files for h5dump toolAlbert Cheng1999-06-301-0/+1251
tests. h5dumptst should be run from inside testfiles directory.