log libinterp/octave-value/ov-classdef.cc @ 31175:2b8e8637a64e

age author description
Wed, 03 Aug 2022 15:44:17 -0700 Rik maint: merge stable to default
Wed, 03 Aug 2022 15:25:27 -0700 Rik Fix duplicate names displayed with mixed @class/classdef classes (Bug #62802) stable
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Sat, 30 Oct 2021 09:45:23 -0400 John W. Eaton store file name in classdef class object
Wed, 08 Sep 2021 11:14:44 -0400 John W. Eaton Backed out changeset 938794bc82b7
Tue, 07 Sep 2021 15:26:47 -0700 Rik maint: use "m_" prefix for member variables in class octave_base_value.
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Mon, 19 Jul 2021 10:43:31 -0400 John W. Eaton print "object" not "m_object" for default classdef object display (bug #60938)
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Sun, 28 Mar 2021 15:35:05 -0400 John W. Eaton use "m_" prefix for class members in a few more classes
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 23 Jan 2021 14:30:55 +0100 Markus Mützel maint: merge stable to default.
Mon, 28 Dec 2020 18:24:04 +0100 Fernando Alvarruiz Temporarily set lvalue list to null (bug #59704). stable
Mon, 29 Jun 2020 15:12:39 -0400 John W. Eaton maint: merge stable to default.
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
Thu, 16 Nov 2017 21:43:47 -0500 John W. Eaton don't use symbol_table:: nesting for symbol_record, symbol_scope, or fcn_info
Thu, 28 Sep 2017 15:49:36 -0700 Mike Miller maint: use correct const qualifier on overridden virtual function
Fri, 22 Sep 2017 17:24:15 -0700 Piotr Held return empty matrix if meta.*.fromName fails (bug #52096)
Thu, 10 Aug 2017 12:26:44 -0400 John W. Eaton new predicates for classdef_superclass_ref objects
Tue, 08 Aug 2017 18:21:07 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Mon, 07 Aug 2017 15:05:19 -0700 Piotr Held Fix argument lookup in '+' package functions (Bug #51532).
Fri, 04 Aug 2017 09:37:04 -0700 Rik Eliminate unnecessary std::string ("...") constructor calls when "..." suffices.
Wed, 02 Aug 2017 17:16:19 -0400 John W. Eaton avoid fallthrough warnings
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Sun, 25 Jun 2017 09:50:51 -0400 John W. Eaton move symbol_table class inside octave namespace
Fri, 23 Jun 2017 18:18:07 -0400 John W. Eaton make +package function calls work again (bug #51295, #51296)
Wed, 21 Jun 2017 10:26:29 -0400 John W. Eaton Backed out changeset 97c3223c17a6
Tue, 20 Jun 2017 17:31:52 -0400 John W. Eaton stash directory name in classdef method objects (bug #45444, bug #51276)
Tue, 20 Jun 2017 06:57:59 -0400 John W. Eaton avoid possible memory errors when parsing function files
Mon, 19 Jun 2017 14:57:34 -0400 John W. Eaton eliminate include statements for singleton-cleanup.h where no longer used
Mon, 19 Jun 2017 13:02:32 -0400 John W. Eaton don't use singleton for cdef_manager object
Thu, 15 Jun 2017 19:15:06 -0400 John W. Eaton remove additional functions from symbol_table class
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Sun, 11 Jun 2017 15:35:21 -0700 Rik maint: Deprecate is_cell and replace with iscell.
Wed, 07 Jun 2017 02:13:05 -0400 John W. Eaton don't use singleton for call_stack
Sat, 27 May 2017 09:59:32 -0700 Rik maint: Don't write '> >' for declaration of templates that use templates.
Thu, 25 May 2017 13:13:17 -0400 John W. Eaton begin refactoring use of interpreter/evaluator in classdef objects
Thu, 25 May 2017 13:13:17 -0400 John W. Eaton pass reference to evaluator to octave_function call methods
Wed, 17 May 2017 16:31:04 -0400 John W. Eaton improve some function names
Wed, 17 May 2017 14:34:05 -0400 John W. Eaton eliminate remaining do_multi_index_op methods
Wed, 17 May 2017 11:17:42 -0400 John W. Eaton use feval instead of do_multi_index_op
Tue, 09 May 2017 12:13:12 -0400 John W. Eaton simplify checking evaluation context for classdef methods
Thu, 04 May 2017 15:02:46 -0400 John W. Eaton handle global and persistent in tree_decl_command, not as separate classes
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 12:31:17 -0400 John W. Eaton move load_path class to octave namespace
Thu, 20 Apr 2017 00:20:59 -0400 John W. Eaton eliminate load-path singleton
Fri, 21 Apr 2017 18:07:40 -0400 John W. Eaton begin refactoring parse tree evaluator
Wed, 05 Apr 2017 13:26:45 +0200 Lachlan Andrew Altering class member of object array modifies other class members (bug #46660).
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable