log

age author description
Sat, 02 Jan 2021 19:30:51 +0100 Markus Mützel maint: merge stable to default.
Sat, 02 Jan 2021 19:27:08 +0100 Markus Mützel load-path.cc: Avoid copying string for loop variable. stable
Sat, 02 Jan 2021 16:36:09 +0100 Markus Mützel Export template class instantiations with clang (patch #8919).
Sat, 02 Jan 2021 15:46:16 +0100 Markus Mützel Export Array template specializations (patch #8919).
Fri, 01 Jan 2021 18:56:25 +0100 Markus Mützel intxNDArray: Export template instantiations (patch #8919).
Fri, 01 Jan 2021 17:33:04 +0100 Markus Mützel lo-utils: Export template instantiations (patch #8919).
Fri, 01 Jan 2021 17:12:21 +0100 Markus Mützel maint: merge stable to default.
Fri, 01 Jan 2021 16:05:31 +0100 Markus Mützel sparse-qr: Export member function instantiations (patch #8919).
Thu, 31 Dec 2020 17:31:31 +0100 Torsten Lilge fix regression in variable editor when printing without selection stable
Tue, 29 Dec 2020 19:51:08 +0100 Markus Mützel Silence compiler warnings about ignored attributes (patch #8919).
Sat, 26 Dec 2020 10:07:32 +0100 Markus Mützel Visibility: Compile with visibility attributes for Windows (patch #8919).
Wed, 16 Dec 2020 01:05:17 -0500 John W. Eaton Visibility: Compile with visibility attributes for Linux (patch #8919).
Tue, 29 Dec 2020 18:31:46 +0100 Markus Mützel Un-set API flags when using functions without linking to shared library (patch #8919).
Tue, 29 Dec 2020 18:25:24 +0100 Markus Mützel Set API tag in file in libgui (patch #8919).
Tue, 29 Dec 2020 18:23:42 +0100 Markus Mützel Set API tags in remaining files in libinterp (patch #8919).
Tue, 29 Dec 2020 18:21:12 +0100 Markus Mützel Set API tags in files in libinterp/octave-value (patch #8919).
Tue, 29 Dec 2020 18:15:36 +0100 Markus Mützel Set API tags in files in libinterp/corefcn (patch #8919).
Tue, 29 Dec 2020 18:06:37 +0100 Markus Mützel Set API tags in remaining file in liboctave (patch #8919).
Tue, 29 Dec 2020 18:00:43 +0100 Markus Mützel Set API tags in files in liboctave/wrappers (patch #8919).
Tue, 29 Dec 2020 17:58:57 +0100 Markus Mützel Set API tags in files in liboctave/util (patch #8919).
Tue, 29 Dec 2020 17:53:59 +0100 Markus Mützel Set API tags in files in liboctave/system (patch #8919).
Tue, 29 Dec 2020 17:51:23 +0100 Markus Mützel Set API tags in files in liboctave/numeric (patch #8919).
Tue, 29 Dec 2020 17:41:39 +0100 Markus Mützel Set API tags in files in liboctave/array (patch #8919).
Tue, 29 Dec 2020 17:32:25 +0100 Markus Mützel Export template class definition instead of template class instantiations (patch #8919).
Tue, 29 Dec 2020 17:19:47 +0100 Markus Mützel Remove API tag when instantiating Array template class (patch #8919).
Tue, 29 Dec 2020 16:33:56 +0100 Markus Mützel Add API tag for Array class that is exported from liboctave and liboctinterp (patch #8919).
Wed, 16 Dec 2020 01:05:17 -0500 John W. Eaton Use Octave map instead of octave_struct in gui graphics (patch #8919).
Wed, 30 Dec 2020 10:53:16 -0800 Rik maint: merge stable to default.
Wed, 30 Dec 2020 10:52:51 -0800 Rik pcg.m: Return correct FLAG and correct RELRES output (bug #59776) stable
Sun, 27 Dec 2020 19:07:32 +0100 Torsten Lilge add gui utilities with first function for color interpolation
Fri, 25 Dec 2020 17:13:14 +0100 Torsten Lilge fix possible glitch when interpreter is ready when main window is created
Wed, 23 Dec 2020 11:23:44 +0100 Markus Mützel ones, zeros, NaN, NA, false, true: Document syntax with "like" (bug #50854).
Tue, 22 Dec 2020 10:50:12 -0800 Rik maint: merge stable to default.
Tue, 22 Dec 2020 10:48:56 -0800 Rik Use static keyword on regexp pattern in file_stat (bug #59706) stable
Tue, 22 Dec 2020 09:31:51 +0100 Markus Mützel maint: merge stable to default.
Mon, 21 Dec 2020 19:24:58 +0100 Markus Mützel stat: Improve regular expression for UNC roots on Windows (bug #59706). stable
Mon, 21 Dec 2020 18:55:51 +0100 Markus Mützel Add changes missing in cf059093ffbc.
Mon, 21 Dec 2020 16:48:11 +0100 Markus Mützel stat: Make regular expression for Windows a static const (bug #59706).
Mon, 21 Dec 2020 11:53:10 +0100 Markus Mützel maint: merge stable to default.
Mon, 21 Dec 2020 11:29:35 +0100 Markus Mützel stat: Use "make_absolute" instead of "canonicalize_file_name" on Windows (bug #59706). stable
Sun, 20 Dec 2020 18:48:41 +0100 Markus Mützel maint: merge stable to default.
Tue, 15 Dec 2020 19:23:35 +0100 Markus Mützel Add test case for bug #59661. stable
Sun, 20 Dec 2020 18:37:31 +0100 Markus Mützel Improve class_simple function handle function lookup (bug #59661). stable
Sun, 20 Dec 2020 18:08:57 +0100 Torsten Lilge fix handling global shortcuts when preventing conflicts with readline
Sun, 20 Dec 2020 14:24:20 +0100 Markus Mützel maint: merge stable to default.
Fri, 18 Dec 2020 21:47:18 +0100 Pantxo Diribarne hgsave.m: Allow test to run with qt or gnuplot graphics toolkits (bug #57241). stable
Fri, 18 Dec 2020 21:09:55 +0100 Pantxo Diribarne hdl2struct.m: store hidden text properties (bug #57241) stable
Sun, 20 Dec 2020 12:06:59 +0100 Torsten Lilge provide focus follows mouse for widgets in the main window (bug #59701)
Sat, 19 Dec 2020 16:46:53 +0100 Torsten Lilge mark script created with commands from history as modified stable
Sat, 19 Dec 2020 16:29:32 +0100 Torsten Lilge removing obsolete code for some main window menus
Sat, 19 Dec 2020 10:49:43 +0100 Torsten Lilge simplify initialization of gui dock widgets
Fri, 18 Dec 2020 16:16:53 -0800 Rik dec2base.m: Overhaul input validation.
Fri, 18 Dec 2020 15:23:00 -0500 Nicholas R. Jankowski dec2bin.m: Add docstring note about fractional input incompatibility (bug #59719).
Thu, 17 Dec 2020 17:57:50 -0800 Rik maint: merge stable to default.
Thu, 17 Dec 2020 17:57:20 -0800 Rik replem.m: Fix operations with sparse matrices (bug #59705). stable
Thu, 17 Dec 2020 15:58:23 -0800 Rik maint: merge stable to default.
Thu, 17 Dec 2020 15:57:51 -0800 Rik ode_event_handler.m: Fix mishandling of event edge types and multiple events (bug #59709). stable
Thu, 17 Dec 2020 14:24:15 -0800 Rik maint: merge stable to default.
Thu, 17 Dec 2020 14:23:19 -0800 Rik Increase size of dynamic variable new_argv by 1 to avoid indexing out of array. stable
Thu, 17 Dec 2020 14:02:18 -0800 Rik Fix incorrect results for set functions with "legacy" option (bug #59708). stable
Thu, 17 Dec 2020 07:23:49 +0100 Torsten Lilge avoid gui when octave is launched in non-interactive mode (bug #59628) stable
Tue, 15 Dec 2020 17:08:43 +0100 Markus Mützel maint: merge stable to default.
Tue, 15 Dec 2020 17:08:13 +0100 Markus Mützel dir.m: Return folder (not including file) in field "folder" (bug #59689). stable
Mon, 14 Dec 2020 21:00:01 -0500 John W. Eaton maint: merge stable to default.
Mon, 14 Dec 2020 20:57:47 -0500 John W. Eaton avoid memory leak with function handles (bug #59659) stable
Mon, 14 Dec 2020 14:31:27 -0800 Rik prctile.m, quantile.m: Small formatting changes to cset 7d262c7f8b1d.
Mon, 14 Dec 2020 16:14:12 -0500 John W. Eaton maint: merge stable to default.
Sun, 13 Dec 2020 16:25:03 +0100 Markus Mützel improve class_simple function handle function lookup (bug #59661) stable
Mon, 14 Dec 2020 13:57:45 -0500 John W. Eaton maint: merge stable to default.
Mon, 14 Dec 2020 13:55:10 -0500 John W. Eaton avoid dispatch error if methdo argument is a function handle (bug #59617) stable
Sat, 12 Dec 2020 17:20:41 +0100 Markus Mützel cosd.m: Use relative tolerance in BIST.
Sat, 12 Dec 2020 17:16:29 +0100 Markus Mützel maint: merge stable to default.
Mon, 07 Dec 2020 19:04:55 +0100 Torsten Lilge * file-editor-tab.cc (dtor): do not delete m_edit_area (bug #59628) stable
Tue, 08 Dec 2020 23:12:15 -0500 Nicholas R. Jankowski Allow quantile and prctile to work on dimensions greater than ndim (bug #59641)
Fri, 11 Dec 2020 11:43:31 -0500 John W. Eaton maint: merge stable to default.
Fri, 11 Dec 2020 11:42:53 -0500 John W. Eaton avoid crash due to accessing first element of empty list (bug #59656) stable
Fri, 11 Dec 2020 05:15:39 -0500 John W. Eaton maint: merge stable to default.
Fri, 11 Dec 2020 05:06:07 -0500 John W. Eaton don't propagate prevailing isargout info through mexCallMATLAB (bug #59597) stable
Thu, 10 Dec 2020 15:27:14 -0800 Rik maint: More updates to standardize exception naming scheme.
Thu, 10 Dec 2020 23:35:06 +0100 Pantxo Diribarne maint: merge stable to default
Thu, 10 Dec 2020 23:23:09 +0100 Pantxo Diribarne Show original error when failing to create a graphics object (bug #59620) stable
Wed, 09 Dec 2020 19:17:10 -0800 Rik cosd.m, sind.m: Extend input to complex inputs.
Wed, 09 Dec 2020 20:04:59 +0100 Markus Mützel sind.m, sinpi.m, cospi.m: Wrap to interval closer to zero for higher accuracy.
Wed, 09 Dec 2020 19:25:01 +0100 Markus Mützel Re-calculate axis ticks when axis scale is changed (bug #39393).
Wed, 09 Dec 2020 17:32:39 +0100 Torsten Lilge add java file support in gui editor
Tue, 08 Dec 2020 20:09:19 -0800 Rik cosd.m: Use new improved sind.m for greater accuracy.
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Tue, 08 Dec 2020 21:34:55 +0100 Torsten Lilge copy lexer settings from default settings file for new languages
Tue, 08 Dec 2020 11:13:26 -0800 Rik sinpi.m, cospi.m: New trigonometric functions (bug #59615)
Mon, 07 Dec 2020 17:32:04 -0800 Rik sind.m: Overhaul function for improved accuracy with large inputs.
Mon, 07 Dec 2020 13:34:49 -0800 Rik maint: Use octave::execution_exception in catch block in cset 5b8885af4e2f.
Mon, 07 Dec 2020 19:59:18 +0100 Torsten Lilge get the default size for gui editor and terminal from system settings
Mon, 07 Dec 2020 10:53:07 -0800 Rik maint: merge stable to default.
Mon, 07 Dec 2020 10:52:36 -0800 Rik Fix regression with superclass lookup in classdef constructors (bug #59602). stable
Mon, 07 Dec 2020 19:04:55 +0100 Torsten Lilge * file-editor-tab.cc (dtor): do not delete m_edit_area (bug #59628)
Mon, 07 Dec 2020 18:20:54 +0900 Kai T. Ohlhus null: overhaul function with respect to empty input (bug #59630)
Thu, 03 Dec 2020 10:02:08 -0500 John W. Eaton eliminate separate cli_qobject and gui_qobject classes
Thu, 03 Dec 2020 12:28:59 -0500 John W. Eaton make all command line option info available in scripting language
Sat, 05 Dec 2020 13:29:48 -0500 John W. Eaton * parse.h (base_parser::~base_parser): Declare virtual.
Sun, 06 Dec 2020 21:40:16 +0100 Torsten Lilge fix command settings after changing terminals parent
Sun, 06 Dec 2020 14:56:29 +0100 Markus Mützel plotyy.m: Fix error when called repeatedly (bug #53461).
Sun, 06 Dec 2020 14:56:04 +0100 Markus Mützel maint: merge stable to default.
Sun, 06 Dec 2020 13:53:30 +0100 Torsten Lilge fix error when restoring previous main window layout (bug #59426) stable
Fri, 04 Dec 2020 15:47:48 -0800 Rik Return patch objects for bar,barh rather than hggroups when 'hist' is given (bug #59589).
Fri, 04 Dec 2020 22:50:37 +0100 Torsten Lilge improve default sizes of gui dock widgets stable
Fri, 04 Dec 2020 22:42:38 +0100 Torsten Lilge clean up constructing main window layout of the gui stable
Fri, 04 Dec 2020 19:53:30 +0100 Torsten Lilge fix focus command window after command execution (bug #59609) stable
Sun, 29 Nov 2020 18:02:37 +0100 Markus Mützel system: Support non-ASCII characters for asynchronous mode on Windows (bug #59572).
Sun, 29 Nov 2020 14:20:08 +0100 Markus Mützel system: Support executing commands with non-ASCII characters on Windows (bug #59572).
Fri, 04 Dec 2020 18:33:23 +0100 Markus Mützel Fix typo in identifier.
Thu, 03 Dec 2020 17:46:40 -0800 Rik Use colors from "colormap" property for bar, barh if a "hist" option was given (bug #59589).
Tue, 01 Dec 2020 22:59:35 +0100 Markus Mützel time: Get time zone offset on Windows (bug #53908).
Wed, 02 Dec 2020 20:00:49 -0800 Rik +containers.Map.m: Fix subsref errors (bug #59607).
Wed, 02 Dec 2020 17:18:53 -0500 John W. Eaton maint: merge stable to default.
Wed, 02 Dec 2020 14:06:13 -0800 Rik Allow Octave class execution_exception to catch std::exception objects (bug #59592). stable
Wed, 02 Dec 2020 21:23:44 +0100 Markus Mützel load-save.cc: Fix typos in cdc2f3799c85.
Wed, 02 Dec 2020 14:59:26 -0500 John W. Eaton where possible, allow Qt widgets to delete their children
Wed, 02 Dec 2020 14:22:15 -0500 John W. Eaton also restore stdin and stdout in QUnixTerminalImpl destructor
Wed, 02 Dec 2020 15:00:45 -0500 John W. Eaton maint: merge stable to default.
Wed, 02 Dec 2020 11:47:38 -0800 Rik Use colors from axes' "ColorOrder" property for bar charts for Matlab compatibility (bug #59589).