log libinterp/octave-value/ov-base.h @ 31260:c5c8bf50449c

age author description
Wed, 05 Oct 2022 10:35:31 -0400 Arun Giridhar Improve performance of isfield from linear time to constant time (bug #58105)
Sun, 10 Jul 2022 18:26:24 -0700 Rik maint: use "m_" prefix for member variables in class octave_base_matrix.
Thu, 23 Jun 2022 15:23:57 -0400 John W. Eaton * ov-base.h (__get_type_info__): Provide backward compatibility function.
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Tue, 22 Mar 2022 00:06:09 -0400 John W. Eaton maint: Merge stable to default.
Mon, 21 Mar 2022 23:58:35 -0400 John W. Eaton restore part of the old octave_range class as octave_legacy_range stable
Thu, 17 Mar 2022 02:52:53 -0400 John W. Eaton maint: Merge stable to default.
Thu, 17 Mar 2022 02:44:19 -0400 John W. Eaton only allow range<FLOAT> to be instantiated stable
Wed, 02 Mar 2022 15:01:30 -0500 John W. Eaton deprecate sparse_auto_mutate function and internal variable
Fri, 18 Feb 2022 22:21:27 -0500 John W. Eaton maint: Merge stable to default.
Fri, 18 Feb 2022 22:20:41 -0500 John W. Eaton explicitly delete octave_base_dld_value operator = (bug #62080) stable
Thu, 17 Feb 2022 22:42:22 -0500 John W. Eaton maint: Merge stable to default.
Thu, 17 Feb 2022 22:24:37 -0500 John W. Eaton new class to help manage octave_value reps for dynamically loaded files stable
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
Sun, 28 Nov 2021 22:03:07 -0800 Rik maint: merge stable to default.
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Thu, 07 Oct 2021 17:08:44 -0400 John W. Eaton attempt to limit possible const_cast damage
Thu, 09 Sep 2021 20:12:01 -0700 Rik maint: use "s_" prefix for static variables in class octave_base_value.
Wed, 08 Sep 2021 11:14:44 -0400 John W. Eaton Backed out changeset 938794bc82b7
Tue, 07 Sep 2021 15:26:47 -0700 Rik maint: use "m_" prefix for member variables in class octave_base_value.
Tue, 24 Aug 2021 20:26:27 -0700 Rik maint: use "m_" prefix for member variables in ov-base.h
Tue, 10 Aug 2021 16:42:29 -0400 John W. Eaton remove JIT compiler from Octave sources
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)
Wed, 28 Apr 2021 13:46:02 -0400 John W. Eaton move idx_vector classes inside octave namespace
Thu, 01 Apr 2021 03:02:22 -0400 John W. Eaton maint: merge stable to default.
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
Sat, 06 Feb 2021 09:27:26 -0500 John W. Eaton improve handling of nan, infinite value, and empty ranges (bug #59229)
Tue, 29 Dec 2020 18:21:12 +0100 Markus Mützel Set API tags in files in libinterp/octave-value (patch #8919).
Wed, 12 Aug 2020 12:14:17 -0400 John W. Eaton new template class for octave_range objects
Wed, 19 Aug 2020 23:45:18 -0400 John W. Eaton allow template types in OV_TYPEID macros
Thu, 06 Aug 2020 16:28:30 -0400 John W. Eaton replace Range with range<double>
Fri, 31 Jul 2020 13:00:48 -0400 John W. Eaton also provide builtin type to class traits
Mon, 20 Jul 2020 17:43:16 -0400 John W. Eaton allow integer constants > flintmax to be represented exactly (bug #45945)
Thu, 11 Jun 2020 01:22:45 -0400 John W. Eaton maint: merge stable to default.
Mon, 23 Mar 2020 15:29:49 -0400 John W. Eaton convert obsolete octave_fcn_inline object to @inline class stable
Tue, 18 Feb 2020 13:16:41 -0500 John W. Eaton handle interleaved complex data and new typed data access functions for mex
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
Thu, 30 May 2019 10:23:44 +0000 John W. Eaton don't include error.h in ov-base.h
Fri, 15 Mar 2019 07:16:27 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
Fri, 15 Mar 2019 05:45:27 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
Sat, 26 Jan 2019 15:03:57 +0000 John W. Eaton refactor calling object destructor
Sat, 12 Jan 2019 09:15:22 -0500 John W. Eaton maint: Merge stable to default.
Sat, 12 Jan 2019 08:09:02 -0500 John W. Eaton Backed out changeset 920a4ad8043b (bug #54995) 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:45:58 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 21 Dec 2018 15:07:02 -0500 John W. Eaton maint: remove functions, variables, and typedefs deprecated in version 4.4
Mon, 05 Nov 2018 15:42:51 -0500 John W. Eaton remove called_from_builtin
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 01 Feb 2018 06:36:50 -0500 John W. Eaton new octave_value functions for formatting output
Tue, 30 Jan 2018 22:50:09 -0500 John W. Eaton allow empty strings to be edited (bug #51848)
Fri, 26 Jan 2018 19:39:46 -0500 John W. Eaton more variable editor improvements; allow more variable types to be edited
Fri, 19 Jan 2018 19:59:28 -0800 Mike Miller doc: make all Doxygen comment blocks more consistent
Fri, 19 Jan 2018 10:17:36 -0800 Rik Deprecate toascii function
Fri, 05 Jan 2018 18:44:53 -0500 John W. Eaton don't use singleton for octave_value_typeinfo
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 29 Nov 2017 15:18:52 -0500 John W. Eaton move oct-lvalue files from corefcn to parse-tree directory
Thu, 14 Sep 2017 13:22:44 +0200 Kai T. Ohlhus doc: Improve Doxygen documentation.
Thu, 14 Sep 2017 13:22:08 +0200 Kai T. Ohlhus Remove unused ov-base function get_builtin_classes.
Fri, 11 Aug 2017 09:05:58 -0400 John W. Eaton new function for accessing classdef objects
Thu, 10 Aug 2017 12:26:44 -0400 John W. Eaton new predicates for classdef_superclass_ref objects
Tue, 08 Aug 2017 18:21:07 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Mon, 07 Aug 2017 15:05:19 -0700 Piotr Held Fix argument lookup in '+' package functions (Bug #51532).
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Fri, 23 Jun 2017 18:18:07 -0400 John W. Eaton make +package function calls work again (bug #51295, #51296)
Thu, 22 Jun 2017 16:23:36 -0400 John W. Eaton rework __dump_symbol_table__ function
Fri, 16 Jun 2017 16:25:56 -0400 John W. Eaton avoid potential memory error on exit
Fri, 16 Jun 2017 09:19:20 -0400 John W. Eaton use version number in OCTAVE_DEPRECATED macro
Tue, 13 Jun 2017 13:05:19 -0700 Rik maint: Deprecate is_null_type and replace with isnull.
Tue, 13 Jun 2017 12:43:42 -0700 Rik maint: Deprecate is_sorted and replace with issorted.
Tue, 13 Jun 2017 11:25:31 -0700 Rik maint: Deprecate is_object and replace with isobject.
Tue, 13 Jun 2017 10:20:55 -0700 Rik maint: Deprecate is_numeric_type and replace with isnumeric.
Tue, 13 Jun 2017 09:52:59 -0700 Rik maint: Deprecate is_float_type and replace with isfloat.
Tue, 13 Jun 2017 09:20:08 -0700 Rik maint: Deprecate is_map and replace with isstruct.
Tue, 13 Jun 2017 08:24:42 -0700 Rik maint: Deprecate is_sparse_type and replace with issparse.
Tue, 13 Jun 2017 07:53:53 -0700 Rik maint: Deprecate is_real_type and replace with isreal.
Mon, 12 Jun 2017 21:18:23 -0700 Rik maint: Deprecate is_complex_type and replace with iscomplex.
Mon, 12 Jun 2017 17:53:28 -0700 Rik maint: Deprecate is_integer_type and replace with isinteger.
Mon, 12 Jun 2017 17:24:08 -0700 Rik maint: Deprecate is_bool_type and replace with islogical.
Mon, 12 Jun 2017 13:41:35 -0700 Rik maint: Deprecate is_java and replace with isjava.
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Sun, 11 Jun 2017 15:35:21 -0700 Rik maint: Deprecate is_cell and replace with iscell.
Sun, 11 Jun 2017 15:26:14 -0700 Rik maint: Deprecate is_cellstr and replace with iscellstr.
Wed, 17 May 2017 14:34:05 -0400 John W. Eaton eliminate remaining do_multi_index_op methods
Wed, 10 May 2017 11:09:52 -0400 John W. Eaton eliminate lvalue list arguments from evaluator functions
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Tue, 17 Jan 2017 13:56:16 -0500 John W. Eaton move some octave stream classes into octave namespace
Fri, 06 Jan 2017 18:06:31 -0500 John W. Eaton move octave_refcount inside octave namespace
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 15 Aug 2016 02:01:29 -0400 John W. Eaton revamp double, single, int type conversions
Mon, 01 Aug 2016 12:40:18 -0400 John W. Eaton refill multi-line macro definitions
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Thu, 19 May 2016 01:59:35 -0400 John W. Eaton use namespace for oct_mach_info class
Mon, 02 May 2016 08:53:18 -0700 Rik maint: for clarity, call ndims() rather than length() on dimension vectors.
Wed, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files
Mon, 08 Feb 2016 20:45:26 -0500 John W. Eaton define OCTAVE_EMPTY_CPP_ARG just prior to only use
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Fri, 22 Jan 2016 12:15:12 -0500 John W. Eaton provide replacement hints for deprecated C++ functions
Mon, 18 Jan 2016 21:06:26 -0800 Rik Rename local gripe_XXX functions to err_XXX or warn_XXX.
Tue, 05 Jan 2016 14:16:58 -0800 Rik maint: Rename attributes GCC_ATTR_XXX to OCTAVE_XXX.
Tue, 29 Dec 2015 11:48:45 -0800 Rik Finish renaming mapper function finite to isfinite.
Sat, 26 Dec 2015 18:59:45 -0800 Rik Deprecate all_strings, replace with string_vector_value.