log liboctave/array/Range.h @ 28639:7ebe185e3818

age author description
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.
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 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 25 May 2016 16:51:16 -0400 John W. Eaton use namespace for lo-mappers.h functions
Mon, 22 Feb 2016 21:28:22 -0500 John W. Eaton eliminate some copy and paste code fragments in the Range class
Wed, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files
Mon, 08 Feb 2016 17:10:30 -0800 Rik maint: remove print_range() prototype (implementation removed in 2004).
Fri, 22 Jan 2016 12:15:12 -0500 John W. Eaton provide replacement hints for deprecated C++ functions
Tue, 05 Jan 2016 14:16:58 -0800 Rik maint: Rename attributes GCC_ATTR_XXX to OCTAVE_XXX.
Sat, 26 Dec 2015 07:58:08 -0800 Rik Add new member function is_empty to Range type. Use it.
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
Fri, 25 Sep 2015 16:15:14 -0700 Rik Overhaul Range object in liboctave.
Sun, 24 May 2015 02:41:37 +0100 Carnë Draug Deprecate Array::nelem() and Range::nelem() in favour of ::numel().
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 30 Sep 2014 00:26:10 -0500 Daniel J Sebald Change a bitwise OR to a logical OR in Range.h. stable
Fri, 20 Jun 2014 18:55:38 -0400 John W. Eaton improve accuracy of range/scalar arithmetic (bug #42589)
Sat, 26 Oct 2013 18:57:05 -0700 Rik maint: Use GNU style coding conventions for code in liboctave/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 01 Mar 2013 14:06:02 -0800 Rik Fix range behavior with -0 endpoints (bug #38423)
Fri, 31 Aug 2012 20:00:20 -0700 Rik build: Refactor liboctave into multiple subdirectories. Move libcruft into liboctave. base liboctave/Range.h@36894f0743bc