log libinterp/octave-value/ov.h @ 24643:78aff6f14227

age author description
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
Mon, 08 Jan 2018 16:45:26 -0500 John W. Eaton accept type_info obj as arg to binary_op, unary_op, and cat_op functions
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 14:07:33 +0200 Kai T. Ohlhus ov.h(fast_elem_insert): Remove "virtual" declaration.
Mon, 14 Aug 2017 15:41:48 -0400 John W. Eaton mark octave_value from octave_value_list constructor explicit
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).
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
Thu, 22 Jun 2017 15:10:57 -0400 John W. Eaton new struct/map constructors
Fri, 16 Jun 2017 09:19:20 -0400 John W. Eaton use version number in OCTAVE_DEPRECATED macro
Fri, 16 Jun 2017 09:39:20 -0400 John W. Eaton delete functions deprecated prior to the 4.2 release
Tue, 13 Jun 2017 13:39:37 -0700 Rik ov.h: Directly call replacement functions from deprecated functions.
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, 05 Apr 2017 15:07:27 -0400 John W. Eaton deprecate "octave_value (octave_value_list, bool)" constructor
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
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, 24 Aug 2016 20:27:08 -0400 John W. Eaton * ov.h (octave_value::is_zero_by_zero): Also check ndims.
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
Sat, 13 Aug 2016 17:49:18 -0400 John W. Eaton move single and double type conversion functions to ov.cc
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
Wed, 18 May 2016 15:23:05 -0400 John W. Eaton use namespace for system time classes
Fri, 01 Apr 2016 12:57:49 -0400 John W. Eaton maint: merge stable to default.
Fri, 01 Apr 2016 12:04:04 -0400 John W. Eaton avoid mulitple definitions of static function-scope vars (bug #47372) stable
Thu, 25 Feb 2016 17:34:14 -0500 John W. Eaton move public data type macros to octave-config.h
Thu, 18 Feb 2016 11:19:47 -0500 John W. Eaton eliminate unused << and >> operators from Octave scripting language
Wed, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files