Mon, 20 Jan 2014 22:16:22 -0500 |
Michael Goffioul |
Don't call classdef-overloaded subsref from builtin calls.
|
Mon, 20 Jan 2014 14:10:42 -0500 |
Michael Goffioul |
Implement subsref overloading in classdef.
|
Sat, 18 Jan 2014 15:31:23 -0500 |
Michael Goffioul |
Allow base classes to access protected members of derived classes.
|
Sun, 12 Jan 2014 15:54:44 -0500 |
Michael Goffioul |
Initial implementation for classdef methods in separate files.
|
Sun, 12 Jan 2014 15:54:43 -0500 |
Michael Goffioul |
Allow to parse external methods declaration in classdef 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
|
Wed, 22 May 2013 15:48:31 -0400 |
Michael Goffioul |
Promote scalar object to array for '(' idnex assignment.
classdef
|
Mon, 20 May 2013 22:59:10 -0400 |
Michael Goffioul |
Add object array property indexing.
classdef
|
Mon, 20 May 2013 20:17:19 -0400 |
Michael Goffioul |
Implement multilevel subsasgn for scalar objects.
classdef
|
Mon, 20 May 2013 14:37:25 -0400 |
Michael Goffioul |
Implement meta.package.getAllPackages() method.
classdef
|
Mon, 20 May 2013 12:44:03 -0400 |
Michael Goffioul |
Expose builtin meta.* classes.
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
|
Tue, 15 Jan 2013 20:53:04 -0500 |
Michael Goffioul |
Check constructor access.
classdef
|
Tue, 15 Jan 2013 19:36:31 -0500 |
Michael Goffioul |
Support calling static methods and getting constant properties.
classdef
|
Tue, 15 Jan 2013 17:01:13 -0500 |
Michael Goffioul |
Support constructor call with no indexing syntax.
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
|
Fri, 04 Jan 2013 14:29:13 -0500 |
Michael Goffioul |
Add metaclass function.
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.cc@619e5f74d612
|