log

age author description
Wed, 28 Apr 2021 08:18:43 -0400 John W. Eaton use shared_ptr to manage memory for mutex object
Tue, 27 Apr 2021 16:12:41 -0400 John W. Eaton use shared_ptr to manage memory for sparse chol and qr classes
Tue, 27 Apr 2021 13:42:36 -0400 John W. Eaton move hook function classes inside octave namespace
Tue, 27 Apr 2021 13:23:06 -0400 John W. Eaton use m_ prefix for data members in hook_function classes
Tue, 27 Apr 2021 13:16:01 -0400 John W. Eaton use shared_ptr to manage data for hook_function class
Tue, 27 Apr 2021 11:11:54 -0400 John W. Eaton provide QOverload template if it is not in <QtGlobal> (bug #60416)
Tue, 27 Apr 2021 11:08:38 -0400 John W. Eaton fix -IDIR flag for libgui/graphics
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
Sun, 25 Apr 2021 17:07:27 +0200 Markus Mützel maint: merge stable to default.
Sat, 24 Apr 2021 19:17:16 +0200 Markus Mützel build: Make relocation of dependencies with Octave optional (bug #60413). stable
Sat, 24 Apr 2021 08:29:22 -0400 John W. Eaton ignore spurious error from zlib (bug #60450)
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).
Thu, 22 Apr 2021 12:52:14 -0400 John W. Eaton where possible, use default destructors in GUI classes
Wed, 21 Apr 2021 13:23:16 -0400 John W. Eaton * octave-qobject.cc: Minor style fixes.
Wed, 21 Apr 2021 12:00:32 -0400 John W. Eaton simplify interpreter shutdown in the GUI
Wed, 21 Apr 2021 11:43:23 -0400 John W. Eaton use std::unique_ptr to manage interpreter object in application object
Tue, 20 Apr 2021 16:54:51 -0400 John W. Eaton maint: merge stable to default.
Tue, 20 Apr 2021 16:20:10 -0400 John W. Eaton perform shutdown actions in interpreter destructor (bug #60334) stable
Tue, 20 Apr 2021 09:53:31 -0700 Rik Backout changes to octave-qobject.cc in cset 3d34b70b5a49 (bug #60420)
Mon, 19 Apr 2021 17:16:20 -0400 John W. Eaton avoid accessing invalid app context during interpreter initialization
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Thu, 15 Apr 2021 11:08:57 -0400 John W. Eaton add some comments for anonymous function handles
Sat, 17 Apr 2021 12:21:48 +0200 Markus Mützel Windows: Support non-ASCII characters in command line arguments.
Sat, 17 Apr 2021 12:21:35 +0200 Markus Mützel Windows: Fix using glob patterns with non-ASCII characters.
Sat, 17 Apr 2021 12:20:54 +0200 Markus Mützel Windows: Support opening pipe with non-ASCII characters in command.
Sat, 17 Apr 2021 09:16:41 +0200 Markus Mützel Windows: Allow non-ASCII characters in Octave home directory.
Thu, 15 Apr 2021 23:16:15 +0200 Pantxo Diribarne annotation.m: Fix callbacks called with too many inputs
Thu, 15 Apr 2021 17:48:35 +0200 Torsten Lilge fix several gui issues (shown with OCTAVE_SHOW_GUI_MESSAGES=1)
Thu, 15 Apr 2021 09:07:13 +0200 Markus Mützel maint: merge stable to default.
Wed, 14 Apr 2021 15:03:09 +0200 Markus Mützel mpoles.m: Fix detection of pole multiplicity (bug #60384). stable
Wed, 14 Apr 2021 19:37:11 +0200 Torsten Lilge fix missing connection of interrupt signal (bug #60392)
Wed, 14 Apr 2021 18:30:56 +0200 Torsten Lilge fix newline issues in new command widget
Wed, 14 Apr 2021 15:53:39 +0200 Markus Mützel canonicalize_file_name: Be more wary when removing path prefix on Windows.
Wed, 14 Apr 2021 15:03:09 +0200 Markus Mützel mpoles.m: Fix detection of pole multiplicity (bug #60384).
Tue, 13 Apr 2021 10:37:34 -0700 Rik __ftp__.cc: Remove number of input argument checks from internal functions.
Tue, 13 Apr 2021 08:06:05 -0400 John W. Eaton undo previous change; reset parser in server loop
Tue, 13 Apr 2021 06:25:20 -0400 John W. Eaton also reset parser when interpreter recovers from exception
Mon, 12 Apr 2021 23:03:11 +0200 Torsten Lilge use terminal settings for the experimental command widget
Sun, 11 Apr 2021 19:22:31 +0200 Torsten Lilge allow reloading default colors and styles in the preferences dialog
Sun, 11 Apr 2021 19:22:30 +0200 Torsten Lilge improve some gui colors for dark system themes
Sun, 11 Apr 2021 19:22:29 +0200 Torsten Lilge make detection of default fixed font for gui more robust
Sat, 10 Apr 2021 20:58:08 +0200 Markus Mützel canonicalize_file_name: Use newer Windows API functions (bug #60306).
Fri, 09 Apr 2021 21:59:01 +0200 Pantxo Diribarne Fix some copyright dates in new files (bug #59546)
Wed, 07 Apr 2021 22:21:36 +0200 Pantxo Diribarne octave-svgconvert: Don't use Qt's SVG module (bug #59546)
Fri, 09 Apr 2021 09:38:40 -0400 John W. Eaton mk-default-qt-settings.in.sh: Delete unused script.
Fri, 09 Apr 2021 06:38:21 -0700 Rik Suppress extraneous error messages from Qhull (bug #57727).
Wed, 07 Apr 2021 20:18:21 +0200 Markus Mützel canonicalize_file_name: Add yet another work-around for non-ASCII paths on Windows (bug #60306).
Thu, 08 Apr 2021 16:04:45 -0700 Rik maint: merge stable to default.
Thu, 08 Apr 2021 16:04:13 -0700 Rik doc: Use Texinfo commands to improve transpose() docstring rendering. stable
Thu, 08 Apr 2021 15:35:28 -0700 Rik maint: merge stable to default.
Thu, 08 Apr 2021 15:34:33 -0700 Rik doc: Update keyword docstrings (bug #60275). stable
Thu, 08 Apr 2021 21:19:10 +0200 Torsten Lilge remove default-qt-settings
Thu, 08 Apr 2021 13:20:17 -0400 John W. Eaton * main.in.cc (experimental_terminal_widget): Delete unused variable.
Thu, 08 Apr 2021 09:48:38 -0700 Rik maint: merge stable to default.
Thu, 08 Apr 2021 09:48:17 -0700 Rik doc: Explain how to write dual-purpose executable scripts and Octave functions (bug #60291). stable
Thu, 08 Apr 2021 18:14:02 +0200 Markus Mützel Don't mark BISTs specific for Mac and Windows as fixed.
Thu, 08 Apr 2021 00:16:13 -0400 John W. Eaton maint: merge stable to default.