log

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