log libinterp/octave-value/ov-classdef.cc @ 20595:c1a6c31ac29a

age author description
Tue, 06 Oct 2015 00:20:02 -0400 John W. Eaton eliminate more simple uses of error_state
Fri, 02 Oct 2015 15:07:37 -0400 Lachlan Andrew use exceptions for better invalid index error reporting (bug #45957)
Fri, 21 Aug 2015 13:05:52 -0400 akira noda Fix compilation of classdef with the clang compiler (bug #41178)
Thu, 06 Aug 2015 08:09:01 -0700 Rik Use error() rather than ::error() unless explicitly required.
Thu, 14 May 2015 14:52:09 -0400 John W. Eaton maint: Periodic merge of stable to default.
Thu, 14 May 2015 08:00:53 -0700 John W. Eaton Return copy of class object when using null indexing (bug #44940).
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Thu, 23 Apr 2015 17:03:14 -0700 Rik Stop segfault when using empty indexing of a classdef object.
Thu, 02 Apr 2015 17:16:03 -0400 John W. Eaton only insert package names into loader map if package dir exists (bug #43769)
Thu, 26 Feb 2015 13:07:04 -0500 John W. Eaton maint: More cleanup of C++ code to follow Octave coding conventions.
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Fri, 30 Jan 2015 15:28:32 -0500 John W. Eaton don't insert packages when doing a simple search (bug #43769)
Tue, 20 Jan 2015 13:43:29 -0500 John W. Eaton unconditionally disable the octave_allocator class
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Sat, 22 Nov 2014 15:54:49 -0500 Michael Goffioul Check return value of classdef set-method's (bug #43598)
Sun, 28 Sep 2014 21:43:51 -0400 Michael Goffioul Implement calling "struct" on classdef objects.
Sat, 20 Sep 2014 12:43:25 -0400 Michael Goffioul Implement "isa" for classdef objects.
Tue, 19 Aug 2014 12:02:15 -0400 John W. Eaton allow debugging messages in classdef code to be disabled
Sun, 27 Apr 2014 18:02:47 -0700 Rik maint: untabify recently added code files.
Sat, 22 Feb 2014 19:56:17 -0500 Michael Goffioul Allow multi-level classdef package.
Thu, 13 Feb 2014 22:29:44 -0500 Michael Goffioul Fix dispatch class of property accessor methods.
Sat, 08 Feb 2014 19:17:25 -0500 Michael Goffioul Support handle to classdef constructor.
Sat, 08 Feb 2014 17:10:01 -0500 Michael Goffioul Fix package function call with magic "end" in arguments.
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
Fri, 24 Jan 2014 22:17:29 -0500 Michael Goffioul Implement subsasgn overloading in classdef
Thu, 23 Jan 2014 21:24:43 -0500 Michael Goffioul Allow to call superclass constructor without arguments.
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