log

age author description
Mon, 01 Mar 2004 17:45:15 +0000 bert Add extern C linkage for C++
Fri, 27 Feb 2004 20:21:49 +0000 bert Initial checkin
Fri, 27 Feb 2004 18:42:19 +0000 bert Fix calls to miget_attribute()
Fri, 27 Feb 2004 18:42:02 +0000 bert Terminate attribute string properly
Thu, 26 Feb 2004 23:34:01 +0000 bert Fix out of bounds pointer error in midownsample_slice()
Tue, 10 Feb 2004 20:26:59 +0000 baghdadi *** empty log message ***
Tue, 10 Feb 2004 20:14:36 +0000 bert Added miget_volume_voxel_count(), determine type of volume in miopen_volume()
Tue, 10 Feb 2004 20:13:46 +0000 bert Use imax_id and imin_id from the volume structure
Tue, 10 Feb 2004 20:13:26 +0000 bert Added image_id, imax_id, and imin_id to the volume structure
Tue, 10 Feb 2004 20:12:58 +0000 bert Added miget_volume_voxel_cont() and miget_volume_real_range()
Tue, 10 Feb 2004 20:12:32 +0000 bert Minor optimizations
Tue, 10 Feb 2004 20:10:20 +0000 bert Changed miget_volume_dimensions() to return number of dimensions copied
Tue, 10 Feb 2004 20:05:18 +0000 bert Start to fix handling of datatype
Tue, 10 Feb 2004 20:04:51 +0000 bert Added miget_volume_real_range() function, fixed bug in miget_voxel_value()
Fri, 06 Feb 2004 22:21:29 +0000 bert Use string for dimension class storage
Fri, 06 Feb 2004 22:20:30 +0000 bert Don't allow users to actually set a dimension class of 'any'
Fri, 06 Feb 2004 21:51:22 +0000 bert Use unsigned long for coordinates
Fri, 06 Feb 2004 21:51:01 +0000 bert Minor updates to avoid compiler warnings
Fri, 06 Feb 2004 21:50:30 +0000 bert Use unsigned long consistently for coordinates
Fri, 06 Feb 2004 21:50:06 +0000 bert Minor updates to reduce compiler warnings
Fri, 06 Feb 2004 21:49:38 +0000 bert Use unsigned long
Fri, 06 Feb 2004 21:49:20 +0000 bert Minor fixes
Fri, 06 Feb 2004 18:58:37 +0000 bert Latest changes
Tue, 03 Feb 2004 17:49:54 +0000 baghdadi *** empty log message ***
Tue, 03 Feb 2004 16:43:17 +0000 baghdadi *** empty log message ***
Tue, 03 Feb 2004 16:20:43 +0000 bert Initial checkin, doxygen configuration file
Mon, 02 Feb 2004 18:27:51 +0000 bert Call ParseArgv() so that version information can be output
Mon, 02 Feb 2004 18:27:06 +0000 bert Include config.h
Mon, 02 Feb 2004 18:25:38 +0000 bert Call ParseArgv() so that invert_raw_image can print its version information
Mon, 02 Feb 2004 18:24:58 +0000 bert Include a ARGV_VERINFO record in the argTable[]
Mon, 02 Feb 2004 18:24:11 +0000 bert Call ParseArgv() so that version information will be available
Mon, 02 Feb 2004 18:22:34 +0000 bert Added miget_version() and miappend_history()
Mon, 02 Feb 2004 18:22:07 +0000 bert Added support for ARGV_VERSION and ARGV_VERINFO
Mon, 02 Feb 2004 18:21:41 +0000 bert Added ARGV_VERSION and ARGV_VERINFO
Mon, 02 Feb 2004 01:35:31 +0000 bert More extensive test code, comment changes for doxygen
Mon, 02 Feb 2004 01:34:42 +0000 bert Minor changes
Mon, 02 Feb 2004 01:34:21 +0000 bert Remove MI_TYPE_CHAR, added some new comments
Mon, 02 Feb 2004 01:33:45 +0000 bert Remove MI_TYPE_CHAR, put 'try' block around H5Dopen in miget_scalar()
Mon, 02 Feb 2004 01:33:16 +0000 bert Handle UNKNOWN type
Mon, 02 Feb 2004 01:32:21 +0000 bert Minor comment changes, don't call H5Eset_auto() in the test code
Mon, 02 Feb 2004 01:31:52 +0000 bert Minor comment changes
Mon, 02 Feb 2004 01:31:25 +0000 bert Remove MI_TYPE_CHAR, verify that chunk size doesn't exceeed dimension length
Mon, 02 Feb 2004 01:30:57 +0000 bert Set edge count to 0 by default
Sat, 31 Jan 2004 22:54:33 +0000 baghdadi *** empty log message ***
Mon, 26 Jan 2004 23:25:46 +0000 bert Latest rounds of changes
Mon, 26 Jan 2004 23:07:19 +0000 bert Implemented the record functions
Sat, 17 Jan 2004 00:25:09 +0000 bert Minor changes, mostly to the testing code
Sat, 17 Jan 2004 00:24:47 +0000 bert Use miset_attr_at_loc(), close type_id and plist_id on close, added micreate_volume_image() so we can handle enumerations and records
Sat, 17 Jan 2004 00:23:40 +0000 bert Allow use of alternate resolutions
Sat, 17 Jan 2004 00:23:12 +0000 bert Handle enum type conversions using miinit_enum, add miset_attr_at_loc()
Sat, 17 Jan 2004 00:22:18 +0000 bert Revised substantially
Sat, 17 Jan 2004 00:21:36 +0000 bert Change handling of dimension attribute
Sat, 17 Jan 2004 00:20:57 +0000 bert Added new function prototypes
Sat, 17 Jan 2004 00:20:44 +0000 bert Changed volume structure again - added a type_id and plist_id, removed sampling_flag
Fri, 16 Jan 2004 23:41:05 +0000 bert Remove some unused variables
Wed, 14 Jan 2004 16:53:04 +0000 baghdadi *** empty log message ***
Fri, 09 Jan 2004 18:50:04 +0000 baghdadi *** empty log message ***
Thu, 08 Jan 2004 22:03:34 +0000 bert Improved the build process, hopefully
Thu, 08 Jan 2004 21:34:43 +0000 bert Remove extra H5Sclose()
Thu, 08 Jan 2004 21:04:06 +0000 bert Simplified getting dimensions, bug fixes in setting apparent dimension order by name