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.