log liboctave/array/Sparse.h @ 30232:a2936935c7c8

age author description
Thu, 07 Oct 2021 17:08:44 -0400 John W. Eaton attempt to limit possible const_cast damage
Fri, 01 Oct 2021 15:25:51 -0400 John W. Eaton improve efficiency of mxArray -> octave_value conversion
Mon, 09 Aug 2021 16:30:48 +0200 Markus Mützel Remove OCTAVE_API from functions that are tagged with =delete or =default.
Tue, 03 Aug 2021 12:34:52 -0400 John W. Eaton move some utility functions inside octave namespace
Thu, 29 Jul 2021 20:43:13 -0400 John W. Eaton style fixes for Sparse<T> class
Tue, 20 Jul 2021 16:31:26 -0400 John W. Eaton Sparse.h: Use forward declaration for Array 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)
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
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
Thu, 07 Jan 2021 18:34:18 +0100 Markus Mützel Visibility: Forward declare template classes with visibility attributes (patch #8919).
Tue, 29 Dec 2020 17:41:39 +0100 Markus Mützel Set API tags in files in liboctave/array (patch #8919).
Wed, 21 Oct 2020 16:51:33 -0700 Rik Sparse.h: remove return statements used with OCTAVE_NORETURN functions.
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
Thu, 26 Sep 2019 11:32:52 -0400 John W. Eaton consistently use octave_idx_type for reference counts
Wed, 08 May 2019 15:27:35 -0700 Rik maint: merge stable to default.
Wed, 08 May 2019 15:18:32 -0700 Rik Always reserve at least 1 element of storage for sparse matrices (bug #56232). stable
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 16:13:32 -0500 John W. Eaton maint: Restore Sparse<T>::isempty function accidentally removed in changeset f23f27e78aa2.
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:04:51 -0700 Rik Stop segfault when concatening sparse matrices (bug #54527). stable
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.
Wed, 08 Nov 2017 10:32:23 -0500 John W. Eaton maint: Strip trailing whitespace from source files.
Wed, 06 Sep 2017 15:00:51 -0700 Rik For performance, don't initialize SparseRep data array to 0.
Tue, 05 Sep 2017 17:24:13 -0700 Rik Improve performance of Sparse constructors (bug #51880).
Wed, 26 Jul 2017 16:26:31 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Fri, 16 Jun 2017 09:19:20 -0400 John W. Eaton use version number in OCTAVE_DEPRECATED macro
Tue, 13 Jun 2017 22:05:03 -0700 Rik maint: Deprecate is_square and replace with issquare.
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 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
Wed, 26 Apr 2017 09:57:28 -0700 Rik maint: Eliminate <cfloat.h> header from liboctave files.
Fri, 21 Apr 2017 08:35:17 -0700 Rik Use std::copy_n rather than std::copy for clarity in liboctave/array.
Tue, 18 Apr 2017 11:59:24 -0700 Rik maint: Use std::copy_n and std::fill_n for dim_vectors and idx_vectors.
Sat, 15 Apr 2017 11:54:33 -0400 John W. Eaton eliminate some errors exposed by -fsanitize=undefined
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
Fri, 06 Jan 2017 18:06:31 -0500 John W. Eaton move octave_refcount inside octave namespace
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, 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)
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, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files