log libinterp/corefcn/qz.cc @ 33584:3fe954c2fd25 default 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
Thu, 23 Nov 2023 19:42:27 -0800 Rik doc: grammarcheck C++ files before 9.1 release. stable
Thu, 06 Apr 2023 17:07:30 -0700 Rik qz: code cleanup for cset e6b24d0d485c.
Tue, 04 Apr 2023 17:54:53 +0200 Sébastien Villemot qz: Handle input and output arguments in a Matlab-compatible way.
Tue, 14 Feb 2023 22:04:06 -0500 Arun Giridhar maint: Remove `#if 0` commented-out code from the codebase.
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 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. 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
Sun, 25 Apr 2021 18:45:46 +0200 Markus Mützel maint: merge stable to default.
Fri, 23 Apr 2021 19:30:43 +0200 Markus Mützel qz.cc: Let test pass with LAPACK 3.9.1 and earlier versions (bug #60357). stable
Fri, 23 Apr 2021 08:04:48 -0700 Rik qz.cc: return correct number of eigenvalues (bug #60357). stable
Fri, 23 Apr 2021 19:30:43 +0200 Markus Mützel qz.cc: Let test pass with LAPACK 3.9.1 and earlier versions (bug #60357).
Fri, 23 Apr 2021 08:04:48 -0700 Rik qz.cc: return correct number of eigenvalues (bug #60357).
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
Mon, 19 Oct 2020 09:49:03 -0700 Rik doc: Use @code{} within alternate text for @xref,@pxref macros in libinterp/
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
Thu, 01 Nov 2018 13:52:23 -0400 John W. Eaton * qz.cc: Use octave_stdout instead of std::cout for debugging messages.
Fri, 03 Aug 2018 16:22:33 +0200 Sébastien Villemot New function "ordeig" (patch #9670)
Sun, 13 May 2018 12:37:37 +0200 Sébastien Villemot Use LAPACK DTGSEN subrouting for ordered-qz computation (bug #53761) stable
Tue, 03 Apr 2018 21:37:29 -0700 Rik doc: Shorten very long first sentences of docstrings (bug #53388). 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
Mon, 26 Mar 2018 10:45:04 -0700 Rik doc: Spellcheck documentation ahead of 4.4 release. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 21 Dec 2017 03:45:09 -0800 Rik maint: merge stable to default.
Thu, 21 Dec 2017 03:38:39 -0800 Rik doc: Fix various inconsistencies in manual (bug #52712). stable
Thu, 28 Sep 2017 15:55:21 -0700 Mike Miller qz: initialize optional ordering flag safely
Wed, 02 Aug 2017 17:16:19 -0400 John W. Eaton avoid fallthrough warnings
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 20 Jun 2017 18:26:15 -0400 John W. Eaton eliminate obsolete file lo-math.h
Tue, 13 Jun 2017 07:53:53 -0700 Rik maint: Deprecate is_real_type and replace with isreal.
Mon, 12 Jun 2017 21:18:23 -0700 Rik maint: Deprecate is_complex_type and replace with iscomplex.
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Tue, 09 May 2017 12:21:37 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
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 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Sun, 23 Apr 2017 21:25:45 -0700 Rik qz.cc: Overhaul qz function.
Sat, 22 Apr 2017 20:56:13 -0700 Rik maint: Merge stable to default.
Sat, 22 Apr 2017 20:55:43 -0700 Rik doc: Redo docstring for qz (bug #50846). stable
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, 30 Dec 2016 14:03:01 -0500 John W. Eaton put to_f77_int inside octave namespace
Tue, 27 Dec 2016 13:32:28 -0500 John W. Eaton use F77_INT instead of octave_idx_type for libinterp QZ function
Sat, 03 Dec 2016 07:12:10 -0500 John W. Eaton eliminate use of OCTAVE_QUIT macro in C++ sources
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/.
Sun, 14 Aug 2016 13:09:46 +0100 Carnë Draug utils.h: deprecated out of date arg_is_empty function.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 17 Aug 2016 00:18:08 -0400 John W. Eaton move most f77 function decls to separate header files