log liboctave/array/Range.h @ 33634:4a70f390c85e default tip @

age author description
Fri, 16 Feb 2024 14:42:54 -0500 John W. Eaton use explicit lambda-expression captures (bug #65318)
Fri, 16 Feb 2024 03:09:40 -0500 John W. Eaton Backed out changeset 489026b7257b
Thu, 15 Feb 2024 15:40:42 -0500 John W. Eaton explicitly capture '*this' by reference in lambda expressions (bug #65318)
Wed, 27 Dec 2023 16:55:14 -0800 Rik maint: New method rwdata() as clearer alternative to fortran_vec().
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 11:22:26 -0800 Rik maint: Place class name and class keyword on one line.
Fri, 17 Feb 2023 23:27:46 -0500 John W. Eaton default or disable more ctors, dtors, and assignment ops
Tue, 14 Feb 2023 22:04:06 -0500 Arun Giridhar maint: Remove `#if 0` commented-out code from the codebase.
Thu, 02 Feb 2023 12:34:03 -0800 Rik maint: Remove unnecessary indent after OCTAVE_BEGIN_NAMESPACE in liboctave/
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
Thu, 17 Nov 2022 13:53:47 -0500 John W. Eaton move declaration and definition of legacy Range class to ov-legacy-range.cc
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:57:14 -0500 Arun Giridhar maint: Remove more functions deprecated in Octave 7
Tue, 22 Mar 2022 00:01:53 -0400 John W. Eaton eliminate range<T>::make_constant function stable
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:44:19 -0400 John W. Eaton only allow range<FLOAT> to be instantiated stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 06 Dec 2021 14:12:11 -0500 John W. Eaton use separate files for MArray, intNDArray, and range template forward decls stable
Sat, 04 Dec 2021 08:40:07 -0500 John W. Eaton provide header file for forward declaration of Array<T> template stable
Thu, 02 Dec 2021 14:18:48 -0500 John W. Eaton style fixes for Range.h and Range.cc stable
Tue, 30 Nov 2021 18:19:20 +0100 Markus Mützel Allow descending ranges of all integer types (bug #61132). stable
Mon, 29 Nov 2021 20:02:44 +0100 Markus Mützel range: Use specialization of init function for octave_int<T> types (bug #61300). stable
Mon, 29 Nov 2021 10:03:47 -0800 Rik maint: style check C++ files in liboctave/ ahead of 7.1 release. stable
Sun, 28 Nov 2021 16:31:21 -0500 Arun Giridhar Ensure integer ranges do not exceed limits (bug #61300). stable
Thu, 16 Sep 2021 12:54:15 -0400 John W. Eaton * Range.h, Range.cc: Fix comments missed in previous change.
Thu, 16 Sep 2021 12:49:01 -0400 John W. Eaton replace rangeidx helper classes with lambda expressions
Sat, 14 Aug 2021 11:13:17 -0400 John W. Eaton rename OCTAVE_USE_DEPRECATED_FUNCTIONS macro and attempt to make it work
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, 06 Feb 2021 09:27:26 -0500 John W. Eaton improve handling of nan, infinite value, and empty ranges (bug #59229)
Fri, 05 Feb 2021 14:03:27 -0500 John W. Eaton specialize range<T>::init instead of defining get_numel and get_final_value
Fri, 05 Feb 2021 13:25:42 -0500 John W. Eaton also define range<float>::nnz specialization
Tue, 29 Dec 2020 17:32:25 +0100 Markus Mützel Export template class definition instead of template class instantiations (patch #8919).
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Wed, 12 Aug 2020 12:14:17 -0400 John W. Eaton new template class for octave_range objects
Thu, 06 Aug 2020 23:57:40 -0400 John W. Eaton new octave_value constructors for integer and float ranges.
Thu, 06 Aug 2020 16:28:30 -0400 John W. Eaton replace Range with range<double>
Thu, 06 Aug 2020 15:36:30 -0400 John W. Eaton new Range::final_value function
Thu, 06 Aug 2020 15:09:30 -0400 John W. Eaton use Range::increment instead of Range::inc
Thu, 06 Aug 2020 13:53:07 -0400 John W. Eaton new template for range objects
Fri, 24 Jul 2020 01:01:35 -0400 John W. Eaton allow infinite limits on for loop ranges (bug #45143)
Wed, 01 Jul 2020 15:33:53 -0400 John W. Eaton deprecate arithmetic operators for ranges; eliminate use in Octave
Mon, 01 Jun 2020 14:07:20 -0400 John W. Eaton style update for Range class
Sat, 25 Jan 2020 16:56:27 -0500 John W. Eaton update out_of_range error messages
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
Wed, 03 Apr 2019 16:03:16 +0000 John W. Eaton use default ctors, dtors, and assignment ops in Matrix, intNDArray, and Cell
Wed, 02 Jan 2019 16:45:58 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 21 Dec 2018 15:07:02 -0500 John W. Eaton maint: remove functions, variables, and typedefs deprecated in version 4.4
Fri, 17 Aug 2018 14:49:10 -0700 Rik Clean up liboctave Range implementation.