log libinterp/octave-value/ov-classdef.cc @ 28515:49f4d7814760 stable

age author description
Mon, 29 Jun 2020 15:01:27 -0400 John W. Eaton find help for not-yet-loaded classdef methods defined in @DIR files. stable
Fri, 29 May 2020 10:57:04 -0400 John W. Eaton allow help to find docstrings for classdef classes and methods (bug #43047) stable
Thu, 11 Jun 2020 01:22:45 -0400 John W. Eaton maint: merge stable to default.
Wed, 10 Jun 2020 17:01:31 -0400 John W. Eaton new octave_classdef_meta::is_classdef_method function stable
Mon, 30 Mar 2020 10:43:47 -0400 John W. Eaton refactor octave_function call method stable
Fri, 29 May 2020 10:57:04 -0400 John W. Eaton allow help to find docstrings for classdef classes and methods (bug #43047)
Fri, 14 Feb 2020 14:34:48 -0500 John W. Eaton provide default size method for classdef objects stable
Fri, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Wed, 26 Jun 2019 15:47:03 -0400 John W. Eaton unless necessary for formatting or code, use ' instead of `
Mon, 01 Apr 2019 20:38:44 +0000 John W. Eaton eliminate some direct access to call stack in classdef and inline objects
Fri, 14 Jun 2019 15:34:44 -0500 John W. Eaton don't print hidden or protected/private classdef properties (bug #55766)
Fri, 14 Jun 2019 12:52:27 -0500 John W. Eaton properties function: omit hidden properties (bug #55766)
Tue, 30 Apr 2019 15:29:59 +0000 John W. Eaton fix printing of object arrays broken by changeset 2c4ad1958cab
Fri, 29 Mar 2019 17:06:55 +0000 John W. Eaton eliminate some unnecessary include statements
Wed, 20 Mar 2019 16:20:10 +0000 John W. Eaton methods: return classdef constructors in list (bug #55858)
Fri, 15 Mar 2019 07:16:27 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
Fri, 22 Feb 2019 10:51:14 -0800 Rik Return help text for properties() function (bug #55764).
Fri, 22 Feb 2019 16:02:09 +0000 John W. Eaton move classdef classes inside octave namespace
Fri, 22 Feb 2019 15:28:42 +0000 John W. Eaton split method, package, and property classes from cdef-class file
Fri, 22 Feb 2019 07:34:47 +0000 John W. Eaton split classdef into multiple smaller source files
Thu, 21 Feb 2019 07:18:26 +0000 John W. Eaton maint: Merge stable to default.
Thu, 21 Feb 2019 01:10:20 -0500 S?bastien Villemot fix overloaded classdef subsasgn with curly braces (bug #55223, bug #54783) stable
Wed, 20 Feb 2019 22:41:58 +0000 John W. Eaton fix name of parent package in nested cdef_package objects
Wed, 20 Feb 2019 19:40:11 +0000 John W. Eaton display property names and info by default for classdef objects
Tue, 19 Feb 2019 17:53:40 +0000 John W. Eaton eliminate some useless functions
Tue, 12 Feb 2019 20:58:16 +0000 John W. Eaton allow methods function to work for classdef objects (bug #42510)
Tue, 12 Feb 2019 18:44:37 +0000 John W. Eaton implement properties function (bug #53614)
Mon, 11 Feb 2019 20:56:27 +0000 John W. Eaton allow object.method@superclass (...) to work (bug #47680)
Mon, 11 Feb 2019 20:49:48 +0000 John W. Eaton revise naming of the parts of a superclass reference
Thu, 07 Feb 2019 00:03:55 +0000 John W. Eaton eliminate unnecessary tree_funcall class
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Sat, 12 Jan 2019 08:09:02 -0500 John W. Eaton Backed out changeset 920a4ad8043b (bug #54995) stable
Sat, 05 Jan 2019 07:08:49 -0800 Rik maint: small indentation changes for readability. stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 21 Nov 2018 15:24:17 -0500 John W. Eaton eliminate some unnecessary function arguments
Tue, 13 Nov 2018 02:51:34 -0500 John W. Eaton fix trivial mistake from previous change
Tue, 13 Nov 2018 02:26:52 -0500 John W. Eaton partially refactor function lookup in symbol table
Mon, 05 Nov 2018 15:42:51 -0500 John W. Eaton remove called_from_builtin
Tue, 15 May 2018 01:28:40 -0400 John W. Eaton maint: Merge stable to default.
Fri, 11 May 2018 16:22:03 -0400 John W. Eaton call delete method correctly for handle class objects (bug #53844) stable
Tue, 08 May 2018 11:53:34 -0400 John W. Eaton eliminate some global accesses to the breakpoint table
Thu, 03 May 2018 00:39:14 -0400 John W. Eaton be more careful with using auto in place of explicit const iterator decls
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Fri, 27 Apr 2018 09:48:42 -0400 John W. Eaton use explict default and deleted ctors and dtors for classdef classes
Thu, 26 Apr 2018 21:58:16 -0400 John W. Eaton maint: Merge stable to default.
Thu, 26 Apr 2018 21:39:22 -0400 John W. Eaton avoid crash on exceptions thrown in handle class delete method stable
Thu, 02 Nov 2017 10:27:11 -0700 Piotr Held call delete method for handle class objects (bug #46497) stable
Wed, 11 Apr 2018 16:45:53 -0700 Rik Allow a single metaclass for Access property of classdef objects (bug #53601)
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 27 Feb 2018 15:01:18 -0800 Mike Miller maint: merge stable to default
Fri, 24 Nov 2017 21:14:38 +0100 Sébastien Villemot tie octave_classdef::numel method to "numel" user override method (bug #46571) stable
Thu, 28 Sep 2017 17:35:59 -0700 Piotr Held Don't install meta.event and meta.dynproperty in the symbol table.
Thu, 28 Sep 2017 17:32:48 -0700 Piotr Held Don't unregister 'meta' package in meta_release (Bug #52111)
Fri, 05 Jan 2018 18:44:53 -0500 John W. Eaton don't use singleton for octave_value_typeinfo
Sat, 06 Jan 2018 14:57:23 -0500 John W. Eaton refactor cdef_manager
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Mon, 27 Nov 2017 01:12:05 -0500 John W. Eaton use shared_ptr to manage symbol_scope objects