log libinterp/corefcn/data.cc @ 23584:7ed6b258db91

age author description
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.
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.
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
Fri, 09 Jun 2017 15:34:03 -0400 John W. Eaton allow bugs to be tagged as fixed in test suite
Sat, 27 May 2017 09:59:32 -0700 Rik maint: Don't write '> >' for declaration of templates that use templates.
Mon, 22 May 2017 12:12:45 -0700 Mike Miller Fix concatenation of a struct with an empty cell array (bug #39041)
Mon, 08 May 2017 13:08:11 -0400 John W. Eaton prefer feval over do_multi_index_op
Tue, 02 May 2017 16:01:14 -0700 Rik maint: Add '#include "XXX.h"' to XXX.cc files.
Fri, 28 Apr 2017 11:38:39 -0700 Rik maint: Eliminate <cfloat.h> header from libinterp files
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 10:04:31 -0700 Rik maint: Use convention "static_cast<void *>" for casting of pointers.
Thu, 16 Mar 2017 09:02:21 -0700 Rik Clean up implementation of eps (bug #50561).
Thu, 16 Mar 2017 08:29:51 -0700 Rik Correct 350X slowdown in eps (bug #50561).
Thu, 16 Mar 2017 08:55:02 -0400 John W. Eaton use magnitude when computing eps for complex values (bug #50553)
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
Sat, 04 Feb 2017 09:29:42 -0800 Rik Accept case-insensitive string value for p-value input to norm (bug #50195);
Thu, 02 Feb 2017 20:47:09 -0800 Rik Disallow p-norm of -Inf for matrices (bug #50194).
Tue, 31 Jan 2017 18:04:11 -0500 John W. Eaton avoid including parse tree headers in other header files unnecessarily
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
Thu, 15 Dec 2016 17:05:10 -0800 Rik Concatenate empty matrices/cells in cat() the same as the parser (bug #49759).
Thu, 01 Dec 2016 04:42:28 -0800 Rik maint: Periodic merge of stable to default.
Tue, 29 Nov 2016 08:14:05 -0800 Rik doc: Small fixes to docstrings (bug #49733). stable
Thu, 24 Nov 2016 08:13:24 -0800 Rik maint: Periodic merge of stable to default.
Thu, 24 Nov 2016 08:09:54 -0800 Rik doc: Update documentation for norm, normest, normest1, condest. stable
Sat, 19 Nov 2016 19:58:06 -0800 Rik maint: Periodic merge of stable to default.
Thu, 17 Nov 2016 15:58:52 -0800 Mike Miller norm: fix input validation tests stable
Thu, 17 Nov 2016 15:37:49 -0800 Mike Miller norm: fix error in input argument validation leading to segfault (bug #49634) stable
Tue, 15 Nov 2016 20:14:41 -0800 Rik data.cc: Remove unused macros NATIVE_REDUCTION, NATIVE_REDUCTION_1.
Mon, 14 Nov 2016 18:54:49 -0500 John W. Eaton deprecate boolNDArray::sum and boolNDArray::cumsum
Mon, 14 Nov 2016 12:48:59 -0800 Rik maint: Periodic merge of stable to default.
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Sat, 05 Nov 2016 14:50:15 +0530 NVS Abhilash * data.cc (Fisinteger): Add BIST tests. stable
Tue, 08 Nov 2016 10:01:17 -0800 Rik maint: Clean up code base to follow Octave coding conventions.
Tue, 01 Nov 2016 16:37:35 -0400 John W. Eaton maint: Periodic merge of stable to default.
Sun, 30 Oct 2016 19:47:32 -0700 Rik doc: Clarify behavior of size (bug #49478). stable
Mon, 03 Oct 2016 19:24:23 +0100 Carnë Draug Add failing tests for creating numbers with Inf complex parts (bug #31974)
Thu, 15 Sep 2016 08:59:14 -0700 Rik Add 10*eps tolerance for linspace tests to pass on Windows (bug #49092).
Wed, 14 Sep 2016 16:05:16 -0700 Rik test: Add bug ids (<#####>) to BIST tests.
Tue, 06 Sep 2016 11:52:17 -0700 Mike Miller * data.cc (Fatan2): Fix typo "quadrats" → "quadrants".
Fri, 02 Sep 2016 08:54:41 -0700 Rik doc: Add more @seealso links to numel, size, size_equal.
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, 01 Aug 2016 12:40:18 -0400 John W. Eaton refill multi-line macro definitions
Sun, 03 Jul 2016 09:54:43 -0700 Mike Miller provide wrapper for frexp and frexpf (bug #48363)
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Sat, 02 Jul 2016 05:11:09 +1000 Lachlan Andrew Check that second argument to size () is a scalar (bug #48368).
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments