log

age author description
Tue, 16 Aug 2016 08:28:23 -0700 Rik __ezplot__.m: Add 'r = ' to the title string for ezpolar plots.
Tue, 16 Aug 2016 08:07:39 -0700 Rik __ezplot__.m: Fix Matlab incompatibilities.
Tue, 16 Aug 2016 16:57:42 +0200 Kai T. Ohlhus publish.m: math formatting prevention for more than nine formulas.
Tue, 16 Aug 2016 16:23:00 +0200 Kai T. Ohlhus publish.m: prevent formatting of inline and block math.
Tue, 16 Aug 2016 02:07:58 +0100 Barbara Locsi eig: new options for choice of algorithm, balancing, and output (patch #8960)
Mon, 15 Aug 2016 19:39:24 -0400 John W. Eaton strip header from op-kw-docs when generating libinterp/DOCSTRINGS
Wed, 03 Aug 2016 23:01:14 +0200 Ernst Reissner style fixes (patch #9059)
Mon, 15 Aug 2016 15:15:30 -0700 Rik Use Octave syntax in graphics demos.
Mon, 15 Aug 2016 10:56:47 -0700 Rik isosurface.m: Use camlight for default lighting for Matlab compatibility.
Mon, 15 Aug 2016 12:05:15 -0400 John W. Eaton doc fix
Mon, 15 Aug 2016 10:05:50 -0700 Rik doc: grammarcheck documentation for 4.2 release.
Mon, 15 Aug 2016 12:46:51 +0200 Ernst Reissner doc: improve documentation on oct-parse.in.yy(feval) (patch #9082)
Mon, 15 Aug 2016 10:09:59 +0200 Kai T. Ohlhus Resolve compile time issues, when octave_idx_type is long int.
Mon, 15 Aug 2016 02:01:29 -0400 John W. Eaton revamp double, single, int type conversions
Sun, 14 Aug 2016 20:16:09 -0700 Rik maint: Remove trailing spaces from code.
Sun, 14 Aug 2016 20:07:51 -0700 Rik Change default axes color to (0.15, 0.15, 0.15).
Sun, 14 Aug 2016 17:33:59 -0700 Rik NEWS: Announce implementation of TitleFontSizeMultiplier, TitleFontWeight,
Sun, 14 Aug 2016 17:19:06 -0700 Rik Implement TitleFontSizeMultiplier, LabelFontSizeMultiplier, TitleFontWeight props.
Sun, 14 Aug 2016 17:31:59 +0100 Carnë Draug validateattributes: do not set a unique error_id for each test (bug #48439)
Sun, 14 Aug 2016 08:13:05 -0700 Rik build: Fix wrong private/ directory for __rotate_around_axis__.m (cset 57fded74ee22).
Sun, 14 Aug 2016 07:54:14 -0700 Rik __unimplemented__.m: Add moving statistics functions to list (bug #48774).
Mon, 11 Jul 2016 23:31:21 -0700 Colin Macdonald Add camlight function (patch #9014).
Sun, 14 Aug 2016 13:50:13 +0100 Carnë Draug sylvester.cc: fix function name in help text.
Sat, 13 Aug 2016 17:46:31 -0700 Mike Miller build: improve QScintilla detection to work with distro naming schemes (bug #48773)
Sat, 13 Aug 2016 16:19:19 -0700 Mike Miller * parse.h (eval_string): Fix typo of "nargout" in parameter list.
Sat, 13 Aug 2016 17:26:10 -0400 John W. Eaton new tests for type conversions
Sat, 13 Aug 2016 17:49:18 -0400 John W. Eaton move single and double type conversion functions to ov.cc
Sat, 13 Aug 2016 17:44:19 -0400 John W. Eaton new type conversion functions
Sat, 13 Aug 2016 17:39:29 -0400 John W. Eaton new function __dump_typeinfo__
Sat, 13 Aug 2016 15:35:58 +0100 Carnë Draug New string utility functions to replace caseless_str for liboctave (bug #48726)
Sat, 13 Aug 2016 12:49:58 +0100 Carnë Draug Array: new typedef size_type and value_type, and new method size(dimension).
Wed, 10 Aug 2016 17:44:51 +0200 Markus Mützel Add function "isocaps" (patch #8872)
Thu, 11 Aug 2016 22:02:47 +0100 Carnë Draug dim_vector: fix type deduction in constructor with parameter pack (patch #9030)
Fri, 12 Aug 2016 04:52:29 +0100 Carnë Draug doc: fix indexing note on doxygen docs for Array<T>.
Thu, 11 Aug 2016 19:22:25 -0400 John W. Eaton * MatrixType.cc: Instantiate template constructors we need.
Thu, 11 Aug 2016 16:26:56 -0400 John W. Eaton don't rely on std:: overloads of arg, conj, imag, and real for real args
Fri, 12 Aug 2016 00:19:11 +0100 Carnë Draug doc: doxygen explaining Array<T>.
Thu, 11 Aug 2016 15:49:06 -0700 Rik doc: Don't escape " within @qcode macro (bug #48722).
Thu, 11 Aug 2016 10:42:26 -0700 Mike Miller Add %!error test pattern matches for disabled optional features
Thu, 11 Aug 2016 09:56:12 -0700 Mike Miller Conditionally disable tests that rely on optional features
Thu, 11 Aug 2016 10:38:19 -0700 Mike Miller * xzip.cc (Fbzip2): Fix typo of "octave_unused_parameter".
Thu, 11 Aug 2016 10:20:13 -0700 Rik Fix badly drawn 'o' and '.' markers at small and large sizes (OpenGL).
Thu, 11 Aug 2016 18:04:06 +0100 Carnë Draug comment-list.h: properly include "base-list.h".
Thu, 11 Aug 2016 12:48:51 -0400 John W. Eaton * chol.cc (chol<T>::insert_sym): Use std::imag and std::conj.
Thu, 11 Aug 2016 12:44:00 -0400 John W. Eaton eliminate unused parameter warnings
Thu, 11 Aug 2016 12:33:26 -0400 John W. Eaton fix build failure for --without-z (bug #48757)
Thu, 11 Aug 2016 08:16:52 -0400 John W. Eaton use Q_GLOBAL_STATIC with Qt 5.1 or later (bug #48753)
Thu, 11 Aug 2016 08:00:49 +0200 Andreas Weber dump_demos.m: Backout a8a9c275e12d and fix filesep on non-unix
Wed, 10 Aug 2016 22:38:44 -0700 Mike Miller Use new macros for passing complex arguments to Fortran FFTPACK subroutines
Wed, 10 Aug 2016 20:17:39 -0700 Rik material.m: Stop creation of blank figures until after input validation.
Wed, 10 Aug 2016 18:28:39 -0700 Mike Miller Avoid displaying figures, ensure all figures are closed in BIST tests
Tue, 09 Aug 2016 14:41:32 +0200 Markus Mützel Fix compile error and warning with '--without-opengl' (bug #48724)
Wed, 10 Aug 2016 10:59:14 -0700 Mike Miller build: fix configure --without-qt or --with-qt
Wed, 10 Aug 2016 12:29:59 -0400 John W. Eaton maint: pass objects by const reference
Wed, 10 Aug 2016 11:41:56 -0400 John W. Eaton improve checks for Qt when Qt 5 is not installed
Wed, 10 Aug 2016 09:20:14 -0700 Rik Silence unused parameter warning when compiling with Qt5.
Tue, 06 Oct 2015 12:12:56 +0200 Olaf Till More informative messages for errors in anonymous functions (bug #46136).
Wed, 10 Aug 2016 10:28:00 +0200 Kai T. Ohlhus deblank.m: Matlab compatible behavior for empty input (bug #48725)
Wed, 10 Aug 2016 04:14:02 -0400 John W. Eaton Check for Qt 5, then Qt 4.
Wed, 10 Aug 2016 03:54:42 -0400 John W. Eaton allow building with Qt5 (bug #40252)
Wed, 10 Aug 2016 09:09:41 +0200 Kai T. Ohlhus maint: properly include <vector> in svd classes.
Wed, 10 Aug 2016 03:56:38 +0100 Carnë Draug svd: use std::vector instead of Matrix when a std::vector is enough.
Mon, 18 Jul 2016 17:46:05 +0200 Markus Muetzel Add function material. (patch #9013)
Wed, 10 Aug 2016 00:56:51 +0100 Carnë Draug MatrixType: remove duplicate code for SparseMatrix and ComplexSparseMatrix.
Tue, 09 Aug 2016 16:55:36 -0700 Rik doc: Clarify that reducepatch only works on patches, not surfaces.
Tue, 09 Aug 2016 16:50:37 -0700 Rik __unimplemented__.m: Don't print backtrace when issuing warning.
Mon, 18 Jul 2016 19:54:34 +0200 Markus Muetzel Add function "reducepatch" (patch #8912)
Tue, 09 Aug 2016 23:25:09 +0100 Barbara Locsi chol2inv: "inv (Y'*Y)" instead of "(inv(Y))' * inv(Y)" (bug #36437)
Sat, 06 Aug 2016 19:38:32 +0200 Barbara Locsi chol2inv: fix support for sparse matrices by fixing MatrixType (bug #36437)
Tue, 09 Aug 2016 15:07:30 -0700 Markus Mützel isosurface.m: Rework %!demos (bug #48626).
Sat, 30 Jul 2016 10:38:09 -0500 Daniel J Sebald For gnuplot toolkit patch case, broadcast single color values (bug #48626).
Tue, 09 Aug 2016 21:36:23 +0100 Carnë Draug libinterp/corefcn/gsvd.cc: clean up #include's removing what's not needed.
Tue, 09 Aug 2016 21:34:53 +0100 Carnë Draug gsvd: replace deprecated gripe_wrong_type_arg with err_wrong_type_arg.
Tue, 09 Aug 2016 18:02:11 +0200 Barbara Locsi gsvd: reduce code duplication with templates.
Thu, 04 Aug 2016 07:50:31 +0200 Barbara Locsi gsvd: new function imported from Octave-Forge linear-algebra package.
Tue, 09 Aug 2016 14:41:52 -0400 John W. Eaton allow configure to select Qt version
Mon, 08 Aug 2016 19:22:29 -0400 John W. Eaton don't use -Wshadow for GCC 4
Tue, 09 Aug 2016 11:09:38 -0700 Rik Overhaul isosurface.m and associated functions.
Mon, 18 Jul 2016 19:49:39 +0200 Markus Muetzel Add function "reducevolume" (patch #8856).
Tue, 09 Aug 2016 15:40:32 +0100 Carnë Draug liboctave/numeric/svd.h: remove unused #include <iosfwd>.
Tue, 09 Aug 2016 04:14:55 +0100 Carnë Draug chol: return permutation vector as row vector instead of column vector.
Tue, 09 Aug 2016 00:21:36 +0100 Carnë Draug svd: do not shadow member variables with local variables.
Sun, 12 Jun 2016 19:38:22 +1000 Lachlan Andrew Document that "help OPERATOR" needs quotes around OPERATOR (bug #39349).
Thu, 30 Jun 2016 18:30:26 +1000 Lachlan Andrew Calculate cov as Matlab does, not as its conjugate (bug #48315).
Mon, 08 Aug 2016 15:21:03 -0700 Rik glpk.m: Style fixes for cset 20e0c0b8820c.
Sat, 27 Feb 2016 16:16:36 +1100 Lachlan Andrew Allow sequential quadratic programs with infeasible QPs (bug #36015).
Thu, 11 Feb 2016 21:06:45 +1100 Lachlan Andrew Prevent Octave:language-extension from becoming an error (bug #44336).
Mon, 08 Aug 2016 20:46:12 +0100 Carnë Draug dim-vector.h: remove duplicated code.
Mon, 08 Aug 2016 12:03:06 -0700 Rik __opengl_info__.m: Tide code and fix to work with fltk toolkit.
Mon, 08 Aug 2016 07:36:37 +0200 Andreas Weber dump_demos: remove duplicate default args
Mon, 08 Aug 2016 07:30:29 +0200 Andreas Weber compare_plot_demos.m: Fix default path on Windows (Bug #48717)
Sun, 07 Aug 2016 17:53:43 -0700 Rik axis.m: Clean up formatting in %!error tests.
Sun, 07 Aug 2016 19:39:40 +0100 Carnë Draug chol: make option passed as string case insensitive.
Sun, 07 Aug 2016 04:21:14 +0100 Carnë Draug maint: merge away accidental head.
Sun, 07 Aug 2016 04:18:18 +0100 Carnë Draug repmat.m: add test for input with zero length dimensions.
Sat, 06 Aug 2016 23:47:20 +0100 Lachlan Andrew mahalanobis: alternative for performance improvement (bug #45877)
Sat, 06 Aug 2016 05:18:34 +0100 Carnë Draug dim-vector: add missing, and remove unecessary, #includes.
Sat, 06 Aug 2016 04:15:07 +0100 Carnë Draug dim-vector.h (ndims): do not return a reference to the rep.
Thu, 26 Feb 2015 22:15:54 +0530 Sahil Badyal use contribute/donate consistently in GUI (bug #44335)
Fri, 05 Aug 2016 22:04:12 +0100 Carnë Draug prepad, postpad: do nothing wen input is already of the right size.
Fri, 05 Aug 2016 20:09:09 +0100 Carnë Draug qr.cc: make use of Texinfo macro @dots instead of ... (bug #46912)
Fri, 21 Feb 2014 13:00:32 -0600 Michael C. Grant improvements to Qt & OpenGL linking on the Mac (bug #41574)
Thu, 07 Jul 2016 18:04:28 +1000 Lachlan Andrew Reconcile qr docs with behaviour. Fix qr(A,B,complex(0)). (bug #46912)
Thu, 18 Feb 2016 11:57:12 +1100 mfasi Return C = Q'*B not Q when qr has two arguments (bug #41567, bug #46912)
Sun, 17 Jul 2016 17:03:30 -0400 John Donoghue provide single function to get OpenGL renderer info
Thu, 04 Aug 2016 20:20:27 +0100 Carnë Draug svd: reduce code duplication with more use of template and macro.
Wed, 03 Aug 2016 10:23:41 -0700 Mike Miller Add tests for Java numeric type conversion (bug #48013)
Wed, 03 Aug 2016 10:10:59 -0700 Ernst Reissner Only convert specific Java numeric objects to double for Matlab compatibility (bug #48013)
Wed, 03 Aug 2016 10:06:40 -0700 Mike Miller Doxyfile.in: enable Java conditional code segments for doxygen
Wed, 03 Aug 2016 04:55:05 +0100 Carnë Draug FCell: avoid repeating default value for a newly created Cell.
Tue, 02 Aug 2016 03:40:02 -0400 John W. Eaton get help text for operators and keywords from docstrings file
Tue, 02 Aug 2016 03:10:51 -0400 John W. Eaton search docstrings file for built-in and dld function help text (bug #48554)
Mon, 01 Aug 2016 12:40:18 -0400 John W. Eaton refill multi-line macro definitions
Tue, 12 Jul 2016 14:28:07 -0400 John W. Eaton put parser, lexer, and evaluator in namespace; interpreter now owns evaluator
Mon, 01 Aug 2016 09:52:51 -0700 Mike Miller * condeig.m: fix Texinfo markup typo in condeig doc string (bug #48672)
Sun, 31 Jul 2016 02:16:29 +0100 Carnë Draug xzip.cc: modify tests for readability.
Sat, 30 Jul 2016 14:30:48 +0100 Carnë Draug normest1: always return a column vector for IT output (patch #8837)
Sat, 23 Jul 2016 17:45:32 +0200 Markus Mützel Update to light (patch #8943)
Thu, 28 Jul 2016 16:38:37 -0400 John W. Eaton make figures invisible in publish tests (bug #48556)
Thu, 28 Jul 2016 16:07:11 -0400 John W. Eaton skip invalid objects in Qt graphics event handlers (bug #46501)