Tue, 20 Jan 2015 10:29:54 -0500 |
John W. Eaton |
strip trailing whitespace from most source files
|
Sun, 28 Sep 2014 21:43:51 -0400 |
Michael Goffioul |
Implement calling "struct" on classdef objects.
|
Sat, 20 Sep 2014 17:16:56 -0400 |
Michael Goffioul |
isstruct for classdef objects should not return true.
|
Sat, 20 Sep 2014 12:43:25 -0400 |
Michael Goffioul |
Implement "isa" for classdef objects.
|
Sun, 27 Apr 2014 18:02:47 -0700 |
Rik |
maint: untabify recently added code files.
|
Fri, 31 Jan 2014 11:41:19 -0500 |
Michael Goffioul |
Support disp/display overloading in classdef
|
Sat, 25 Jan 2014 22:56:09 -0500 |
Michael Goffioul |
Remove use of deprecate symbol_table::varref
|
Sat, 25 Jan 2014 22:03:57 -0500 |
Michael Goffioul |
Remove use of deprecate Octave_map in classdef.
|
Fri, 24 Jan 2014 22:17:29 -0500 |
Michael Goffioul |
Implement subsasgn overloading in classdef
|
Sat, 18 Jan 2014 21:31:53 -0500 |
Michael Goffioul |
Partial support for operator overload in classdef.
|
Sun, 12 Jan 2014 15:54:44 -0500 |
Michael Goffioul |
Initial implementation for classdef methods in separate files.
|
Wed, 23 Oct 2013 22:48:29 -0400 |
John W. Eaton |
maint: Update copyright notices.
classdef
|
Fri, 24 May 2013 15:41:52 -0400 |
Michael Goffioul |
Implement property accessors.
classdef
|
Thu, 23 May 2013 21:41:51 -0400 |
Michael Goffioul |
Support combination of object array extension and multi-level indexing.
classdef
|
Thu, 23 May 2013 14:12:33 -0400 |
Michael Goffioul |
Add multi-level index assignment for object array.
classdef
|
Sat, 18 May 2013 23:12:56 -0400 |
Michael Goffioul |
Correct handling of package context in symbol table.
classdef
|
Fri, 17 May 2013 23:17:25 -0400 |
Michael Goffioul |
Initial support for (classdef) packages.
classdef
|
Mon, 11 Feb 2013 15:20:00 -0500 |
Michael Goffioul |
Implement indirect method call: fun(obj, ...).
classdef
|
Mon, 28 Jan 2013 21:56:01 -0500 |
Michael Goffioul |
Abstract the meta-protocol layer to use it for other meta objects.
classdef
|
Sun, 20 Jan 2013 23:03:17 -0500 |
Michael Goffioul |
Move property/method access check down to cdef_property/cdef_method classes.
classdef
|
Sat, 12 Jan 2013 22:41:37 -0500 |
Michael Goffioul |
Report correct size for object of classdef objects.
classdef
|
Fri, 11 Jan 2013 16:27:22 -0500 |
Ben Abbott |
ov-classdef.h: Include class-key when declaring a friend
classdef
|
Tue, 08 Jan 2013 12:34:30 -0500 |
Michael Goffioul |
Initial support for object array semantic.
classdef
|
Sun, 06 Jan 2013 22:22:13 -0500 |
Michael Goffioul |
More flexible refcount to account for owned back-references.
classdef
|
Sun, 06 Jan 2013 15:45:28 -0500 |
Michael Goffioul |
Add object counting to cdef_class.
classdef
|
Sun, 06 Jan 2013 12:19:16 -0500 |
Michael Goffioul |
Use strong reference between objects and their class.
classdef
|
Thu, 03 Jan 2013 21:01:11 -0500 |
Michael Goffioul |
Implement full object construction and superclass references.
classdef
|
Tue, 01 Jan 2013 19:54:15 -0500 |
Michael Goffioul |
Implement embryonic value-class semantic.
classdef
|
Tue, 01 Jan 2013 19:42:17 -0500 |
Michael Goffioul |
Implement some embryonic handle-classdef semantic.
classdef
|
Sun, 23 Dec 2012 17:43:06 -0500 |
Michael Goffioul |
Move classdef related source files to correct location.
classdef
base
src/octave-value/ov-classdef.h@74e76adf3ff2
|