log libinterp/octave-value/cdef-class.h @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Sun, 12 Jun 2022 14:37:07 +0200 Markus Mützel install_classdef: Remove OCTINTERP_API flag.
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
Fri, 17 Dec 2021 19:41:48 +0100 Markus Mützel maint: merge stable to default.
Fri, 17 Dec 2021 19:13:04 +0100 Markus Mützel cdef classes: Forward declare with visibility flags (bug #59820). stable
Sun, 28 Nov 2021 22:03:07 -0800 Rik maint: merge stable to default.
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. 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
Mon, 30 Aug 2021 13:33:47 -0400 John W. Eaton maint: use "m_" prefix for member variables in some classdef 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
Tue, 29 Dec 2020 18:21:12 +0100 Markus Mützel Set API tags in files in libinterp/octave-value (patch #8919).
Fri, 29 May 2020 10:57:04 -0400 John W. Eaton allow help to find docstrings for classdef classes and methods (bug #43047)
Tue, 21 Jan 2020 09:20:15 -0600 John W. Eaton fix more spelling errors (bug #57613)
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
Thu, 10 Oct 2019 13:54:14 -0400 John W. Eaton eliminate some uses of bare pointers to octave_function objects
Thu, 26 Sep 2019 10:34:59 -0400 John W. Eaton eliminate unused object_count variable in cdef_class_rep
Thu, 30 May 2019 10:23:44 +0000 John W. Eaton don't include error.h in ov-base.h
Tue, 26 Mar 2019 02:42:38 +0000 John W. Eaton make breakpoints in classdef methods work (bug #45404, bug #46451)
Wed, 20 Mar 2019 16:20:10 +0000 John W. Eaton methods: return classdef constructors in list (bug #55858)
Fri, 22 Feb 2019 16:02:09 +0000 John W. Eaton move classdef classes inside octave namespace
Fri, 22 Feb 2019 15:40:15 +0000 John W. Eaton style fixes for classdef classes
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