log

age author description
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)
Thu, 28 Jul 2016 16:54:54 +0200 Andreas Weber dump_demos.m: Change regex for replacement of double quotes, add dummy assert
Wed, 27 Jul 2016 18:25:31 -0400 John W. Eaton style fixes
Wed, 27 Jul 2016 14:52:09 +0100 Carnë Draug xzip.cc: replace throwing exceptions in destructors (bug #48640)
Wed, 27 Jul 2016 16:25:45 -0400 John W. Eaton do system dependent and default variable inits early (bug #)
Tue, 26 Jul 2016 10:40:46 -0400 John W. Eaton * interpreter.cc (interpreter::interpreter): Fix typo in previous change.
Tue, 26 Jul 2016 09:49:56 -0400 John W. Eaton don't print startup message for --eval (bug #48620)
Mon, 25 Jul 2016 14:50:29 +0100 Marco Caliari New function normest1 as replacement for onenormest (patch #8837)
Thu, 30 Jun 2016 18:20:37 +1000 Lachlan Andrew Fix assignment to an property of an element of classdef array (bug #46660)
Mon, 25 Jul 2016 19:46:33 -0400 Lachlan Andrew Force reload of a function after it is saved in the editor (bug #46632)
Thu, 30 Jun 2016 18:28:56 +1000 Lachlan Andrew Stop bookmarks being hidden by breakpoints / execution point (bug #48292)
Sat, 28 May 2016 20:08:56 +1000 Lachlan Andrew Wrap search for "next bookmark" and "prev bookmark" (bug #48044)
Mon, 14 Mar 2016 21:57:01 +1100 Lachlan Andrew Go to right editor line number, even with folding (bug #47414)
Mon, 25 Jul 2016 17:44:02 -0400 Daniel J Sebald Save settings in Qt convention, delete all children in destructors (bug #45366)
Fri, 22 Jul 2016 18:44:43 +0100 Carnë Draug mk-doc-cache.pl: some perl best practice changes.
Mon, 25 Jul 2016 09:49:28 -0400 John W. Eaton * mk-doc-cache.pl: Fix substitutions to escape block comment markers.
Sun, 24 Jul 2016 12:51:12 -0400 John W. Eaton fix test for profile (bug #46315)
Sun, 24 Jul 2016 12:17:07 +0200 Andreas Weber doc: Fix "doubled words" typos (\b(\w+)\s+\1\b)
Sat, 23 Jul 2016 18:39:07 -0400 Lachlan Andrew Allow TAB autocompletion of local functions in debug mode (bug #48317)
Thu, 30 Jun 2016 18:19:37 +1000 Lachlan Andrew Allow tab completion of arrays of structures.
Sat, 23 Jul 2016 14:49:54 -0400 John W. Eaton avoid displaying plots in axis tests (bug #48602)
Fri, 25 Mar 2016 14:28:40 +1100 Lachlan Andrew Enable shortcuts for find next / find previous
Sun, 15 Mar 2015 19:35:01 +0100 Torsten changeset: 19946:59385cda0598
Fri, 22 Jul 2016 17:09:38 -0700 Mike Miller doc: Reword methods doc string for clarity
Fri, 22 Jul 2016 17:06:21 -0700 Mike Miller doc: Reword and clarify fieldnames doc string for Java classes and objects
Fri, 22 Jul 2016 15:26:58 -0400 John W. Eaton move system dependent code to sysdep.cc
Thu, 30 Jun 2016 18:17:26 +1000 Lachlan Andrew Track line numbers when in debug mode (bug #45764)
Wed, 20 Jul 2016 16:27:49 +0200 Markus Mützel Support setting colormap min max with axis.m (bug #48566).
Thu, 21 Jul 2016 14:43:30 +0200 Markus Mützel Change default properties of isosurface (bug #48572).
Wed, 20 Jul 2016 20:44:21 +0200 Markus Mützel Visual differences between Octave and Matlab (bug #48572)
Sun, 26 Jun 2016 13:32:03 +0200 Carnë Draug Rewrite gzip and bzip2 in C++ instead of using its applications (bug #43431)
Fri, 22 Jul 2016 12:08:51 -0400 John W. Eaton convert errors in onCleanup destructor to warnings (bug #48574)
Fri, 22 Jul 2016 10:28:51 -0400 John W. Eaton always create doc-cache; install it and macros.texi (bug #48508)
Fri, 22 Jul 2016 08:40:20 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 21 Jul 2016 18:11:06 -0400 John W. Eaton build doc-cache without running Octave (bug #48508)
Sat, 16 Jul 2016 14:03:34 +1000 Lachlan Andrew Allow dir to accept [ and ] in arguments. (bug #47950)
Thu, 21 Jul 2016 07:49:44 -0400 John Donoghue include windows.h for set_win_app_id call
Wed, 20 Jul 2016 16:33:58 -0400 John Donoghue set AppUserModelId for application in Windows (bug #47527)
Wed, 20 Jul 2016 10:20:20 -0700 Mike Miller test: increase tolerance on Matrix tests
Wed, 20 Jul 2016 08:54:51 -0700 Rik Make demos Matlab compatible for comparison with dump_demos script.
Wed, 20 Jul 2016 15:32:53 +0100 Carnë Draug Remove check for std::tr1::unordered_map because we depend on C++11.
Mon, 18 Jul 2016 13:52:57 +0200 Markus Muetzel Point isonormals towards lower values for Matlab compatibility (bug #48552).
Tue, 19 Jul 2016 18:04:12 +0100 Carnë Draug string_vector: add constructor that supports any container.
Tue, 19 Jul 2016 11:27:56 -0700 Mike Miller distribute deprecated-config.h source file
Tue, 19 Jul 2016 12:07:34 -0400 John W. Eaton set DLL directory when loading DLLs on Windows systems (bug #48511)
Tue, 19 Jul 2016 11:29:29 -0400 John W. Eaton * fCMatrix.cc (xgemm): Fix thinko in cset 407c66ae1e20.
Tue, 19 Jul 2016 08:52:15 -0400 John W. Eaton * mk-octave-config-h.sh: Improve readability of output.
Tue, 19 Jul 2016 08:39:27 -0400 John W. Eaton allow installed f77-fcn.h to use config info from Octave (bug #48559)
Mon, 18 Jul 2016 19:38:27 +0200 Markus Muetzel Add function "smooth3" (patch #8864).
Mon, 18 Jul 2016 11:42:20 -0700 Mike Miller kbhit: return an empty string if not running interactively (bug #48541)
Mon, 11 Jul 2016 19:02:59 +0200 Markus Muetzel Add function "lighting" (patch #9040).
Mon, 11 Jul 2016 15:13:27 +0100 Carnë Draug Array: add constructor from std sequence containers (patch 9047)
Mon, 18 Jul 2016 09:08:59 -0700 Rik __unimplemented__.m: Remove condeig from list.
Mon, 18 Jul 2016 11:22:12 -0400 John W. Eaton avoid GCC warning about longjmp possibly clobbering variable
Mon, 18 Jul 2016 11:18:47 -0400 John W. Eaton declare odepack common blocks consistently (bug #48531)
Mon, 18 Jul 2016 09:38:57 -0400 John W. Eaton reduce warnings from GCC's link-time optimization feature (bug #48531)
Mon, 18 Jul 2016 09:56:41 -0400 John W. Eaton handle gfortran and f2c calling conventions separately
Sun, 17 Jul 2016 12:42:37 -0400 John W. Eaton new macros for F77 data types
Sun, 17 Jul 2016 13:17:58 -0400 John W. Eaton use r1mach for single precision code (partial fix for bug #48531)
Fri, 15 Jul 2016 16:08:55 -0400 John W. Eaton fix profiler initialization (bug #46315)
Mon, 18 Jul 2016 07:36:23 -0700 Rik build: export testfun/private dir to tarball (bug #48553).