log liboctave/array/Range.cc @ 29359:7854d5752dd2

age author description
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
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
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
Tue, 11 Aug 2020 15:20:01 -0400 John W. Eaton refactor octave_read_* and octave_write_* functions
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, 16 Jan 2019 10:13:07 -0800 Rik Fix dead initialization found by clang static analysis (bug #55400). stable
Fri, 04 Jan 2019 22:07:40 -0800 Rik Fix static analyzer detected issues with UNSORTED enum (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 17 Aug 2018 14:49:10 -0700 Rik Clean up liboctave Range implementation.
Thu, 16 Aug 2018 17:35:36 -0700 Rik Guarantee an integer for max of Range when base and increment are ints (bug #46859).
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
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, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Tue, 20 Jun 2017 18:26:15 -0400 John W. Eaton eliminate obsolete file lo-math.h
Tue, 13 Jun 2017 20:51:14 -0700 Rik maint: Deprecate is_vector and replace with isvector.
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, 11 May 2017 17:50:49 -0400 John W. Eaton eliminate --enable-bounds-check configure option
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Wed, 26 Apr 2017 09:57:28 -0700 Rik maint: Eliminate <cfloat.h> header from liboctave files.
Thu, 13 Apr 2017 14:25:16 -0400 John W. Eaton eliminate some compiler warnings
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.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Mon, 29 Aug 2016 11:09:25 -0700 Rik maint: Style check C++ code in liboctave/
Wed, 17 Aug 2016 03:41:42 -0400 John W. Eaton move more classes inside octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Wed, 25 May 2016 16:51:16 -0400 John W. Eaton use namespace for lo-mappers.h functions
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Mon, 22 Feb 2016 21:28:22 -0500 John W. Eaton eliminate some copy and paste code fragments in the Range class
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Mon, 08 Feb 2016 17:30:29 -0500 John W. Eaton create and install a subset of config.h in octave-config.h
Sat, 06 Feb 2016 06:40:13 -0800 Rik maint: indent #ifdef blocks in liboctave and src directories.
Thu, 21 Jan 2016 18:18:16 -0500 John W. Eaton store more --enable-FEATURE info in octave_config_info
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Wed, 23 Dec 2015 21:46:39 -0800 Rik maint: Use is_empty rather than "numel () == 0" for clarity.
Thu, 01 Oct 2015 12:50:00 -0400 John W. Eaton eliminate trailing whitespace and tabs from sources
Fri, 25 Sep 2015 16:15:14 -0700 Rik Overhaul Range object in liboctave.
Thu, 20 Aug 2015 06:42:54 -0700 Rik maint: Periodic merge of stable to default.
Thu, 20 Aug 2015 06:42:15 -0700 Rik Fix 'descending' sort of Range objects (bug #45739). stable