log liboctave/array/CSparse.cc @ 33634:4a70f390c85e default tip @

age author description
Sun, 24 Mar 2024 18:12:34 -0400 John W. Eaton replace calls to assert with liboctave_panic functions liboctave
Wed, 13 Mar 2024 14:11:56 -0700 Rik Replace obscure Fortran coding pattern in liboctave with modern C++ (bug #65343)
Tue, 20 Feb 2024 13:41:10 -0800 Rik Eliminate more instances of volatile keywoard missed in cset 147c69ad945d (bug #65321).
Sat, 17 Feb 2024 15:59:36 -0500 John W. Eaton eliminate volatile from declaration of temporary used to force float truncation
Sat, 17 Feb 2024 11:51:15 -0500 John W. Eaton eliminate more obsolete volatile declarations
Fri, 16 Feb 2024 16:38:35 -0500 John W. Eaton eliminate obsolete volatile declarations on integer variables (bug #65321)
Wed, 10 Jan 2024 16:11:23 -0800 Rik maint: Remove conditional compilation for unused define USE_QRSOLVE.
Wed, 27 Dec 2023 16:55:14 -0800 Rik maint: New method rwdata() as clearer alternative to fortran_vec().
Fri, 22 Dec 2023 12:14:08 -0500 John W. Eaton maint: merge stable to default
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Wed, 13 Dec 2023 15:48:06 -0500 John W. Eaton avoid dim_vector copies in more places where possible (bug #64962)
Tue, 12 Dec 2023 21:18:18 -0800 Rik maint: C++ style check for liboctave/ before 9.1 release. stable
Sat, 25 Nov 2023 17:21:32 +0100 Markus Mützel maint: Add space " " between C++ cast and argument. stable
Fri, 08 Sep 2023 15:33:36 +0200 Markus Mützel Check for integer overflow when copying sizes from SuiteSparse matrices.
Thu, 07 Sep 2023 23:26:56 +0200 Markus Mützel maint: Merge stable to default.
Thu, 07 Sep 2023 21:29:43 +0200 Markus Mützel Fix getting number of non-zero elements in SuiteSparse matrices. 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
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
Tue, 03 Aug 2021 12:34:52 -0400 John W. Eaton move some utility functions inside octave namespace
Fri, 30 Jul 2021 11:46:05 -0400 John W. Eaton prefer data over fortran_vec for read-only access to data
Tue, 13 Jul 2021 13:21:52 -0400 John W. Eaton update coding style for octave_sparse_params class
Mon, 01 Mar 2021 14:39:32 -0500 John W. Eaton eliminate last uses of BEGIN/END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE
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
Tue, 11 Aug 2020 15:20:01 -0400 John W. Eaton refactor octave_read_* and octave_write_* functions
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
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
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Wed, 12 Jun 2019 16:55:22 -0500 John W. Eaton delete unused file functor.h
Tue, 14 May 2019 17:00:52 +0200 marco caliari Inverse of a sparse/diagonal singular matrix should be a sparse/diagonal matrix of Infs.
Wed, 08 May 2019 18:45:34 -0700 Rik Reverse fix from cset 4283c4c2fcb6 that is no longer required (bug #52365).
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 26 Jul 2018 16:32:12 -0700 Rik maint: Use Octave convention for spacing of C++ cast statements.
Thu, 03 Nov 2016 12:35:16 -0400 John W. Eaton eliminate more zero args in macros and type definitions for operators
Thu, 03 Nov 2016 11:52:25 -0400 John W. Eaton eliminate unused conversions from type specs and operator macros
Wed, 02 Nov 2016 23:12:22 -0400 John W. Eaton eliminate LHS_ZERO and RHS_ZERO args from sparse macros
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 01 Mar 2018 16:54:36 +0100 Marco Caliari Make only one iterative refinement after solving sparse systems (bug #53140). stable
Mon, 26 Feb 2018 15:43:28 -0800 Rik maint: merge stable to default.
Mon, 26 Feb 2018 15:43:03 -0800 Rik Fix performance of Sparse fsolve for complex sparse matrices (bug #53140). stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 21 Nov 2017 22:00:45 -0800 Rik maint: Correct typo in comment "Throw-away" => "Throw away"
Wed, 15 Nov 2017 15:26:11 -0800 Rik maint: replace uses of 0 with nullptr in dSparse.cc, CSparse.cc.
Wed, 15 Nov 2017 15:22:27 -0800 Rik maint: merge stable to default.
Wed, 15 Nov 2017 15:21:45 -0800 Rik Fix segfault with CHOLMOD library and empty matrices (bug #52365). stable
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
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).
Tue, 27 Jun 2017 09:24:08 -0700 Rik Use imag, real, arg from std library for Complex types.
Wed, 14 Jun 2017 08:14:08 -0700 Rik maint: Deprecate is_hermitian and replace with ishermitian.
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
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.