log libinterp/octave-value/cdef-utils.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
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)
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 07 Dec 2020 10:52:36 -0800 Rik Fix regression with superclass lookup in classdef constructors (bug #59602). stable
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
Mon, 25 Mar 2019 16:24:45 +0000 John W. Eaton override dispatch class for function handles (bug #45351)
Mon, 25 Feb 2019 20:10:06 +0000 John W. Eaton refactor predicates for classdef methods/constructors
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