log libinterp/octave-value/ov-classdef.cc @ 21200:fcac5dbbf9ed

age author description
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Thu, 21 Jan 2016 09:47:50 -0800 Rik maint: Use "return ovl (...)" in DEFUN macros.
Wed, 20 Jan 2016 20:57:45 -0800 Rik maint: Remove unused variables.
Mon, 18 Jan 2016 21:06:26 -0800 Rik Rename local gripe_XXX functions to err_XXX or warn_XXX.
Wed, 13 Jan 2016 11:02:22 -0800 Rik maint: Replace if/error/else paradigm with just if/error.
Tue, 05 Jan 2016 14:16:58 -0800 Rik maint: Rename attributes GCC_ATTR_XXX to OCTAVE_XXX.
Sun, 03 Jan 2016 10:58:15 -0800 Rik maint: Move GCC_ attributes to start of declaration for future compatibility.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Thu, 24 Dec 2015 12:50:28 -0500 John W. Eaton maint: invert if/else/error instances.
Tue, 22 Dec 2015 10:29:22 -0800 Rik maint: Invert simple conditionals in if/else/error paradigm.
Fri, 18 Dec 2015 22:39:36 -0500 John W. Eaton style fixes for comments
Fri, 18 Dec 2015 15:37:22 -0800 Rik maint: Use new C++ archetype in more files.
Wed, 16 Dec 2015 18:21:46 -0500 John W. Eaton eliminate trailing whitespace in source files
Wed, 16 Dec 2015 12:20:53 -0800 Rik Use "inline" keyword on cdef_object_scalar::mark_as_constructed.
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Fri, 11 Dec 2015 11:40:31 -0500 John W. Eaton maint: Periodic merge of stable to default.
Fri, 21 Aug 2015 13:05:52 -0400 akira noda Fix compilation of classdef with the clang compiler (bug #41178) stable
Thu, 03 Dec 2015 14:59:30 -0500 John W. Eaton eliminate return statements after calls to print_usage
Mon, 23 Nov 2015 23:23:57 -0500 John W. Eaton eliminate more uses of error_state
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Fri, 13 Nov 2015 14:10:26 -0500 John W. Eaton rename octave_value value extractors that accept error message args
Wed, 04 Nov 2015 15:56:22 -0500 John W. Eaton eliminate more uses of error_state
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
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