log libinterp/octave-value/ov-base-mat.cc @ 33364:9108c5b24626 bytecode-interpreter

age author description
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
Sat, 06 Apr 2024 17:38:27 -0400 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Sat, 06 Apr 2024 17:11:35 -0400 John W. Eaton eliminate some uses of panic_* functions
Mon, 22 Jan 2024 11:27:42 +0100 Markus Mützel maint: Merge default to bytecode-interpreter. bytecode-interpreter
Mon, 22 Jan 2024 11:08:20 +0100 Markus Mützel maint: Merge stable to default.
Mon, 22 Jan 2024 11:07:52 +0100 Markus Mützel ov-base-mat.cc: Remove inclusion of unnecessary header. stable
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
Wed, 13 Dec 2023 18:19:37 -0500 Arun Giridhar maint: Merge default to bytecode-interpreter bytecode-interpreter
Wed, 13 Dec 2023 15:48:06 -0500 John W. Eaton avoid dim_vector copies in more places where possible (bug #64962)
Fri, 08 Dec 2023 09:15:15 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Thu, 30 Nov 2023 23:07:51 +0100 Petter .T avoid constructing matrix that won't be used
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
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 09:55:13 -0400 Petter T. new functions to identify and extract elements from full numeric matrices
Thu, 15 Jun 2023 11:28:16 -0400 Petter T. new subsref and subsasgn functions to handle simple case
Wed, 08 Mar 2023 09:28:28 -0800 Rik maint: Use "nonzero" rather than "non-zero" in code base.
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
Sun, 10 Jul 2022 18:26:24 -0700 Rik maint: use "m_" prefix for member variables in class octave_base_matrix.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
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.
Sun, 26 Jan 2020 23:07:45 -0500 John W. Eaton refactor index_exception classes to accommodate std::exception::what method
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
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
Tue, 23 Apr 2019 18:46:12 +0000 John W. Eaton warn about indexing values with () (bug #56167)
Tue, 23 Apr 2019 10:47:02 +0000 John W. Eaton error for x{} for cell array objects (bug #56167)
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
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, 26 Jan 2018 19:39:46 -0500 John W. Eaton more variable editor improvements; allow more variable types to be edited
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.
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 03:41:42 -0400 John W. Eaton move more classes inside octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 29 Jun 2016 08:50:09 -0700 Lachlan Andrew Provide a warning when an array is used in an if/while/until (bug #43098).
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Fri, 13 May 2016 09:27:38 -0400 John W. Eaton Only include config.h in files that are compiled separately.
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.