summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r1483] ./tools/h5tools.cRobb Matzke1999-07-141-30/+32
| | | | | | Fixed a bug reported by Albert: the indices for data printed by h5ls were starting over at zero for each pass through the strip mining loop.
* [svn-r1468] ./h5ls.cRobb Matzke1999-07-131-8/+7
| | | | Fixed usage message.
* [svn-r1456] Patrick Lu1999-07-091-1/+1
| | | | fixed the unnamed data type bug(wasn't printing the root part of the name)
* [svn-r1453] Patrick Lu1999-07-091-1/+1
| | | | removed the comma after the last enum type in the file
* [svn-r1439] Regenerated HDF5 testfiles.Quincey Koziol1999-07-0713-0/+0
|
* [svn-r1429] Patrick Lu1999-07-064-7/+7
| | | | update the ddl so the occurences of H5T_STD_I8LE are not big endian
* [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-r1420] Modified to add new dataset transfer property list ID in ↵Quincey Koziol1999-07-032-2/+2
| | | | H5Tconvert.
* [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-r1414] Patrick Lu1999-07-021-1/+1
| | | | fixed a typo from the last one
* [svn-r1413] Patrick Lu1999-07-021-0/+3
| | | | added the comment at the top
* [svn-r1412] Patrick Lu1999-07-023-0/+9
| | | | added a comment at the top that tells what the command was to generate the file
* [svn-r1411] Patrick Lu1999-07-022-0/+6
| | | | fixed a bug. need the comment at the top of the file
* [svn-r1410] Patrick Lu1999-07-025-249/+247
| | | | updated the .h5 files and the ddl's to show the new results
* [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-r1408] Patrick Lu1999-07-022-0/+0
| | | | new testfiles for the references. created by h5dumptst
* [svn-r1407] Patrick Lu1999-07-023-0/+90
| | | | the ddl's for the new test files
* [svn-r1406] Patrick Lu1999-07-021-0/+0
| | | | a test file that is created from the h5dumptst. ues it to test enums
* [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-r1395] Moved to the upper directory.Albert Cheng1999-06-301-1551/+0
|
* [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-302-2/+1257
| | | | tests. h5dumptst should be run from inside testfiles directory.
* [svn-r1391] Patrick Lu1999-06-281-1/+3
| | | | added a break for the H5T_ENUM case in the switch in the dump_simple_dset
* [svn-r1390] Patrick Lu1999-06-281-0/+1
| | | | fixed a bug that was making references get printed twice
* [svn-r1389] Patrick Lu1999-06-281-1/+258
| | | | added 2 functions to create a file for data regions and obj references
* [svn-r1384] Patrick Lu1999-06-251-0/+43
| | | | added a function to create an enum test file
* [svn-r1382] Patrick Lu1999-06-252-5/+10
| | | | | | | | | oooops i forgot to include a case statement in two switch statements (1 in each file) that print the actual data of the enum datasets i had to change a line of h5dump_sprint. when it checks to see that is an enum val isn't an escape sequence i appended this result onto the end of the str
* [svn-r1377] Patrick Lu1999-06-241-1/+0
| | | | removed teh TYPE define since it was already there as DATATYPE
* [svn-r1376] Patrick Lu1999-06-241-2/+8
| | | | changed some of the output format for the dumper(show object ids now)
* [svn-r1370] Patrick Lu1999-06-231-0/+1
| | | | added a new line before a bracket was pritned in the enum stuff
* [svn-r1369] Patrick Lu1999-06-221-3/+5
| | | | added semicolons after the print out of the enum info
* [svn-r1367] Patrick Lu1999-06-211-13/+17
| | | | | made a small change so that windows would stop complaining. the change involved using some type casting. the change was surrounded by a #define WIN32
* [svn-r1361] Patrick Lu1999-06-171-2/+20
| | | | made the output for the dataset regions look like how Albert wanted it to
* [svn-r1360] Patrick Lu1999-06-171-7/+225
| | | | | dumps dataset regions now. uses robb's code to get all the info. modified display_numeric_data to display the info
* [svn-r1355] Bug fix: compiler complained about errno not defined. That wasAlbert Cheng1999-06-161-7/+4
| | | | | | | because it is predefined in <errno.h>, not <sys/errno.h> which contains the system error codes. Fixed and tested in IRIX6.5 (also got rid of the few K&R C-style function declaration statements.)
* [svn-r1354] Robb Matzke1999-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 19990615 ---------------------- ./README Version number synchronized with library. ./bin/h5vers If the version number of the library is changed then the first line of the README file is also changed to something like This is hdf5-1.2.3 currently under development The `release' script (which also gets run by `snapshot') changes that line to include the release date but keeps the version number the same. The net effect is that the version numbers in README and H5public.h should now always stay synchronized. ./bin/snapshot The CVS checkin comment includes the version number for the snapshot that was just made. ./tools/testh5toh4 Changed `*-SKIP-*' to `-SKIP-' to be consistent with the other tests.
* [svn-r1352] Changed the '\n' argument to '\012' since some other machines ↵Albert Cheng1999-06-162-2/+2
| | | | | | | (solaris, irix) misinterpreted it to mean deleting the letter 'n'. Tested in IRIX and solaris and FreeBSD machines.
* [svn-r1351] Bug fix:Albert Cheng1999-06-161-11/+32
| | | | | | | | hdp before HDF 4.1r3 does not handle Vgroups loops correctly. Solution: Added codes to detect the library version of hdp command. Skipped tests for loops. Tested in an old solaris with HDF 4.1r2, Solaris 2.6 and Hawkwind.
* [svn-r1350] Patrick Lu1999-06-151-0/+31
| | | | added the #defines for the string macros here
* [svn-r1349] Patrick Lu1999-06-151-25/+1
| | | | moved the #define for the string macros to the h5tools.h from h5dump.h5
* [svn-r1348] Patrick Lu1999-06-151-6/+13
| | | | | got the regions working in the dumper. all the hard stuff was already done. it doesn't work perfectly yet but it is getting better
* [svn-r1347] Robb Matzke1999-06-152-40/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 19990614 ---------------------- ./src/H5D.c Changed the way the plist_id argument of H5Dvlen_reclaim() is checked so that it's more specific and works when debugging is turned off. ./src/H5TB.c Removed an unused local variable. ./test/fillval.c ./test/h5test.c ./test/h5test.h Changed `basename' variables to `base_name' to prevent a warning about a global with the same name. ./tools/h5ls.c Changed `indent' variables to `ind' to prevent a warning about a global with the same name. ./tools/h5toh4.c Commented out declarations for things that normally appear in system header files since our definitions might be incompatible with the system and prevent h5toh4 from compiling. If all looks good on other systems then we can permanently remove these declarations...
* [svn-r1343] Filter out the reference number values during comparison of the hdpAlbert Cheng1999-06-141-2/+7
| | | | output.
* [svn-r1341] Robb Matzke1999-06-141-68/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 19990611 ---------------------- ./doc/html/H5.format.html Added documentation for opaque data types (bitfield types were already documented but they were out of order). ./src/H5E.c Fixed a bug with glibc2 on linux systems where `stdout' is an extern and can't be used to initialize static data. ./src/H5T.c ./src/H5Tpkg.h ./src/H5Tpublic.h ./src/H5detect.c Removed the `_T' from the new C9x types I just added so the names are consistent with existing types. Besides, the fact that something is a datatype is obvious because it starts with H5T_NATIVE_. ./tools/h5ls.c Added the new C9x data types. H5ls prints one of these types only if it doesn't match one of the builtin C types. Prints the OID for shared data types. Fixed a formatting bug with symbolic links which was introduced a few changes ago. The commandline has been changed so that objects from multiple files can be listed with a single command. Instead of specifying a file name and an optional list of objects, each thing to print is a file name and object concatenated. H5ls figures out how to devide the name into a file name and object name even when the file name part doesn't correspond to an actual Unix file. Old syntax: h5ls [OPTIONS] FILE [OBJECTS] New syntax: h5ls [OPTIONS] FILE[/OBJECT] [FILE[/OBJECT]]... Example ({X,Y} is expanded by the shell) Old command: h5ls -d ../test/x.data dir1 dir2 New command: h5ls -d ../test/x.data/{dir1,dir2} The filename is printed as part of the object name when full names are requested (--full or --recursive). If people really don't like this they can undefine a constant at the top of h5ls. Errors from the hdf5 library are turned off. Commandline switches of the form `--width 80' are accepted in addition to `--width=80'. This is more symmetric with single-letter switches that take two forms: `-w 80' and `-w80'. ./src/H5D.c Added tracing instrumentation for H5Dvlen_reclaim(). ./src/H5private.h Added casts to int for the isalpha() et al macros to shut up solaris warnings about char subscripts.
* [svn-r1339] Patrick Lu1999-06-141-2/+99
| | | | | added a print_enum function to it that is just taken from a similar funtion in h5ls.c
* [svn-r1338] Removed the tools/testfiles/*.dmp which are no longer used.Albert Cheng1999-06-1413-3256/+0
|
* [svn-r1336] h5toh4 test script used to compare the output of hdp applied onAlbert Cheng1999-06-1413-0/+0
| | | | | | | | | | | | | | | | | the generanted hdf files against saved output of hdp. This did not work well because whenever the hdp changes its output format, the tests failed unnecessarily. The tests also failed if the test machine uses a different version of HDF library from the HDF5 development machine. Changed the algorithm to compare the generated HDF files against saved HDF files (first by a simple cmp; if that fails, compare the output of the host machine's hdp on both HDF files.) Saved HDF files are stored in testfiles/Expected. Tested on Hawkwind (FreeBSD) with srcdir option and Baldric (Solaris) without srcdir option.