log libinterp/octave-value/ov-class.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
Tue, 29 Nov 2022 18:40:56 -0800 Rik doc: more DOCSTRING changes ahead of 8.1 release. 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/
Mon, 07 Feb 2022 21:47:53 -0800 Arun Giridhar Replace direct calls to C library assert() with Octave specialty functions in libinterp/ (bug #61753)
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
Mon, 27 Dec 2021 19:53:35 -0800 Rik doc: Use TF for output variable in documentation for isXXX functions in libinterp/ directory.
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
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
Sat, 14 Aug 2021 16:27:53 -0400 John W. Eaton move some error handling functions inside octave namespace
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)
Wed, 28 Apr 2021 13:46:02 -0400 John W. Eaton move idx_vector classes inside octave namespace
Thu, 01 Apr 2021 03:02:22 -0400 John W. Eaton maint: merge stable to default.
Fri, 05 Mar 2021 16:14:34 -0500 John W. Eaton avoid memory leaks when returning handles to nested functions stable
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, 10 Oct 2020 07:28:34 -0700 Rik maint: Backed out changeset 09c071328135.
Fri, 09 Oct 2020 13:49:52 -0700 Rik test: remove unnecessary BIST tests in C++ files checking for excessive number of inputs.
Wed, 30 Sep 2020 03:17:52 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
Thu, 30 Jul 2020 16:16:04 -0400 John W. Eaton move non-member octave_value operator functions to octave namespace
Thu, 11 Jun 2020 01:22:45 -0400 John W. Eaton maint: merge stable to default.
Fri, 03 Apr 2020 22:00:06 -0400 John W. Eaton refactor handling of parent functions and localfunctions stable
Mon, 30 Mar 2020 10:43:47 -0400 John W. Eaton refactor octave_function call method stable
Mon, 23 Mar 2020 15:29:49 -0400 John W. Eaton convert obsolete octave_fcn_inline object to @inline class stable
Tue, 18 Feb 2020 13:16:41 -0500 John W. Eaton handle interleaved complex data and new typed data access functions for mex
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
Fri, 04 Oct 2019 16:40:30 -0400 John W. Eaton make recover_from_exception a member function
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Mon, 01 Apr 2019 21:33:22 +0000 John W. Eaton eliminate some direct access to call stack in legacy class and function objects
Fri, 15 Mar 2019 07:16:27 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
Tue, 19 Feb 2019 17:53:40 +0000 John W. Eaton eliminate some useless functions
Mon, 18 Feb 2019 17:05:11 +0000 John W. Eaton make ismethod work for classdef and java objects (bug #55487)
Tue, 12 Feb 2019 20:58:16 +0000 John W. Eaton allow methods function to work for classdef objects (bug #42510)
Sat, 12 Jan 2019 09:15:22 -0500 John W. Eaton maint: Merge stable to default.
Sat, 12 Jan 2019 08:09:02 -0500 John W. Eaton Backed out changeset 920a4ad8043b (bug #54995) stable
Thu, 03 Jan 2019 09:36:00 -0500 John W. Eaton pass save_as_floats by value in octave_value save_binary functions
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 05 Nov 2018 15:42:51 -0500 John W. Eaton remove called_from_builtin
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Thu, 03 May 2018 01:13:32 -0400 John W. Eaton use cbegin, crbegin, cend, and crend and auto decls where possible
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
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 05 Jan 2018 18:44:53 -0500 John W. Eaton don't use singleton for octave_value_typeinfo
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Sun, 25 Jun 2017 09:50:51 -0400 John W. Eaton move symbol_table class inside octave namespace
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table