log

age author description
Mon, 19 Jun 2023 11:36:39 -0400 Petter T. octave_trivial_range functions omitted from changeset f31cbed22bf6
Mon, 19 Jun 2023 11:17:32 -0400 Petter T. new functions for accessing double values
Mon, 19 Jun 2023 10:45:49 -0400 Petter T. new function to call object destructor if only one reference remains
Mon, 19 Jun 2023 10:27:30 -0400 Petter T. new octave_base_value functions to create storable values
Mon, 19 Jun 2023 10:27:27 -0400 Petter T. new function to access evaluator debug state
Mon, 19 Jun 2023 10:27:25 -0400 Petter T. new convenience function to access parent stack frame index
Mon, 19 Jun 2023 09:55:13 -0400 Petter T. new functions to identify and extract elements from full numeric matrices
Sun, 18 Jun 2023 20:24:54 +0200 Markus Mützel maint: Adjust copyright year for newly added file.
Sat, 17 Jun 2023 10:19:33 -0400 Petter T. function cache to improve performance of function resolution
Fri, 16 Jun 2023 15:04:39 -0400 John W. Eaton allow octave_value_factory functions to work
Thu, 15 Jun 2023 14:08:45 -0400 Petter T. new functions to initialize a tree_matrix matrix object
Thu, 15 Jun 2023 15:46:59 -0400 Petter T. new function to duplicate index_exception objects
Thu, 15 Jun 2023 12:26:25 -0400 Petter T. new simple_numeric_assign function to handle simple case
Thu, 15 Jun 2023 11:28:16 -0400 Petter T. new subsref and subsasgn functions to handle simple case
Thu, 15 Jun 2023 10:53:23 -0400 Petter T. new set_nargin and set_nargout functions for evaluator
Thu, 15 Jun 2023 10:51:50 -0400 Petter T. * stack-frame.h (stack_frame::line, stack_frame::column): Now virtual.
Wed, 14 Jun 2023 16:12:12 -0400 Petter T. new octave_trivial_range class for fast ranges that can be stored as ints
Wed, 14 Jun 2023 16:11:54 -0400 Petter T. new octave_value_factory class
Wed, 14 Jun 2023 16:09:36 -0400 Petter T. new function to get first element or undefined value from octave_value_list
Wed, 14 Jun 2023 16:07:47 -0400 Petter T. allow symbol scopes to be created without "ans" symbol
Wed, 14 Jun 2023 16:07:25 -0400 Petter T. new predicate to identify braindead short circuit parse tree elements
Wed, 14 Jun 2023 16:02:51 -0400 Petter T. new OCTAVE_LIKELY and OCTAVE_UNLIKELY macros
Wed, 14 Jun 2023 16:02:37 -0400 Petter T. new high resolution timer function
Mon, 12 Jun 2023 14:18:08 -0700 Rik Add support for "none" option to axes graphic property "TickDir".
Sun, 11 Jun 2023 21:32:21 -0700 Rik maint: merge stable to default
Sun, 11 Jun 2023 21:30:23 -0700 Rik Reset all axes properties except Units, Position with "cla ('reset')" stable
Sun, 11 Jun 2023 16:10:57 -0700 Rik maint: merge stable to default
Sun, 11 Jun 2023 16:09:45 -0700 Rik colorbar.m: Tag BIST test with bug number (bug #64287) stable
Sun, 11 Jun 2023 07:57:35 -0400 Arun Giridhar maint: Merge stable to default
Sun, 11 Jun 2023 07:56:15 -0400 Arun Giridhar colorbar.m: Add BIST (bug #64287) stable