log libinterp/octave-value/ov-base.cc @ 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)
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Mon, 28 Mar 2022 19:52:24 +0200 Markus Mützel maint: Merge stable to default.
Mon, 28 Mar 2022 19:27:35 +0200 Markus Mützel Avoid issues when converting large integers to floating point (bug #62212). 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
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)
Sat, 01 Jan 2022 19:43:52 -0800 Rik doc: Always have a return value for functions which set internal variables (bug #61681)
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
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.
Wed, 18 Aug 2021 11:40:25 -0400 John W. Eaton move most functions in variables.cc to octave namespace
Mon, 16 Aug 2021 21:38:22 -0400 John W. Eaton move xdiv, xnorm, and xpow inside octave namespace
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)
Wed, 28 Apr 2021 13:46:02 -0400 John W. Eaton move idx_vector classes inside octave namespace
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
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Wed, 12 Aug 2020 12:14:17 -0400 John W. Eaton new template class for octave_range objects
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
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
Mon, 01 Apr 2019 20:53:00 +0000 John W. Eaton eliminate some direct access to call stack in gui and octave_base_value
Fri, 15 Mar 2019 07:16:27 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
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:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 05 Nov 2018 15:42:51 -0500 John W. Eaton remove called_from_builtin
Thu, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
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
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.
Thu, 14 Sep 2017 13:22:08 +0200 Kai T. Ohlhus Remove unused ov-base function get_builtin_classes.
Fri, 11 Aug 2017 09:10:35 -0400 John W. Eaton * ov-base.cc: Eliminate unecessary uses of retval.
Fri, 11 Aug 2017 09:05:58 -0400 John W. Eaton new function for accessing classdef objects
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).
Thu, 29 Jun 2017 02:40:21 -0400 John W. Eaton style fixes for initializer lists
Wed, 28 Jun 2017 23:58:38 -0400 John W. Eaton omit explicit octave_value constructor calls in initialization lists
Thu, 22 Jun 2017 16:23:36 -0400 John W. Eaton rework __dump_symbol_table__ function
Tue, 13 Jun 2017 12:43:42 -0700 Rik maint: Deprecate is_sorted and replace with issorted.
Tue, 13 Jun 2017 10:20:55 -0700 Rik maint: Deprecate is_numeric_type and replace with isnumeric.
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Wed, 07 Jun 2017 02:13:05 -0400 John W. Eaton don't use singleton for call_stack
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
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
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
Tue, 17 Jan 2017 13:56:16 -0500 John W. Eaton move some octave stream classes into octave namespace
Mon, 16 Jan 2017 15:44:21 -0500 John W. Eaton move octave_call_stack inside octave namespace
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 03:41:42 -0400 John W. Eaton move more classes inside octave namespace
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
Mon, 11 Jul 2016 18:05:53 -0400 John W. Eaton move new interpreter class to separate file
Mon, 11 Jul 2016 17:05:33 -0400 John W. Eaton move call_stack class to a separate file
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Wed, 25 May 2016 16:51:16 -0400 John W. Eaton use namespace for lo-mappers.h functions
Thu, 19 May 2016 01:59:35 -0400 John W. Eaton use namespace for oct_mach_info class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Mon, 02 May 2016 08:53:18 -0700 Rik maint: for clarity, call ndims() rather than length() on dimension vectors.
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Thu, 21 Jan 2016 12:54:17 -0800 Rik maint: Eliminate useless statements after err_XXX.
Wed, 20 Jan 2016 16:08:30 -0800 Rik Invert pattern if/code/else/err_XXX to if !/err_XXX/code.
Mon, 18 Jan 2016 21:06:26 -0800 Rik Rename local gripe_XXX functions to err_XXX or warn_XXX.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Tue, 05 Jan 2016 14:16:58 -0800 Rik maint: Rename attributes GCC_ATTR_XXX to OCTAVE_XXX.
Sun, 03 Jan 2016 10:58:15 -0800 Rik maint: Move GCC_ attributes to start of declaration for future compatibility.
Fri, 01 Jan 2016 13:58:45 -0800 Rik maint: Remove return stmts after gripe function calls.
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.
Thu, 24 Dec 2015 12:06:27 -0500 John W. Eaton maint: invert if/else/error instances.
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Sat, 12 Dec 2015 20:54:01 +0100 Andreas Weber Code Sprint 2015: remove return/break/goto after error
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Thu, 03 Dec 2015 10:46:28 -0800 Rik maint: Remove extra spaces in if () conditionals.
Wed, 02 Dec 2015 16:54:13 -0500 John W. Eaton always throw exception after debugging with debug_on_error
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Tue, 24 Nov 2015 15:03:29 -0500 John W. Eaton eliminate various compiler warnings
Mon, 23 Nov 2015 20:50:07 -0500 John W. Eaton eliminate more uses of error_state
Fri, 13 Nov 2015 14:10:26 -0500 John W. Eaton rename octave_value value extractors that accept error message args
Thu, 05 Nov 2015 17:22:16 -0500 John W. Eaton new cellstr_value function and elimination of error_state
Wed, 04 Nov 2015 15:56:22 -0500 John W. Eaton eliminate more uses of error_state
Fri, 23 Oct 2015 16:55:23 -0400 John W. Eaton defer stack trace until back at top level
Fri, 09 Oct 2015 14:41:49 -0400 John W. Eaton new octave_value::cell_value method with optional error message
Thu, 08 Oct 2015 16:43:22 -0400 John W. Eaton new octave_value::string_value method with optional error message
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Fri, 02 Oct 2015 15:07:37 -0400 Lachlan Andrew use exceptions for better invalid index error reporting (bug #45957)
Sun, 03 May 2015 21:52:42 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Thu, 26 Feb 2015 10:49:20 -0500 John W. Eaton avoid needing to include hdf5 in public header files (bug #44370, #43180)
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 16 Dec 2014 09:21:29 -0800 Rik Use stricter input validation when looking for a string as input (bug #42651).
Fri, 31 Jan 2014 11:41:19 -0500 Michael Goffioul Support disp/display overloading in classdef
Mon, 20 Jan 2014 22:16:22 -0500 Michael Goffioul Don't call classdef-overloaded subsref from builtin calls.
Mon, 20 Jan 2014 14:10:42 -0500 Michael Goffioul Implement subsref overloading in classdef.
Wed, 11 Dec 2013 23:35:34 -0500 John W. Eaton enable non-integer ranges as indices by default and deprecate preference gui-release
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/