log

age author description
Tue, 16 Nov 2004 09:18:23 +0000 pkienzle Add new functions Octave-Forge-2004.11.16
Mon, 15 Nov 2004 16:04:20 +0000 pkienzle Fix tests for functions which return boolean matrices
Wed, 27 Oct 2004 12:06:23 +0000 etienne Justus Piater's imrotate
Fri, 24 Sep 2004 13:48:51 +0000 adb014 can't have space after DEFUN_DLD( or indexing script misses the function name
Wed, 22 Sep 2004 08:45:08 +0000 sjvdw Correct indexing of image
Thu, 16 Sep 2004 02:14:40 +0000 pkienzle Use frivolous uint8() call to block tests for version 2.1.57 and earlier
Wed, 15 Sep 2004 20:36:57 +0000 jmones logical(1) => true
Wed, 15 Sep 2004 20:00:00 +0000 jmones Updated tests to match Gonzalez&Woods example
Wed, 15 Sep 2004 17:54:59 +0000 pkienzle test that data type matches during assert
Wed, 15 Sep 2004 13:51:10 +0000 pkienzle Use logical in tests; reduce number of shared variables in tests.
Thu, 09 Sep 2004 19:36:35 +0000 jmones all_va_args -> varargin{:}. Now works on 2.1.58
Wed, 08 Sep 2004 16:06:31 +0000 jmones Solved problem with uint8 indexing and reduced tests on types (suggested by P. Kienzle) Octave-Forge-2004.09.09
Wed, 08 Sep 2004 15:07:18 +0000 pkienzle Use new __ name in tests as well.
Wed, 08 Sep 2004 15:01:28 +0000 pkienzle Redo tests: reduce # of shared variables; force full range of uint8
Wed, 08 Sep 2004 14:13:08 +0000 jmones Synchronized with cmunique. uint8 support added. Tests working for 2.1.58
Wed, 08 Sep 2004 14:07:22 +0000 pkienzle Fix test for 'inline function'
Tue, 07 Sep 2004 14:47:50 +0000 pkienzle Avoid segfaults on pre-2.1.58 octave. Invisible whitespace changes.
Mon, 06 Sep 2004 05:59:04 +0000 pkienzle strict cmath: no round() and ceil() operates on floating point types.
Fri, 03 Sep 2004 18:33:11 +0000 pkienzle skip tests which use cat(3,X,Y) for octave <= 2.1.57
Fri, 03 Sep 2004 17:57:42 +0000 jmones Added support for int* and uint* types
Fri, 03 Sep 2004 17:49:37 +0000 jmones Improved uint8 and uint16 padding expections
Fri, 03 Sep 2004 17:37:08 +0000 jmones Added support for int* and uint* types
Fri, 03 Sep 2004 17:12:36 +0000 jmones Uses uint8 to save some temporal memory (suggested by David Bateman)
Fri, 03 Sep 2004 17:07:26 +0000 jmones Support for uint8 and uint16 types added.
Fri, 03 Sep 2004 13:40:13 +0000 jmones Check result has same class as function result, and improved fun param checking
Fri, 03 Sep 2004 13:37:10 +0000 jmones Corrected behaviour for int* and uint* types
Fri, 03 Sep 2004 13:32:07 +0000 jmones Work with logical arrays from BW creation
Fri, 03 Sep 2004 13:28:32 +0000 jmones Corrected behaviour for int* and uint* types
Thu, 02 Sep 2004 12:24:27 +0000 adb014 Fix for ambiguous return value with 2.1.58
Wed, 01 Sep 2004 22:51:14 +0000 jmones Fully recoded: NDArray support, docs, tests, more compatible with MATLAB, changed copyright