log libinterp/octave-value/ov-classdef.cc @ 20615:729a85dafba8

age author description
Thu, 08 Oct 2015 17:55:57 -0400 John W. Eaton use new string_value method to handle value extraction errors
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