log libinterp/corefcn/find.cc @ 33669:96f077c60226 default tip @

age author description
Fri, 12 Apr 2024 11:15:32 -0400 John W. Eaton replace nearly all remaining uses of panic_impossible with error
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 15:48:06 -0500 John W. Eaton avoid dim_vector copies in more places where possible (bug #64962)
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
Thu, 03 Feb 2022 17:46:18 -0800 Rik maint: merge stable to default.
Thu, 03 Feb 2022 17:45:53 -0800 Rik doc: use hyphen in find docstring per standard Octave usage. stable
Thu, 03 Feb 2022 12:21:16 -0500 Nicholas R. Jankowski doc: correct typo/grammar in find docstring stable
Thu, 03 Feb 2022 09:08:39 -0500 Nicholas R. Jankowski describe find's indexing behavior for dim > 2 and add BIST (bug #61986) stable
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
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
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, 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
Sat, 10 Oct 2020 07:28:34 -0700 Rik maint: Backed out changeset 09c071328135.
Fri, 09 Oct 2020 13:49:52 -0700 Rik test: remove unnecessary BIST tests in C++ files checking for excessive number of inputs.
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
Thu, 17 Jan 2019 08:04:53 -0800 Rik Fix dead assignments found by clang static analysis (bug #55440). stable
Thu, 03 Jan 2019 15:21:53 -0800 Rik Use "x == fix (x)" to detect integers rather than floor or round (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 01 Jan 2019 20:47:53 -0800 Rik find.cc: Fix static analyzer detected issues (bug #55347). stable
Sun, 15 Apr 2018 23:59:24 -0700 Mike Miller restore find (false) to be compatible with Matlab again (bug #53655) stable
Tue, 10 Apr 2018 12:19:02 -0400 John W. Eaton find: return column vector for N-d logical arrays (bug #53603) stable