log

age author description
Tue, 05 Jan 2021 18:19:56 +0100 Markus Mützel maint: merge stable to default.
Tue, 05 Jan 2021 18:19:15 +0100 Markus Mützel eigs.m: Make tests that depend on CHOLMOD conditional. stable
Tue, 05 Jan 2021 15:54:22 +0100 Markus Mützel maint: merge stable to default.
Tue, 05 Jan 2021 14:42:18 +0100 Markus Mützel tests: Make tests that depend on CXSparse conditional. stable
Tue, 05 Jan 2021 14:10:15 +0100 Markus Mützel sparse-qr.cc: Fix compilation with CXSparse and SPQR (bug #57033).
Thu, 09 Jan 2020 21:45:54 +0100 Simon Hau Replacement of CXSPARSE by SPQR for QR factorization (bug #57033).
Mon, 04 Jan 2021 14:52:06 +0100 Markus Mützel maint: merge stable to default.
Sun, 03 Jan 2021 11:49:07 +0100 Markus Mützel build: Use SPARSE_XCPPFLAGS in CPP_FLAGS for libcorefcn (bug #59806). stable
Mon, 04 Jan 2021 14:44:22 +0100 Markus Mützel maint: merge stable to default.
Mon, 04 Jan 2021 14:19:48 +0100 Markus Mützel struct2hdl.m: Set "units" property early. stable
Thu, 17 Dec 2020 20:18:51 -0500 John W. Eaton allow Octave to operate as a server, executing commands from a queue
Sun, 03 Jan 2021 14:39:31 -0500 John W. Eaton prefer unwind_action over unwind_protect in more places
Sun, 03 Jan 2021 14:38:14 -0500 John W. Eaton new unwind_action class that handles execptions
Sun, 03 Jan 2021 14:37:13 -0500 John W. Eaton allow unwind_action functions to be empty and set after object creation
Sun, 03 Jan 2021 20:19:04 +0100 Torsten Lilge improve saving a variable in the variable editor (bug #59570)
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.