log src/ov-class.cc @ 16088:b29b10fbb744 stable release-3-6-4

age author description
Mon, 01 Oct 2012 17:18:49 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments stable
Wed, 25 Jul 2012 20:58:21 -0700 Rik maint: Fix a few Octave coding convention violations.
Sat, 14 Jul 2012 06:22:56 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in src/ directory
Sun, 08 Jul 2012 11:28:50 -0700 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Thu, 17 Nov 2011 04:01:04 -0500 John W. Eaton copy parent class info when performing operations on class objects
Tue, 01 Nov 2011 19:57:38 -0400 John W. Eaton octave_class::size: return matrix with correct dimensions
Tue, 01 Nov 2011 15:59:06 -0400 John W. Eaton correctly distribute parent classes
Mon, 17 Oct 2011 12:23:06 -0400 John W. Eaton don't forget to pass parent class names to objects created by indexing
Fri, 14 Oct 2011 17:06:49 -0400 John W. Eaton class: correctly handle parents when structure array has more than one element
Wed, 12 Oct 2011 22:25:01 -0400 John W. Eaton correctly handle multidimensional objects in num2cell
Wed, 12 Oct 2011 21:28:30 -0400 John W. Eaton char: when converting cell elements containing class objects, call overloaded char function if one exists
Wed, 28 Sep 2011 16:45:21 -0400 John W. Eaton improve default indexing for objects
Tue, 06 Sep 2011 21:15:16 -0500 Jordi GutiƩrrez Hermoso Remove all blank lines with "format compact"
Mon, 18 Apr 2011 17:40:03 -0700 David Bateman ov-class.cc: Fix segfault when assigning class to struct object (bug #33014) stable
Sat, 26 Feb 2011 17:28:11 -0800 Rik Rewrite error strings in src/ to use variables named in documentation.
Thu, 27 Jan 2011 04:22:53 -0500 John W. Eaton fix construction of class exemplars
Wed, 26 Jan 2011 20:39:15 -0500 John W. Eaton fix bug in class assignment to undefined object with index
Sat, 22 Jan 2011 13:48:11 +0100 Jaroslav Hajek fix nested indexed assignemnt in superclasses
Wed, 25 Nov 2009 11:47:49 +0100 David Grundberg Call user-defined subsref/subsasgn with 1xN structs instead of Nx1 release-3-2-x
Tue, 01 Sep 2009 09:35:17 +0200 Jaroslav Hajek fix current class method determination release-3-2-x
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Mon, 10 Jan 2011 14:05:12 -0500 John W. Eaton struct printing changes
Fri, 31 Dec 2010 13:20:44 -0800 Rik Improve docstrings for all isXXX functions.
Wed, 10 Nov 2010 00:54:34 -0500 John W. Eaton allow class function to be called from methods as well as constructors
Tue, 31 Aug 2010 21:29:12 +0200 Jaroslav Hajek fix typo in 10926:f687bd17ce21
Tue, 31 Aug 2010 08:04:05 +0200 Jaroslav Hajek fix field assignment from private class methods
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Wed, 07 Jul 2010 10:57:52 +0200 Jaroslav Hajek use octave_map for octave_class
Tue, 22 Jun 2010 15:22:36 +0200 Jaroslav Hajek initial code for structs rewrite
Sun, 28 Feb 2010 08:19:49 +0100 Jaroslav Hajek implement IDs for common liboctave exceptions
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Mon, 08 Feb 2010 01:36:18 -0500 John W. Eaton Fclass: improve argument decoding
Wed, 27 Jan 2010 02:22:04 -0500 jstorrs print class name for classes that don't define a display method
Wed, 20 Jan 2010 20:39:26 -0500 John W. Eaton remove Emacs local-variable settings from source files in src directory
Thu, 14 Jan 2010 10:17:37 +0100 Jaroslav Hajek make numel query more matlab compatible
Wed, 06 Jan 2010 13:18:41 +0100 Jaroslav Hajek make unwind_protect frames local
Tue, 01 Dec 2009 00:49:07 +0100 Kacper Kowalik Add HDF5-1.8 compatibility while maintaining compatibility with HDF5-1.6 versions
Sat, 28 Nov 2009 14:00:56 +0100 Kacper Kowalik Remove HDF5 cruft for older versions of HDF5
Tue, 10 Nov 2009 10:58:39 +0100 Jaroslav Hajek fix internal numel on classes
Tue, 03 Nov 2009 08:49:20 +0100 David Grundberg Allow and ignore extra outargs from user-defined size methods
Tue, 03 Nov 2009 08:52:00 +0100 David Grundberg Call user-defined subsref/subsasgn with 1xN structs instead of Nx1
Mon, 02 Nov 2009 10:28:57 +0100 Jaroslav Hajek fix base class field assignment
Mon, 05 Oct 2009 10:20:18 +0200 Jaroslav Hajek improve OOP subsref handling
Thu, 27 Aug 2009 16:08:23 +0200 Jaroslav Hajek fix previous change, avoid duplicate loads of methods in descendant classes
Thu, 27 Aug 2009 13:46:34 +0200 Jaroslav Hajek fix current class method determination
Mon, 17 Aug 2009 13:09:12 +0200 Jaroslav Hajek partially revert e79470be3ecb
Thu, 13 Aug 2009 15:51:57 +0200 Jaroslav Hajek implement subsasgn this-arg optimization
Thu, 13 Aug 2009 11:52:07 +0200 Jaroslav Hajek simplify cloning
Tue, 23 Jun 2009 08:22:13 +0200 Jaroslav Hajek update unwind_protect usage everywhere
Thu, 11 Jun 2009 12:44:01 +0200 Jaroslav Hajek Unpack cs-list and setup nargin for call to subsasgn method
Thu, 11 Jun 2009 12:25:36 +0200 Jaroslav Hajek set up proper nargout for call to subsref method
Wed, 10 Jun 2009 11:31:58 +0200 Jaroslav Hajek improve indexed assignment using indexed numel
Thu, 21 May 2009 14:26:47 -0700 Robert T. Short clear -classes and support.
Fri, 15 May 2009 16:02:30 -0400 Robert T. Short Handle loading of objects with inheritance from MAT files.
Fri, 08 May 2009 15:18:22 -0400 Robert T. Short [mq]: x
Tue, 05 May 2009 14:11:43 -0400 Robert T. Short make load work for derived classses
Mon, 27 Apr 2009 14:22:15 -0400 John W. Eaton ov-class.cc: don't dispatch subsref or subsasgn when called from builtin
Thu, 23 Apr 2009 16:05:52 -0400 John W. Eaton object exemplars