log libinterp/octave-value/ov-base.cc @ 33632:fed0dc6fd44c default tip

age author description
Wed, 17 Apr 2024 22:50:37 -0400 John W. Eaton remove unnecessary private function in octave_base_value class
Mon, 08 Apr 2024 21:00:39 -0400 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Mon, 08 Apr 2024 19:39:34 -0400 John W. Eaton replace most uses of panic_impossible with error in octave_value classes
Fri, 22 Dec 2023 12:17:24 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Fri, 22 Dec 2023 12:14:08 -0500 John W. Eaton maint: merge stable to default
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Thu, 21 Dec 2023 17:48:59 -0500 Arun Giridhar maint: Merge default to bytecode-interpreter bytecode-interpreter
Wed, 20 Dec 2023 20:02:42 -0800 Rik maint: Use constexpr where possible for performance.
Tue, 12 Dec 2023 23:14:33 -0800 Rik maint: Merge default to bytecode-interpreter. bytecode-interpreter
Tue, 12 Dec 2023 23:02:10 -0800 Rik maint: C++ style check for libgui/ directory.
Tue, 12 Dec 2023 18:24:05 -0800 Rik maint: C++ style check for libinterp/ before 9.1 release. stable
Thu, 07 Dec 2023 00:26:55 -0500 John W. Eaton maint: merge stable to default
Wed, 06 Dec 2023 15:02:58 -0500 John W. Eaton remove experimental bytecode interpreter from stable branch for release stable
Mon, 04 Dec 2023 11:45:29 -0500 John W. Eaton maint: merge stable to default
Mon, 04 Dec 2023 09:52:14 -0500 John W. Eaton disable building bytecode evaluator by default (bug #64977) stable
Sat, 25 Nov 2023 17:35:36 +0100 Markus Mützel maint: Merge stable to default.
Sat, 25 Nov 2023 17:21:32 +0100 Markus Mützel maint: Add space " " between C++ cast and argument. stable
Sat, 25 Nov 2023 16:51:49 +0100 Markus Mützel maint: Merge stable to default.
Sat, 25 Nov 2023 16:47:19 +0100 Markus Mützel maint: Eliminate "(void)" in C++ function prototypes/declarations. stable
Sat, 25 Nov 2023 16:24:07 +0100 Markus Mützel maint: Merge stable to default.
Sat, 25 Nov 2023 13:55:45 +0100 Markus Mützel Prefix enumeration values in public header with "OCT_" (bug #64829). stable
Wed, 22 Nov 2023 16:54:04 -0800 Rik maint: Remove features deprecated in Octave 8.
Fri, 27 Oct 2023 18:20:14 +0200 Petter T. Remove unnused functions introduced by bytecode interpreter work
Fri, 27 Oct 2023 18:19:32 +0200 Petter T. Add function to octave_value:s that decides dispath type for ()-indexing
Mon, 19 Jun 2023 23:21:41 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Mon, 19 Jun 2023 15:28:32 -0400 Petter T. new function to get for loop value from octave_value object
Mon, 19 Jun 2023 13:13:03 -0400 Petter T. new value class to manage references to octave_value objects
Mon, 19 Jun 2023 11:17:32 -0400 Petter T. new functions for accessing double values
Mon, 19 Jun 2023 10:27:30 -0400 Petter T. new octave_base_value functions to create storable values
Mon, 19 Jun 2023 09:55:13 -0400 Petter T. new functions to identify and extract elements from full numeric matrices
Thu, 15 Jun 2023 12:26:25 -0400 Petter T. new simple_numeric_assign function to handle simple case
Thu, 15 Jun 2023 11:28:16 -0400 Petter T. new subsref and subsasgn functions to handle simple case
Sat, 25 Feb 2023 10:28:39 -0500 John W. Eaton move default constructor for octave_base_value from .h to .cc file
Mon, 20 Feb 2023 18:06:54 -0800 Rik maint: Use 's_' prefix for static private class variables.
Tue, 14 Feb 2023 22:04:06 -0500 Arun Giridhar maint: Remove `#if 0` commented-out code from the codebase.
Thu, 02 Feb 2023 18:18:35 -0800 Rik maint: use "m_" prefix for member variables in class octave_value.
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
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