log libinterp/corefcn/__ilu__.cc @ 33527:d10bed2b2cb4 bytecode-interpreter tip

age author description
Wed, 27 Dec 2023 16:55:14 -0800 Rik maint: New method rwdata() as clearer alternative to fortran_vec().
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Tue, 12 Dec 2023 18:24:05 -0800 Rik maint: C++ style check for libinterp/ before 9.1 release. stable
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Mon, 15 Aug 2022 00:22:55 +0200 Maged Rifaat fortran_vec: Fix instances of method chaining that may cause dangling pointer. stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Tue, 13 Jul 2021 22:56:23 -0400 John W. Eaton move liboctave xnorm functions inside octave namespace
Wed, 28 Apr 2021 13:46:02 -0400 John W. Eaton move idx_vector classes inside octave namespace
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year 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
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
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
Fri, 23 Mar 2018 15:28:08 +0100 Marco Caliari Fix ilu when type is ilutp and two output arguments are required (#53440). stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Mon, 12 Jun 2017 21:18:23 -0700 Rik maint: Deprecate is_complex_type and replace with iscomplex.
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
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
Fri, 27 Jan 2017 16:39:15 +0100 Kai T. Ohlhus __ilu__ and __ichol__: use liboctave functions instead of feval (bug #50105)
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
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Sat, 28 May 2016 13:33:37 +0200 Robert Jenssen libinterp/corefcn/__ilu__.cc: avoid compiler warning (bug #48043) [-Wmaybe-uninitialized]
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Mon, 11 Apr 2016 10:53:18 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Fri, 01 Apr 2016 14:55:13 -0700 Rik maint: Use "FIXME:" for all code blocks needing further attention.
Wed, 30 Mar 2016 22:09:26 -0700 Rik maint: Eliminate bad spacing around '='.
Wed, 09 Mar 2016 09:55:32 -0800 Rik Fix out-of-bounds memory access in ichol, ilu (bug #46449).
Fri, 19 Feb 2016 09:40:59 -0800 Rik maint: Use American spelling for "behavior".
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Wed, 13 Jan 2016 11:02:22 -0800 Rik maint: Replace if/error/else paradigm with just if/error.
Thu, 24 Dec 2015 13:55:51 -0500 John W. Eaton maint: invert if/else/error instances.
Sun, 20 Dec 2015 13:26:17 -0800 Rik maint: Eliminate more useless statements after error().
Wed, 16 Dec 2015 17:02:23 -0500 John W. Eaton remove unused nargout variables
Wed, 16 Dec 2015 11:41:11 -0500 John W. Eaton omit unnecessary nargout checks
Mon, 14 Dec 2015 11:28:48 -0800 Rik 2015 Code Sprint: use ovl ().
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Sat, 05 Dec 2015 15:59:22 -0800 Rik maint: Clean-up more instances of print_usage().
Fri, 04 Dec 2015 14:06:41 -0500 John W. Eaton eliminate return statements after calls to print_usage
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Fri, 25 Sep 2015 18:50:41 -0700 Rik maint: Use Octave coding convention for parenthesis in __ilu__.cc.
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Fri, 27 Feb 2015 19:44:28 -0500 John W. Eaton move some files without external dependencies from dldfcn to corefcn base libinterp/dldfcn/__ilu__.cc@8441b4b1306d