log

age author description
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()