log

age author description
Tue, 21 Nov 2017 17:49:18 -0800 Rik Check ARPACK library for buggy behavior in configure (bug #52425) stable
Tue, 21 Nov 2017 21:35:32 +0100 Torsten allow uncommenting in editor when line begins with whitespace (bug #52406)
Mon, 20 Nov 2017 08:05:10 -0500 John W. Eaton Fix typo: varaible -> variable.
Sun, 19 Nov 2017 21:37:49 -0500 John W. Eaton * bp-table.cc: Style fixes.
Sun, 19 Nov 2017 21:17:25 -0500 John W. Eaton store subfunction names in scope instead of function object
Mon, 24 Jul 2017 16:48:03 +0200 Pantxo Diribarne Fix printing integer type images (bug #51558) stable
Sun, 19 Nov 2017 16:01:05 -0500 John W. Eaton improve error message for invalid anonymous functions
Sun, 19 Nov 2017 21:15:17 +0100 Torsten update wrong setting keys accidentally introduced into the settings file stable
Sun, 19 Nov 2017 12:49:15 -0500 John W. Eaton delete unused symbol_table functions
Sun, 12 Nov 2017 22:10:46 +0100 Torsten consistent case of settings keys in the settings file (important for qt5) stable
Sun, 19 Nov 2017 09:51:19 -0500 John W. Eaton delete filemarker function and corresponding internal variable
Sun, 19 Nov 2017 10:31:14 +0100 Andreas Weber dim-vector.cc: rewrite dim-vector.cc::squeeze using existing functions
Sat, 18 Nov 2017 20:41:41 +0100 Markus Mützel Copy all constraints for row vector properties.
Sat, 18 Nov 2017 19:45:23 +0100 Markus Mützel Do not skip constraints for graphics properties.
Sat, 18 Nov 2017 11:50:16 +0100 Torsten improve re-docking of a floating widget under windows
Fri, 17 Nov 2017 13:46:15 -0500 John W. Eaton * perms.m: Split groups of tests to individual asserts.
Fri, 17 Nov 2017 17:34:28 +0000 Carnë Draug scripts/specfun/perms.m: support data of any indexable type (bug #52431)
Fri, 17 Nov 2017 11:36:55 -0500 John W. Eaton use m_ prefix for symbol_record class data members
Fri, 17 Nov 2017 09:12:11 -0500 John W. Eaton use shared_ptr and weak_ptr to manage symbol_record object
Thu, 16 Nov 2017 21:43:47 -0500 John W. Eaton don't use symbol_table:: nesting for symbol_record, symbol_scope, or fcn_info
Thu, 16 Nov 2017 19:39:00 -0500 John W. Eaton rename scope to symbol_scope
Fri, 17 Nov 2017 16:53:42 +0000 Carnë Draug scripts/specfun/perms.m: fix return type and size for empty arrays (bug #52432)
Fri, 17 Nov 2017 16:01:59 +0000 Carnë Draug scripts/specfun/perms.m: add tests for non numeric data (bug #52431)
Thu, 16 Nov 2017 18:12:23 -0800 Rik maint: merge stable to default.
Thu, 16 Nov 2017 18:01:18 -0800 Rik Fix definition of Delaunay triangulation in docstrings (bug #52416). stable
Thu, 16 Nov 2017 17:24:09 -0800 Rik accumarray.m: Add '@' to function handles in docstring (bug #52418). stable
Thu, 16 Nov 2017 16:06:31 -0500 John W. Eaton disentangle symbol_record, scope, and fcn_info from symbol_table class
Thu, 16 Nov 2017 16:12:12 -0500 John W. Eaton maint: No really, merge stable to default.
Thu, 16 Nov 2017 11:55:15 -0800 Rik maint: merge stable to default.
Thu, 16 Nov 2017 11:54:20 -0800 Rik Eliminate possible segfaults related to not cleaning up Qhull workspace. stable
Wed, 15 Nov 2017 19:27:09 -0800 Rik maint: merge stable to default.
Wed, 15 Nov 2017 19:26:38 -0800 Rik Fix segfault in delaunayn when Qhull memory is not properly cleared (bug #52410). stable
Wed, 15 Nov 2017 15:26:11 -0800 Rik maint: replace uses of 0 with nullptr in dSparse.cc, CSparse.cc.
Wed, 15 Nov 2017 15:22:27 -0800 Rik maint: merge stable to default.
Wed, 15 Nov 2017 15:21:45 -0800 Rik Fix segfault with CHOLMOD library and empty matrices (bug #52365). stable
Wed, 15 Nov 2017 14:52:07 -0500 John W. Eaton use shared_ptr to manage url_transfer object
Wed, 15 Nov 2017 14:38:31 -0500 John W. Eaton use shared_ptr to manage thread_manager object
Wed, 15 Nov 2017 14:21:52 -0500 John W. Eaton use shared_ptr to manage graphics_object and graphics_event objects
Tue, 14 Nov 2017 09:41:07 +0100 Marco Caliari Fix incorrect size of the solution of some singular systems (bug #52402).
Sun, 05 Nov 2017 20:25:17 +0100 Julien Bect * jit.tst: Disable tests that hang the interpreter.
Sun, 23 Jul 2017 08:35:32 +0200 Julien Bect jit: Use MJCIT instead of the old JIT
Sat, 23 Sep 2017 19:27:49 +0200 Julien Bect jit: Move join() outside of class jit_typeinfo, renamed to jit_type_join()
Wed, 09 Aug 2017 08:32:06 +0200 Julien Bect jit: jit-typeinfo.cc: Introduce a local variable for clarity
Tue, 08 Aug 2017 22:00:50 +0200 Julien Bect jit: Use nullptr (instead of 0 or NULL) as much as possible
Mon, 24 Jul 2017 13:49:15 +0200 Julien Bect jit: pt-jit.cc: Use createBasicAAWrapperPass instead of createBasicAliasAnalysisPass
Mon, 24 Jul 2017 13:54:24 +0200 Julien Bect jit: pt-jit.cc: Fix llvm::raw_fd_ostream syntax
Sun, 23 Jul 2017 18:56:18 +0200 Julien Bect jit: pt-jit.cc: Add type argument to CreateConstInBoundsGEP1_32 (LLVM >= 3.7)
Sat, 22 Jul 2017 13:43:43 +0200 Julien Bect jit: jit-typeinfo.cc: Do not use assignment with llvm::Twine objects
Fri, 21 Jul 2017 07:32:44 +0200 Julien Bect jit: Convert llvm::Function::arg_iterator to pointer explicitely
Sat, 04 Nov 2017 22:13:03 +0100 Julien Bect jit.tst: Comment out unit tests involving try/catch blocks
Sun, 15 Oct 2017 21:08:02 +0200 Julien Bect jit: Move everything inside the octave namespace
Sat, 07 Oct 2017 09:59:16 +0200 Julien Bect jit: Get rid of residual calls to OCT_MAKE_DECL_LIST and OCT_ITERATE_MACRO
Tue, 17 Oct 2017 07:13:28 +0200 Julien Bect pt-jit.cc: Fix visit_*_command methods in jit_convert class
Sun, 12 Nov 2017 17:04:43 +0100 Julien Bect configure.ac: Add missing --system-libs arguments to llvm-config call
Wed, 18 Oct 2017 15:18:28 +0200 Julien Bect pt-loop.cc: Add missing header pt-jit.h
Wed, 01 Nov 2017 08:21:13 +0100 Julien Bect libinterp/parse-tree/module.mk: Add LLVM flags to libparse_tree_la
Tue, 17 Oct 2017 21:35:23 +0200 Julien Bect pt-jit.cc: Fix syntax error introduced by cset 5cb3a2bb5e1e
Tue, 14 Nov 2017 16:52:42 -0500 John W. Eaton smart indentation for selections or current line in code editor
Thu, 06 Apr 2017 13:30:47 +0200 Marco Caliari Display the right number/order of Ritz estimates in eigs when OPTS.disp = 2.
Mon, 03 Apr 2017 11:17:07 +0200 Marco Caliari Use [L,U,P,Q,R] (sparse) and [L,U,P] (full) factorizations in eigs-base.cc.