summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [svn-r2467] Changed type so that compiler warnings about implicit conversion ...Bill Wendling2000-08-041-11/+3
* [svn-r2462] Fixed some small compiler warnings.Bill Wendling2000-08-042-846/+890
* [svn-r2461] Made some of the functions prototypes so that the compiler wouldn'tBill Wendling2000-08-041-4/+4
* [svn-r2460] Fixed some comparisons between signed and unsigned values. Made s...Bill Wendling2000-08-042-3/+3
* [svn-r2419] Setup PUB_PROGS so that all tools but h5dumptst will be installed.Albert Cheng2000-06-271-1/+2
* [svn-r2417] Include sys/stat.h in case it is not included in some platformsAlbert Cheng2000-06-271-0/+4
* [svn-r2412] Fixed a variety of problems with the new H5ToolsFopen() function.Robb Matzke2000-06-234-184/+190
* [svn-r2359] added the comments back to the part of the code that is setting u...Patrick Lu2000-06-071-0/+5
* [svn-r2341] took the code out of h5ls to open files using different drivers a...Patrick Lu2000-06-064-51/+74
* [svn-r2308] added a funtion to create a bitfields test file. just used the co...Patrick Lu2000-05-311-0/+48
* [svn-r2307] test file for the bitfields test. i used the bitfield parts of th...Patrick Lu2000-05-311-0/+0
* [svn-r2306] ddl for the bitfields test filePatrick Lu2000-05-311-0/+26
* [svn-r2305] took out the line that said the bitfields are not supported in th...Patrick Lu2000-05-311-4/+1
* [svn-r2304] *** empty log message ***Patrick Lu2000-05-301-2/+1
* [svn-r2294] fixed the output of the options list so that the xml options text...Patrick Lu2000-05-261-1/+1
* [svn-r2291] update the ddl to match the output the dumper is generating now f...Patrick Lu2000-05-251-30/+30
* [svn-r2290] fixed the indenting error related to compound types.Patrick Lu2000-05-251-3/+5
* [svn-r2280] more complicated test file for nested compounds. copied from Elen...Patrick Lu2000-05-191-38/+74
* [svn-r2279] copied Elena's code for a more complicated testfile for the neste...Patrick Lu2000-05-191-0/+0
* [svn-r2278] changed the nested compound test. copied Elena's code from her te...Patrick Lu2000-05-191-29/+72
* [svn-r2262] * 2000-05-18Robb Matzke2000-05-182-37/+2
* [svn-r2256] same changes i did for the release version. (fixed bug in dangerm...Patrick Lu2000-05-161-1/+1
* [svn-r2243] h5dump.c: Removed some Carriage-return'sAlbert Cheng2000-05-113-4/+4
* [svn-r2242] Removed h5dumputil.c. Its functions have been migrated to h5tool...Albert Cheng2000-05-113-150/+3
* [svn-r2232] removed the conditional compile statements that we were going to usePatrick Lu2000-05-093-58/+2
* [svn-r2229] added semicolons after the opaque infoPatrick Lu2000-05-091-2/+2
* [svn-r2228] added a semicolon after the opaque info is printedPatrick Lu2000-05-091-2/+2
* [svn-r2218] forgot the header to the ddl. just tells what hte command to gene...Patrick Lu2000-05-051-0/+3
* [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 0-99...Patrick Lu2000-05-041-0/+0
* [svn-r2214] added support for the opaque type.Patrick Lu2000-05-042-4/+54
* [svn-r2211] took the development branch code and moved it into the release. ...Patrick Lu2000-05-035-7/+74
* [svn-r2189] Fixed some compiler warningsQuincey Koziol2000-04-221-6/+6
* [svn-r2180] ./src/tools/h5tools.cRobb Matzke2000-04-213-64/+67
* [svn-r2167] i removed unneeded code from the tool lib.Patrick Lu2000-04-202-867/+4
* [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
* [svn-r2155] fixed the error in the h5ls output. it is now printing like it d...Patrick Lu2000-04-192-8/+26
* [svn-r2139] Change the global static variable 'status' to 'd_status' in this ...Raymond Lu2000-04-131-47/+47
* [svn-r2089] ** tools/h5ls.cRobb Matzke2000-04-073-145/+150
* [svn-r2054] update the files since i hanged the hdf 5 versions of them.Patrick Lu2000-03-232-0/+0
* [svn-r2052] the new ddls for the new versions of the testfiles just created(t...Patrick Lu2000-03-234-144/+143
* [svn-r2051] update the test files so that their data is a little more vaired.Patrick Lu2000-03-233-0/+0
* [svn-r2050] changed the data for the tall.h5, tcompound.h5 and tnestedcomp.h5...Patrick Lu2000-03-231-9/+11
* [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 fil...Patrick Lu2000-03-211-4/+4
* [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 a...Patrick Lu2000-03-211-0/+74
* [svn-r2020] Fine tuned the declaration of dump_header_format to be "const" co...Albert Cheng2000-03-101-1/+1