log liboctave/Sparse.cc @ 15020:560317fd5977

age author description
Thu, 26 Jul 2012 09:25:47 -0700 Rik maint: Cuddle open bracket used for indexing C++ arrays in source code.
Thu, 26 Jul 2012 08:13:22 -0700 Rik maint: Use Octave coding conventions for cuddled parentheses in liboctave/.
Sun, 08 Jul 2012 11:28:50 -0700 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
Fri, 06 Jul 2012 14:00:25 -0700 Rik maint: Use Octave coding conventions for cuddled parenthesis in retval assignments.
Thu, 21 Jun 2012 14:42:05 -0400 John W. Eaton Special-case removing rows or columns from empty sparse matrices
Thu, 21 Jun 2012 14:29:21 -0400 Jordi Gutiérrez Hermoso Update Sparse sources to GNU standards (whitespace changes only)
Thu, 21 Jun 2012 14:29:10 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of stable to default
Thu, 21 Jun 2012 14:24:33 -0400 David Bateman Return sparse column vectors when the indexing allows it (bug #36656) stable
Thu, 21 Jun 2012 14:23:33 -0400 Jordi Gutiérrez Hermoso Assign the sparse column index when deleting contiguous columns (bug #36656) stable
Sat, 19 May 2012 01:59:21 +0200 David Bateman Ensure sparse constructors have valid ridx and data indices even if they are zero matrices (bug #36104)
Fri, 09 Mar 2012 16:39:24 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 05 Mar 2012 09:33:07 -0500 Marco Caliari Fix sparse range indexing bug (bug #35570) stable
Fri, 02 Mar 2012 22:13:16 -0800 Rik Use Octave coding conventions in liboctave %!test blocks
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sat, 03 Dec 2011 15:19:42 +0000 Michael Goffioul Use thread-safe atomic reference counting (GCC and MSVC).
Tue, 08 Nov 2011 09:07:13 -0800 Rik Remove 3 unused warning ids
Wed, 31 Aug 2011 18:04:47 -0500 Jordi Gutiérrez Hermoso Remove an unneeded explicit instantiation
Tue, 30 Aug 2011 18:36:06 -0500 Jordi Gutiérrez Hermoso Make operators do smarter sparse conversions on permutation matrices.
Mon, 14 Mar 2011 23:36:20 -0600 Jordi Gutiérrez Hermoso Change copy_backward to copy in Sparse<T>::assign, bug #32747
Mon, 31 Jan 2011 17:09:24 -0500 John W. Eaton sparse matrix indexed assignment bug
Thu, 27 Jan 2011 16:46:50 -0500 John W. Eaton sparse matrix indexed assignment bug
Wed, 16 Apr 2008 23:33:36 +0200 David Bateman Delete idx in Sparse<T> and Array<T> operator = release-3-0-x
Mon, 07 Apr 2008 13:40:38 -0400 John W. Eaton update copyright dates release-3-0-x
Mon, 03 Mar 2008 20:00:17 -0500 David Bateman Treat repeated indices in the sparse assignments release-3-0-x
Thu, 20 Jan 2011 18:43:39 -0500 John W. Eaton style fixes for warning and error messages in source files
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Thu, 20 Jan 2011 02:46:51 +0100 David Bateman Fix indexing error in the construction of sparse matrices
Wed, 19 Jan 2011 17:55:56 -0500 John W. Eaton attempt better backward compatibility for Array constructors
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Thu, 13 Jan 2011 06:02:52 -0500 John W. Eaton Sparse.cc: more constructor fixes