log libinterp/octave-value/ov-cell.cc @ 32060:1203a2d81a42

age author description
Wed, 26 Apr 2023 16:26:32 -0700 Rik Add BIST tests for Matlab compatibility for functions which accept negative dimensions.
Thu, 02 Feb 2023 18:18:35 -0800 Rik maint: use "m_" prefix for member variables in class octave_value.
Thu, 02 Feb 2023 17:33:17 -0800 Rik maint: Use consistent coding style when calling Ffunction().
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Fri, 06 Jan 2023 17:19:16 -0500 John W. Eaton style fixes: avoid breaking lines after "(" and prefer "" over QString ("")
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 12:03:52 -0700 Rik Allow cell input to cell() function (bug #63132)
Sun, 10 Jul 2022 18:26:24 -0700 Rik maint: use "m_" prefix for member variables in class octave_base_matrix.
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
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.
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
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.
Tue, 07 Sep 2021 14:39:08 -0700 Rik maint: use "m_" prefix for member variables in class octave_cell.
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
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
Tue, 04 May 2021 14:03:19 -0700 Rik Emit more informative error message for empty {} indexing (bug #57297).
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
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
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, 13 Oct 2020 14:23:39 -0700 Rik maint: Don't use semicolon at end of single-line BIST tests.
Mon, 22 Jun 2020 14:13:17 +0900 Kai T. Ohlhus maint: merge stable to default.
Mon, 22 Jun 2020 14:11:53 +0900 Kai T. Ohlhus * ov-cell.cc: remove redundant return statement (bug #58617) 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, 30 Sep 2019 11:05:42 +0200 Carlo de Falco Remove wrapper template class NoAlias<T> (bug #56752)
Tue, 17 Sep 2019 21:40:17 -0700 Rik namedargs2cell.m: New function (bug #56903).
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Tue, 23 Apr 2019 10:47:02 +0000 John W. Eaton error for x{} for cell array objects (bug #56167)
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
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
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
Wed, 07 Feb 2018 11:34:13 +0100 Kai T. Ohlhus Silence build warnings about unused parameters.
Thu, 01 Feb 2018 06:36:50 -0500 John W. Eaton new octave_value functions for formatting output
Tue, 30 Jan 2018 17:18:01 -0500 John W. Eaton allow single character strings to be edited (bug #51848)
Mon, 29 Jan 2018 16:22:30 -0500 John W. Eaton directly edit scalar numeric & logical values in cell arrays (bug #52988)
Fri, 26 Jan 2018 19:39:46 -0500 John W. Eaton more variable editor improvements; allow more variable types to be edited
Fri, 19 Jan 2018 10:17:36 -0800 Rik Deprecate toascii function
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 27 Dec 2017 11:22:26 -0800 Rik isstring.m: Add new function for identifying string arrays.
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).
Tue, 13 Jun 2017 13:05:19 -0700 Rik maint: Deprecate is_null_type and replace with isnull.
Tue, 13 Jun 2017 12:43:42 -0700 Rik maint: Deprecate is_sorted and replace with issorted.