log liboctave/array/Range.h @ 31608:23664317f0d3

age author description
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.
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 09 Mar 2018 13:44:08 +0200 maorshutman Add nnz implementation for Range type (bug #53185).
Mon, 26 Feb 2018 17:35:21 -0800 Rik Fix unused variable warning in Range elem(i,j) function introduced in 0d21e2a1cdfc.
Wed, 21 Feb 2018 09:15:37 -0500 John W. Eaton new element access operators for Range objects
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 16 Jun 2017 09:19:20 -0400 John W. Eaton use version number in OCTAVE_DEPRECATED macro
Tue, 13 Jun 2017 12:43:42 -0700 Rik maint: Deprecate is_sorted and replace with issorted.
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Thu, 08 Jun 2017 15:56:46 -0700 Rik Deprecate octave::math::finite in favor of octave::math::isfinite.
Thu, 11 May 2017 17:50:49 -0400 John W. Eaton eliminate --enable-bounds-check configure option
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
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.