log libinterp/octave-value/ov-struct.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)
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
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: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)
Tue, 23 Nov 2021 11:26:38 -0800 Rik maint: Shorten @seealso lines to less than 80 characters (bug #57599)
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.
Mon, 30 Aug 2021 14:02:47 -0400 John W. Eaton maint: use "m_" prefix for member variables in some octave-value classes.
Wed, 18 Aug 2021 11:40:25 -0400 John W. Eaton move most functions in variables.cc to octave namespace
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
Tue, 25 May 2021 09:15:29 -0700 Rik Make disp() Matlab-compatible for scalar struct variables (bug #60643).
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
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
Wed, 30 Sep 2020 03:17:52 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
Tue, 08 Sep 2020 13:42:23 -0400 John W. Eaton improve validation of cell2struct fields argument (bug #58617)
Thu, 09 Jul 2020 13:04:54 -0400 John W. Eaton maint: merge stable to default.
Thu, 09 Jul 2020 09:20:10 -0400 John W. Eaton create empty c-s list for x.a (bug #58695) stable
Fri, 27 Mar 2020 13:13:09 -0700 Mike Miller maint: merge stable to default
Wed, 19 Apr 2017 15:06:31 +0200 Olaf Till Load structures with arbitrary string fieldnames (bug #50831, bug #46645). stable
Wed, 19 Apr 2017 15:06:31 +0200 Olaf Till Load structures with arbitrary string fieldnames (bug #50831, bug #46645).
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
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Tue, 04 Jun 2019 08:10:11 -0700 Rik Emit an error for invalid fieldnames of 0x0 struct array (bug #34967).
Tue, 23 Apr 2019 18:46:12 +0000 John W. Eaton warn about indexing values with () (bug #56167)
Thu, 03 Jan 2019 17:25:36 -0800 Rik maint: merge stable to default.
Thu, 03 Jan 2019 15:06:49 -0800 Rik ov-struct.cc: Fix static analyzer detected issues (bug #55347). 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
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
Thu, 03 May 2018 01:13:32 -0400 John W. Eaton use cbegin, crbegin, cend, and crend and auto decls where possible
Thu, 03 May 2018 00:39:14 -0400 John W. Eaton be more careful with using auto in place of explicit const iterator decls
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
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
Wed, 31 Jan 2018 16:18:24 -0500 John W. Eaton handle structure arrays in the variable editor
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 11 Aug 2017 08:05:01 -0700 Rik Empty indexing of a struct should return the entire struct (bug #51633).
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Fri, 28 Jul 2017 10:34:33 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Tue, 13 Jun 2017 13:05:19 -0700 Rik maint: Deprecate is_null_type and replace with isnull.
Tue, 13 Jun 2017 11:25:31 -0700 Rik maint: Deprecate is_object and replace with isobject.
Tue, 13 Jun 2017 09:20:08 -0700 Rik maint: Deprecate is_map and replace with isstruct.