log libinterp/octave-value/ov-base.cc @ 31260:c5c8bf50449c

age author description
Wed, 05 Oct 2022 10:35:31 -0400 Arun Giridhar Improve performance of isfield from linear time to constant time (bug #58105)
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Mon, 28 Mar 2022 19:52:24 +0200 Markus Mützel maint: Merge stable to default.
Mon, 28 Mar 2022 19:27:35 +0200 Markus Mützel Avoid issues when converting large integers to floating point (bug #62212). stable
Thu, 17 Mar 2022 02:52:53 -0400 John W. Eaton maint: Merge stable to default.
Thu, 17 Mar 2022 02:44:19 -0400 John W. Eaton only allow range<FLOAT> to be instantiated stable
Wed, 02 Mar 2022 15:01:30 -0500 John W. Eaton deprecate sparse_auto_mutate function and internal variable
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)
Sat, 01 Jan 2022 19:43:52 -0800 Rik doc: Always have a return value for functions which set internal variables (bug #61681)
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 09 Sep 2021 20:12:01 -0700 Rik maint: use "s_" prefix for static variables in class octave_base_value.
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.
Wed, 18 Aug 2021 11:40:25 -0400 John W. Eaton move most functions in variables.cc to octave namespace
Mon, 16 Aug 2021 21:38:22 -0400 John W. Eaton move xdiv, xnorm, and xpow inside octave namespace
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD 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
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, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Wed, 12 Aug 2020 12:14:17 -0400 John W. Eaton new template class for octave_range objects
Thu, 06 Aug 2020 16:28:30 -0400 John W. Eaton replace Range with range<double>
Fri, 31 Jul 2020 13:00:48 -0400 John W. Eaton also provide builtin type to class traits
Thu, 11 Jun 2020 01:22:45 -0400 John W. Eaton maint: merge stable to default.
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
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
Mon, 01 Apr 2019 20:53:00 +0000 John W. Eaton eliminate some direct access to call stack in gui and octave_base_value
Fri, 15 Mar 2019 07:16:27 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
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, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
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
Thu, 01 Feb 2018 06:36:50 -0500 John W. Eaton new octave_value functions for formatting output
Fri, 19 Jan 2018 10:17:36 -0800 Rik Deprecate toascii function
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.
Thu, 14 Sep 2017 13:22:08 +0200 Kai T. Ohlhus Remove unused ov-base function get_builtin_classes.
Fri, 11 Aug 2017 09:10:35 -0400 John W. Eaton * ov-base.cc: Eliminate unecessary uses of retval.
Fri, 11 Aug 2017 09:05:58 -0400 John W. Eaton new function for accessing classdef objects
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).
Thu, 29 Jun 2017 02:40:21 -0400 John W. Eaton style fixes for initializer lists
Wed, 28 Jun 2017 23:58:38 -0400 John W. Eaton omit explicit octave_value constructor calls in initialization lists
Thu, 22 Jun 2017 16:23:36 -0400 John W. Eaton rework __dump_symbol_table__ function
Tue, 13 Jun 2017 12:43:42 -0700 Rik maint: Deprecate is_sorted and replace with issorted.
Tue, 13 Jun 2017 10:20:55 -0700 Rik maint: Deprecate is_numeric_type and replace with isnumeric.
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Wed, 07 Jun 2017 02:13:05 -0400 John W. Eaton don't use singleton for call_stack