log libinterp/octave-value/ov-fcn.h @ 33634:4a70f390c85e default tip @

age author description
Thu, 04 Apr 2024 00:58:56 -0400 John W. Eaton refactor position tracking in the parser
Thu, 25 Jan 2024 20:45:16 +0100 Markus Mützel maint: Merge default to bytecode-interpreter. bytecode-interpreter
Thu, 25 Jan 2024 10:16:18 -0500 John W. Eaton merge stable to default
Thu, 25 Jan 2024 09:36:49 -0500 John W. Eaton be more explicit about creation of invalid vs anonymous symbol_scope objects stable
Fri, 22 Dec 2023 12:17:24 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Fri, 22 Dec 2023 12:14:08 -0500 John W. Eaton maint: merge stable to default
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Thu, 21 Dec 2023 17:48:59 -0500 Arun Giridhar maint: Merge default to bytecode-interpreter bytecode-interpreter
Thu, 21 Dec 2023 11:22:26 -0800 Rik maint: Place class name and class keyword on one line.
Tue, 12 Dec 2023 23:14:33 -0800 Rik maint: Merge default to bytecode-interpreter. bytecode-interpreter
Tue, 12 Dec 2023 18:24:05 -0800 Rik maint: C++ style check for libinterp/ before 9.1 release. stable
Wed, 06 Dec 2023 15:02:58 -0500 John W. Eaton remove experimental bytecode interpreter from stable branch for release stable
Mon, 04 Dec 2023 09:52:14 -0500 John W. Eaton disable building bytecode evaluator by default (bug #64977) stable
Sat, 25 Nov 2023 16:47:19 +0100 Markus Mützel maint: Eliminate "(void)" in C++ function prototypes/declarations. stable
Sat, 25 Nov 2023 13:55:45 +0100 Markus Mützel Prefix enumeration values in public header with "OCT_" (bug #64829). stable
Fri, 27 Oct 2023 18:20:14 +0200 Petter T. Remove unnused functions introduced by bytecode interpreter work
Fri, 27 Oct 2023 18:19:39 +0200 Petter T. Lookup function cache with arguments on the bytecode vm stack
Fri, 27 Oct 2023 18:19:32 +0200 Petter T. Add function to octave_value:s that decides dispath type for ()-indexing
Fri, 27 Oct 2023 18:19:27 +0200 Petter T. Implement clone for octave_fcn_cache
Mon, 19 Jun 2023 20:07:05 -0400 Petter T. update to VM patch from June 7 2023
Sat, 17 Jun 2023 10:19:33 -0400 Petter T. function cache to improve performance of function resolution
Thu, 16 Feb 2023 14:43:18 -0500 John W. Eaton use new macros to consistently delete copy and move member functions
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Sat, 26 Feb 2022 13:46:48 +0100 Markus Mützel Remove `time_t` from API (bug #61821). stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 24 Aug 2021 17:44:10 -0700 Rik maint: use "m_" prefix for member variables in octave_function class.
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
Mon, 29 Jun 2020 15:12:39 -0400 John W. Eaton maint: merge stable to default.
Fri, 29 May 2020 10:57:04 -0400 John W. Eaton allow help to find docstrings for classdef classes and methods (bug #43047) stable
Thu, 11 Jun 2020 01:22:45 -0400 John W. Eaton maint: merge stable to default.
Wed, 29 Apr 2020 14:10:27 -0400 John W. Eaton refactor octave_fcn_handle 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 10:43:47 -0400 John W. Eaton refactor octave_function call method 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
Fri, 29 May 2020 10:57:04 -0400 John W. Eaton allow help to find docstrings for classdef classes and methods (bug #43047)
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
Tue, 17 Dec 2019 12:26:09 -0500 John W. Eaton reafactor mlock, munlock, and mislocked functions
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:10:06 +0000 John W. Eaton refactor predicates for classdef methods/constructors
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. 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.
Tue, 05 Dec 2017 17:09:24 -0500 John W. Eaton avoid including symtab.h, symscope.h, or symrec.h unnecessarily
Mon, 27 Nov 2017 01:12:05 -0500 John W. Eaton use shared_ptr to manage symbol_scope objects
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
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Sun, 25 Jun 2017 09:50:51 -0400 John W. Eaton move symbol_table class inside octave namespace
Wed, 21 Jun 2017 10:26:29 -0400 John W. Eaton Backed out changeset 97c3223c17a6
Tue, 20 Jun 2017 17:31:52 -0400 John W. Eaton stash directory name in classdef method objects (bug #45444, bug #51276)
Wed, 14 Jun 2017 11:53:34 -0400 John W. Eaton use pointer to scope instead of scope id
Thu, 25 May 2017 13:13:17 -0400 John W. Eaton pass reference to evaluator to octave_function call methods