log libinterp/octave-value/ov-fcn-handle.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Tue, 24 May 2022 11:38:00 -0700 Rik maint: merge stable to default
Tue, 24 May 2022 11:37:03 -0700 John W. Eaton Fix memory leak with nested functions and anonymous functions (bug #62459) stable
Tue, 05 Apr 2022 08:33:58 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libinterp/.
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Mon, 07 Feb 2022 21:47:53 -0800 Arun Giridhar Replace direct calls to C library assert() with Octave specialty functions in libinterp/ (bug #61753)
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 27 Dec 2021 19:53:35 -0800 Rik doc: Use TF for output variable in documentation for isXXX functions in libinterp/ directory.
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Wed, 24 Nov 2021 10:26:19 -0500 John W. Eaton remove functions deprecated in version 6
Wed, 18 Aug 2021 15:47:29 -0400 John W. Eaton move some load-save utilities to octave namespace
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Thu, 15 Apr 2021 11:08:57 -0400 John W. Eaton add some comments for anonymous function handles
Thu, 01 Apr 2021 03:02:22 -0400 John W. Eaton maint: merge stable to default.
Tue, 30 Mar 2021 01:08:00 -0400 John W. Eaton hold references to closure frames in anon functions if needed (bug #60237) stable
Fri, 05 Mar 2021 16:14:34 -0500 John W. Eaton avoid memory leaks when returning handles to nested functions stable
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 03 Jan 2021 14:39:31 -0500 John W. Eaton prefer unwind_action over unwind_protect in more places
Sun, 20 Dec 2020 18:48:41 +0100 Markus Mützel maint: merge stable to default.
Sun, 20 Dec 2020 18:37:31 +0100 Markus Mützel Improve class_simple function handle function lookup (bug #59661). stable
Mon, 14 Dec 2020 21:00:01 -0500 John W. Eaton maint: merge stable to default.
Mon, 14 Dec 2020 20:57:47 -0500 John W. Eaton avoid memory leak with function handles (bug #59659) stable
Mon, 14 Dec 2020 16:14:12 -0500 John W. Eaton maint: merge stable to default.
Sun, 13 Dec 2020 16:25:03 +0100 Markus Mützel improve class_simple function handle function lookup (bug #59661) stable
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Fri, 13 Nov 2020 16:26:13 -0500 John W. Eaton maint: merge stable to default.
Fri, 13 Nov 2020 16:24:56 -0500 John W. Eaton use fcn found at handle creation unless overloads are available (bug #59451) stable
Wed, 21 Oct 2020 15:53:32 -0700 Rik maint: Remove redundant never-executed statements following error() in libinterp/.
Sat, 10 Oct 2020 07:28:34 -0700 Rik maint: Backed out changeset 09c071328135.
Fri, 09 Oct 2020 13:49:52 -0700 Rik test: remove unnecessary BIST tests in C++ files checking for excessive number of inputs.
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Mon, 15 Jun 2020 16:43:09 -0400 John W. Eaton fix dispatch error with classsimple function handle (bug #58572) stable
Fri, 12 Jun 2020 11:18:11 +0200 Markus Mützel Restore compatibility with older versions of hdf5 (bug #58549). stable
Thu, 11 Jun 2020 16:33:17 -0400 John W. Eaton use "function" instead of "name" as field name returned from functions stable
Thu, 11 Jun 2020 14:29:25 +0200 Markus Mützel Avoid another shadowing warning. stable
Thu, 11 Jun 2020 14:20:49 +0200 Markus Mützel Avoid shadowing warnings. stable
Wed, 29 Apr 2020 14:10:27 -0400 John W. Eaton refactor octave_fcn_handle class stable
Wed, 15 Apr 2020 23:14:06 -0400 John W. Eaton move make_fcn_handle to tree_evaluator class stable
Fri, 03 Apr 2020 22:00:06 -0400 John W. Eaton refactor handling of parent functions and localfunctions stable
Mon, 30 Mar 2020 15:14:10 -0400 John W. Eaton store local init vars for anonymous functions in handle, not function object stable
Mon, 30 Mar 2020 10:43:47 -0400 John W. Eaton refactor octave_function call method stable
Mon, 23 Mar 2020 15:29:49 -0400 John W. Eaton convert obsolete octave_fcn_inline object to @inline class stable
Sat, 25 Apr 2020 13:17:11 -0400 John W. Eaton use shared_ptr for stack frames in call stack and for accesss and static links stable
Mon, 18 May 2020 12:30:41 -0400 John W. Eaton capture dynamic field variable values in anonymous functions (bug #58389) stable
Fri, 01 May 2020 00:51:01 -0400 John W. Eaton fix printing of functions with varargin/varargout (bug #58279) stable
Tue, 21 Jan 2020 11:16:33 -0800 Rik Use "!=" in preference to "~=" everywhere in code.
Fri, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Mon, 01 Apr 2019 21:33:22 +0000 John W. Eaton eliminate some direct access to call stack in legacy class and function objects
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Fri, 29 Mar 2019 20:44:26 +0000 John W. Eaton move toward limiting direct access of call stack
Fri, 29 Mar 2019 18:34:33 +0000 John W. Eaton move toward limiting direct access of call stack
Mon, 25 Mar 2019 16:21:11 +0000 John W. Eaton allow dispatch class to be stored in octave_fcn_handle (bug #45351)
Sat, 23 Mar 2019 14:20:27 -0500 John W. Eaton allow @obj.meth to work (bug #51709)
Thu, 21 Mar 2019 13:33:16 +0000 John W. Eaton make function handles work for classdef static methods (bug #51709)
Tue, 12 Mar 2019 11:12:02 -0700 Rik Clarify error message about a lazily evaluated function handle failing.
Wed, 06 Mar 2019 07:05:49 +0000 John W. Eaton use m_ for member variables in function handle and inline function classes
Tue, 05 Mar 2019 22:30:09 +0000 John W. Eaton lazily evaluate fcn handles; fix overload resolution (bug #29447, bug #31821, bug #48802)
Sun, 03 Mar 2019 10:19:36 +0000 John W. Eaton allow handles to nested functions to work (bug #39257)
Mon, 25 Feb 2019 20:27:38 +0000 John W. Eaton allow handles to methods created inside method or ctor to work (bug #45351)
Thu, 07 Feb 2019 18:33:09 +0000 John W. Eaton eliminate unused octave_fcn_binder class
Thu, 07 Feb 2019 18:12:19 +0000 John W. Eaton pass reference to interpreter to make_fcn_handle function
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Sun, 06 Jan 2019 07:37:48 -0800 Rik maint: merge stable to default.
Sat, 05 Jan 2019 07:08:49 -0800 Rik maint: small indentation changes for readability. stable
Thu, 03 Jan 2019 09:36:00 -0500 John W. Eaton pass save_as_floats by value in octave_value save_binary functions
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 02 Jan 2019 18:41:20 +0100 Andreas Weber ov-fcn-handle.cc: Fix static analyzer detected V601 issue (bug #55347) stable
Sun, 23 Dec 2018 12:35:46 -0800 Rik doc: grammarcheck C++ and txi files. stable
Wed, 21 Nov 2018 15:24:17 -0500 John W. Eaton eliminate some unnecessary function arguments
Wed, 21 Nov 2018 14:54:22 -0500 John W. Eaton str2func: eliminate optional second "global" argument
Fri, 16 Nov 2018 13:16:50 -0500 John W. Eaton move eval_string inside interpreter/evaluator class
Fri, 26 Oct 2018 15:00:33 -0400 John W. Eaton make char function work for function handles (bug #53118)
Sat, 18 Aug 2018 23:05:41 +0200 Olaf Till Save all scopes of nested anonymous functions (bug #45969).
Wed, 15 Aug 2018 15:29:11 -0700 Rik Use is_function_handle instead of isa (x, "function_handle").
Thu, 26 Jul 2018 16:32:12 -0700 Rik maint: Use Octave convention for spacing of C++ cast statements.
Tue, 12 Jun 2018 13:03:04 -0400 John W. Eaton solve installation info initialization problem differently
Fri, 08 Jun 2018 15:43:36 -0400 John W. Eaton rename defaults source files to installation-data
Fri, 08 Jun 2018 13:42:34 -0400 John W. Eaton move some static configuration variables inside a class
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Tue, 15 May 2018 18:09:04 -0400 John W. Eaton use reference to tree_evaluator instead of pointer
Thu, 03 May 2018 01:13:32 -0400 John W. Eaton use cbegin, crbegin, cend, and crend and auto decls where possible
Thu, 03 May 2018 00:39:14 -0400 John W. Eaton be more careful with using auto in place of explicit const iterator decls
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Wed, 04 Apr 2018 06:05:27 -0400 John W. Eaton undo previous change for handles to nested functions stable
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Tue, 03 Apr 2018 08:14:48 -0400 John W. Eaton allow creation of handles to nested functions (bug #39257) stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Mon, 27 Nov 2017 01:12:05 -0500 John W. Eaton use shared_ptr to manage symbol_scope objects
Mon, 04 Dec 2017 12:30:40 -0500 John W. Eaton refactor symbol_record object
Sun, 03 Dec 2017 16:42:16 -0500 John W. Eaton give names to anonymous function scopes
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
Wed, 27 Sep 2017 15:56:39 -0400 John W. Eaton move some duplicate code into a separate function
Fri, 04 Aug 2017 09:37:04 -0700 Rik Eliminate unnecessary std::string ("...") constructor calls when "..." suffices.
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Wed, 26 Jul 2017 16:26:31 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Thu, 29 Jun 2017 02:33:19 -0400 John W. Eaton move configuration variables inside octave::config namespace
Wed, 28 Jun 2017 15:20:02 -0400 John W. Eaton revamp insertion of config variables into binaries and eliminate some macros
Sun, 25 Jun 2017 09:50:51 -0400 John W. Eaton move symbol_table class inside octave namespace
Tue, 20 Jun 2017 06:57:59 -0400 John W. Eaton avoid possible memory errors when parsing function files
Thu, 15 Jun 2017 19:15:06 -0400 John W. Eaton remove additional functions from symbol_table class
Wed, 14 Jun 2017 11:45:47 -0400 John W. Eaton make symbol table context info mostly local to symbol table scopes
Wed, 14 Jun 2017 11:53:34 -0400 John W. Eaton use pointer to scope instead of scope id
Sun, 11 Jun 2017 16:37:26 -0400 John W. Eaton explicitly limit anonymous functions to a single expression
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table
Fri, 09 Jun 2017 17:44:57 -0400 John W. Eaton use new script to tag fixed bugs in tests
Fri, 09 Jun 2017 17:40:34 -0400 John W. Eaton new script for updating test status for fixed bugs