log libinterp/octave-value/ov.h @ 33244:08ab46f6e241

age author description
Sat, 23 Mar 2024 13:22:58 -0400 John W. Eaton replace uses of assert with panic_impossible in ov.h
Wed, 24 Jan 2024 21:52:52 -0500 John W. Eaton Backed out changeset 3c4c1af66055 bytecode-interpreter
Wed, 24 Jan 2024 20:16:03 -0500 Arun Giridhar maint: Merge default to bytecode-interpreter bytecode-interpreter
Tue, 23 Jan 2024 20:02:39 +0100 Petter T. Special nil octave_value class (bug #65200) bytecode-interpreter
Wed, 24 Jan 2024 20:13:08 -0500 Arun Giridhar Backed out changeset 6cf9a8c9010c
Tue, 23 Jan 2024 20:02:39 +0100 Petter T. Special nil octave_value class (bug #65200)
Mon, 22 Jan 2024 23:38:08 +0100 Petter T. Refactor dynamic stack frame for bytecode interpreter (bug #65191) bytecode-interpreter
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
Thu, 21 Dec 2023 11:22:26 -0800 Rik maint: Place class name and class keyword on one line.
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 09:52:14 -0500 John W. Eaton disable building bytecode evaluator by default (bug #64977) stable
Sat, 25 Nov 2023 16:47:19 +0100 Markus Mützel maint: Eliminate "(void)" in C++ function prototypes/declarations. stable
Fri, 27 Oct 2023 18:20:14 +0200 Petter T. Remove unnused functions introduced by bytecode interpreter work
Fri, 27 Oct 2023 18:20:03 +0200 Petter T. Split chained subsrefs to multiple instructions
Fri, 27 Oct 2023 18:19:39 +0200 Petter T. Lookup function cache with arguments on the bytecode vm stack
Fri, 27 Oct 2023 18:19:32 +0200 Petter T. Add function to octave_value:s that decides dispath type for ()-indexing
Fri, 22 Sep 2023 15:46:36 +0200 Petter T. VM Support globals in scripts properly (bug #64705)
Mon, 04 Sep 2023 16:52:22 +0200 Petter T. VM Add support for nested functions
Sat, 19 Aug 2023 13:05:33 +0200 Petter T. VM Add support for scripts
Mon, 24 Apr 2023 20:34:39 +0200 Petter T. experimental stack-based virtual machine
Mon, 19 Jun 2023 17:27:37 -0400 Petter T. new octave_value member function to compute end index for object
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 14:16:39 -0400 Petter T. new octave_value class that disallows self-assignment
Mon, 19 Jun 2023 13:27:42 -0400 Petter T. allow public access to octave_base_value nil_rep 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:36:39 -0400 Petter T. octave_trivial_range functions omitted from changeset f31cbed22bf6
Mon, 19 Jun 2023 11:17:32 -0400 Petter T. new functions for accessing double values
Mon, 19 Jun 2023 10:45:49 -0400 Petter T. new function to call object destructor if only one reference remains
Mon, 19 Jun 2023 09:55:13 -0400 Petter T. new functions to identify and extract elements from full numeric matrices
Sat, 17 Jun 2023 10:19:33 -0400 Petter T. function cache to improve performance of function resolution
Fri, 16 Jun 2023 15:04:39 -0400 John W. Eaton allow octave_value_factory functions to work
Thu, 15 Jun 2023 11:28:16 -0400 Petter T. new subsref and subsasgn functions to handle simple case
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:12:14 -0500 John W. Eaton maint: Merge stable to default.
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 20:05:44 -0800 Rik maint: merge stable to default
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:28:07 -0800 Rik maint: merge stable to default
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Wed, 16 Nov 2022 14:05:18 -0500 John W. Eaton eliminate Range class functions that are no longer needed
Wed, 16 Nov 2022 06:07:14 -0500 Arun Giridhar maint: Remove more function deprecated in Octave 7
Wed, 05 Oct 2022 10:35:31 -0400 Arun Giridhar Improve performance of isfield from linear time to constant time (bug #58105)
Tue, 22 Mar 2022 00:06:09 -0400 John W. Eaton maint: Merge stable to default.
Mon, 21 Mar 2022 23:58:35 -0400 John W. Eaton restore part of the old octave_range class as octave_legacy_range 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
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
Sun, 19 Dec 2021 14:36:51 +0100 Markus Mützel maint: merge stable to default.
Sun, 19 Dec 2021 14:36:18 +0100 Markus Mützel ov.h: Don't mark definitions in header with visibility flags. 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)
Thu, 07 Oct 2021 17:08:44 -0400 John W. Eaton attempt to limit possible const_cast damage