log liboctave/array/Sparse.cc @ 32045:f18da620ab4d stable

age author description
Thu, 20 Apr 2023 18:58:57 -0700 Rik Fix floating point exception when Sparse array reshaped to 0x0 (bug #64080) stable
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 01 Apr 2022 07:25:50 -0400 John W. Eaton pass correct length to SparseRep idx_type_deallocate function stable
Mon, 28 Feb 2022 13:56:18 -0500 John W. Eaton allocators for Sparse<T> stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 29 Nov 2021 10:03:47 -0800 Rik maint: style check C++ files in liboctave/ ahead of 7.1 release. stable
Wed, 01 Sep 2021 11:44:36 -0700 Rik maint: remove unused code sparse-sort.h, sparse-sort.cc.
Tue, 17 Aug 2021 10:50:49 -0700 Rik maint: Code cleanup in Sparse::sort routines.
Thu, 29 Jul 2021 20:43:13 -0400 John W. Eaton style fixes for Sparse<T> class
Thu, 15 Jul 2021 16:12:24 -0400 John W. Eaton use m_prefix for data members in array classes
Wed, 30 Jun 2021 17:52:03 -0400 John W. Eaton allow more mixed-type assignments to work for sparse matrices (bug #60859)
Mon, 17 May 2021 15:26:37 -0400 John W. Eaton ensure idx_vector(int) constructor is defined (bug #60531)
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, 02 Jan 2021 16:36:09 +0100 Markus Mützel Export template class instantiations with clang (patch #8919).
Tue, 29 Dec 2020 17:41:39 +0100 Markus Mützel Set API tags in files in liboctave/array (patch #8919).
Tue, 14 Jul 2020 16:46:37 -0400 John W. Eaton update bug status of tests marked with bug numbers
Sat, 11 Jan 2020 12:53:20 -0800 Rik maint: Use Octave coding conventions in liboctave/
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
Mon, 30 Sep 2019 11:05:42 +0200 Carlo de Falco Remove wrapper template class NoAlias<T> (bug #56752)
Wed, 11 Sep 2019 08:24:01 -0700 Carlo de Falco Remove use of NoAlias in construction of array_value from Sparse object (bug #56752).
Wed, 08 May 2019 15:18:32 -0700 Rik Always reserve at least 1 element of storage for sparse matrices (bug #56232). stable
Thu, 17 Jan 2019 19:25:55 +0100 Markus Mützel Add static compile-time checking of printf functions in liboctave. stable
Sat, 05 Jan 2019 06:56:37 -0800 Rik Sparse.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
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
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 05 Sep 2017 17:24:13 -0700 Rik Improve performance of Sparse constructors (bug #51880).
Tue, 29 Aug 2017 09:44:46 -0400 John W. Eaton maint: Merge stable to default.
Tue, 29 Aug 2017 09:15:03 -0400 John W. Eaton sparse: correctly handle scalar column index (bug #51880) stable
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 13 Jun 2017 20:51:14 -0700 Rik maint: Deprecate is_vector and replace with isvector.
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Sat, 27 May 2017 09:59:32 -0700 Rik maint: Don't write '> >' for declaration of templates that use templates.
Tue, 02 May 2017 15:00:43 -0700 Rik maint: Eliminate fairly useless 1-line comment ahead of copyright statement for some files.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 15:26:32 -0400 John W. Eaton avoid calling abort if possible; include cstdlib for declaration if needed
Mon, 24 Apr 2017 14:38:34 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Fri, 21 Apr 2017 08:35:17 -0700 Rik Use std::copy_n rather than std::copy for clarity in liboctave/array.
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.
Thu, 06 Oct 2016 12:10:22 -0400 John W. Eaton maint: minor style fixes for C++ code. stable
Wed, 14 Sep 2016 16:05:16 -0700 Rik test: Add bug ids (<#####>) to BIST tests.
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.
Mon, 01 Aug 2016 12:40:18 -0400 John W. Eaton refill multi-line macro definitions
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Wed, 29 Jun 2016 08:50:09 -0700 Lachlan Andrew Provide a warning when an array is used in an if/while/until (bug #43098).
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Fri, 26 Feb 2016 17:53:28 +1100 Lachlan Andrew Clearer error messages when loading buggy sparse matrix files (bug #38414)
Fri, 13 May 2016 09:27:38 -0400 John W. Eaton Only include config.h in files that are compiled separately.
Mon, 02 May 2016 08:53:18 -0700 Rik maint: for clarity, call ndims() rather than length() on dimension vectors.
Fri, 01 Apr 2016 12:57:49 -0400 John W. Eaton maint: merge stable to default.
Fri, 01 Apr 2016 12:04:04 -0400 John W. Eaton avoid mulitple definitions of static function-scope vars (bug #47372) stable
Wed, 30 Mar 2016 15:19:12 -0700 Rik maint: Eliminate accidental double spaces in code.
Wed, 24 Feb 2016 12:21:48 -0500 John W. Eaton eliminate useless assignment in for loop
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sun, 14 Feb 2016 09:22:13 -0800 Rik maint: merge stable to default.
Sat, 16 Jan 2016 14:03:45 +1100 Lachlan Andrew Avoid overflow while reshaping large sparse matrices (bug #42850). stable
Sat, 09 Jan 2016 20:40:49 +1100 Lachlan Andrew Fix memory corruption allocating to sparse arrays (bug #42825). stable
Sat, 06 Feb 2016 06:40:13 -0800 Rik maint: indent #ifdef blocks in liboctave and src directories.
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Sat, 23 Jan 2016 13:52:03 -0800 Rik maint: clean up code around calls to current_liboctave_error_handler.
Wed, 20 Jan 2016 16:58:59 -0800 Rik Replace pattern if/err_XXX/else/code with if/err_XXX/ code.
Wed, 20 Jan 2016 16:08:30 -0800 Rik Invert pattern if/code/else/err_XXX to if !/err_XXX/code.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Tue, 29 Dec 2015 12:41:03 -0800 Rik maint: Capitalize D for dimension in messages and comments.
Sun, 01 Nov 2015 19:59:12 -0800 Lachlan Andrew Allow assigning row vector to column of Sparse array (bug #45589).
Fri, 02 Oct 2015 15:07:37 -0400 Lachlan Andrew use exceptions for better invalid index error reporting (bug #45957)
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Sun, 24 May 2015 04:47:20 +0100 Carnë Draug Deprecate Array::capacity() and Sparse::capacity() for numel() and nzmax().
Sat, 23 May 2015 21:46:44 -0700 Rik maint: Use cuddled parentheses when indexing dimension_vectors.
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Sun, 21 Dec 2014 17:38:14 -0500 John W. Eaton fix problem with changeset e354372e20f2 (bug #43855)
Sun, 21 Dec 2014 01:00:01 -0500 John W. Eaton allow sparse arrays to be indexed by N-d arrays (bug #43855)
Thu, 18 Dec 2014 10:50:09 -0500 John W. Eaton use warning IDs for all warnings in liboctave
Fri, 05 Dec 2014 13:08:36 +0100 Kai T. Ohlhus replace oct-mem.h inline indirections by standard function calls.
Wed, 10 Sep 2014 14:19:58 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Wed, 10 Sep 2014 14:16:03 -0400 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Wed, 13 Aug 2014 14:06:14 -0700 Rik Issue warning rather than segfaulting when failing to reshape Sparse array (bug #42850). stable
Wed, 18 Jun 2014 19:38:40 -0600 David Spies make all permutation matrices column permutations (bug #42418)
Sun, 08 Jun 2014 17:59:59 -0700 Rik doc: Replace "non-zero" with "nonzero" to match existing usage.
Fri, 25 Apr 2014 13:25:25 -0700 Rik maint: Clean up extra spaces before/after parentheses.
Tue, 14 Jan 2014 13:10:17 -0800 John W. Eaton Sparse.cc: Fix C++ function ambiguity (bug #41145).
Tue, 17 Dec 2013 09:00:34 -0800 Marco Caliari Return empty matrix rather than issuing error when requested diagonal is out of range.
Wed, 04 Dec 2013 22:13:18 -0800 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctave.
Wed, 04 Dec 2013 18:56:47 -0800 Rik maint: Use Octave coding convention for indexing vs. function calls in liboctave/array.
Fri, 01 Nov 2013 12:20:18 -0400 John W. Eaton avoid crash in sparse constructor (bug #)
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.
Tue, 15 Oct 2013 16:33:30 -0700 Rik Avoid memory leak in Sparse constructor.
Fri, 11 Oct 2013 23:39:54 -0400 John W. Eaton improve compatibility of null assignment (bug #31287)
Tue, 20 Aug 2013 06:56:51 -0700 Rik maint: Use Octave spacing conventions in cset 79d4b6089968.
Mon, 19 Aug 2013 11:19:41 +0200 Stefan Mahr Fix isequal for sparse matrix (bug #37321)
Tue, 09 Jul 2013 14:04:05 -0700 Rik maint: Use parentheses around condition for switch(),while(),if() statements.
Sat, 22 Jun 2013 12:00:39 +0200 David Bateman When indexing scalars stored as sparse matrices, convert to an array, index and then resparsify (bug #37774)
Tue, 11 Sep 2012 16:41:17 -0400 John W. Eaton maint: periodic merge of stable to default base liboctave/Sparse.cc@a1c8f79bf1e2
Fri, 31 Aug 2012 20:00:20 -0700 Rik build: Refactor liboctave into multiple subdirectories. Move libcruft into liboctave. base liboctave/Sparse.cc@86f7686cab11