Files
hdf5/tools/lib
Pedro Vicente Nunes f08f9340a7 [svn-r15969]
Introduced a new feature in the tools library regarding command line parsing
In the definition of arguments, an "*" means that the switch can or can not have an optional argument. This "*" is put in the code regarding the letter definition, and it is transparent to the user (e.g b* instead of the previous b: ), where ":" notes a required argument after the letter (and no ":" or "*" notes no argument, mandatory)
Used for the h5dump binary option -b
It can be now
1)	-b (defaults to NATIVE)
2)	- b NATIVE
3)	- b FILE
4)	-b LE
5)	-b BE
Note: the keyword NATIVE replaces MEMORY
This feature (-b with no argument) was tested with the sequence of h5dump to binary (NATIVE) then h5import to generate an HDF5 file from the binary file and h5diff to compare the 2 HDF5 files
Tested: windows, linux
2008-10-27 15:06:28 -05:00
..
2008-10-23 16:29:21 -05:00
2008-09-16 11:22:16 -05:00
2008-10-23 16:29:21 -05:00
2007-10-17 07:48:04 -05:00
2007-11-24 11:49:36 -05:00
2007-09-13 10:44:56 -05:00
2008-09-16 11:22:16 -05:00
2007-09-13 10:44:56 -05:00
2008-09-16 11:22:16 -05:00
2008-10-27 15:06:28 -05:00
2007-11-24 11:49:36 -05:00
2008-09-16 11:22:16 -05:00
2008-10-24 14:38:53 -05:00
2007-11-24 11:49:36 -05:00
2007-04-04 15:25:42 -05:00
2008-10-17 10:48:23 -05:00
2007-09-25 17:18:33 -05:00