log libinterp/corefcn/cellfun.cc @ 21660:53728df3e4c9

age author description
Mon, 02 May 2016 08:53:18 -0700 Rik maint: for clarity, call ndims() rather than length() on dimension vectors.
Fri, 01 Apr 2016 18:16:01 -0700 Rik maint: Follow Octave conventions for use of semicolon in BIST tests.
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Wed, 30 Mar 2016 15:19:12 -0700 Rik maint: Eliminate accidental double spaces in code.
Sun, 27 Mar 2016 20:39:19 -0700 Rik doc: Wrap C++ docstrings to 79 characters + newline (80 total).
Fri, 04 Mar 2016 22:24:47 +1100 Lachlan Andrew Avoid 1-th, 2-th, ... in error message of mat2cell dim mismatch (bug #47330)
Sun, 21 Feb 2016 08:10:36 -0800 Rik maint: remove semicolon after %!assert tests to follow Octave conventions.
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.
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Thu, 21 Jan 2016 09:47:50 -0800 Rik maint: Use "return ovl (...)" in DEFUN macros.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Thu, 24 Dec 2015 13:55:51 -0500 John W. Eaton maint: invert if/else/error instances.
Tue, 22 Dec 2015 10:29:22 -0800 Rik maint: Invert simple conditionals in if/else/error paradigm.
Wed, 16 Dec 2015 15:00:31 -0800 Rik maint: Use new C++ archetype in more files.
Mon, 14 Dec 2015 15:34:39 -0800 Rik maint: Replace argc variable name with nargin in C++ code.
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Wed, 09 Dec 2015 14:00:43 -0500 John W. Eaton eliminate return statements after calls to error
Fri, 04 Dec 2015 13:16:59 -0500 John W. Eaton eliminate return statements after calls to print_usage
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Fri, 13 Nov 2015 14:10:26 -0500 John W. Eaton rename octave_value value extractors that accept error message args
Fri, 09 Oct 2015 14:43:36 -0400 John W. Eaton use new cell_value method to handle value extraction errors
Mon, 05 Oct 2015 22:47:42 -0400 John W. Eaton eliminate more simple uses of error_state
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Fri, 14 Aug 2015 13:28:30 -0700 Rik maint: Clean up code based on static analysis suggestions.
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 25 Jun 2014 15:06:36 -0700 Rik maint: Use names beginning and ending with "__" for internal only functions.
Sun, 08 Jun 2014 17:59:59 -0700 Rik doc: Replace "non-zero" with "nonzero" to match existing usage.
Fri, 25 Apr 2014 13:25:25 -0700 Rik maint: Clean up extra spaces before/after parentheses.
Thu, 05 Dec 2013 16:11:14 -0800 Rik maint: Don't use space between 'args' and '(' when doing indexing.
Thu, 05 Dec 2013 10:50:17 -0800 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.
Sat, 09 Nov 2013 21:55:48 -0500 Jordi Gutiérrez Hermoso * cellfun.cc (Fcellfun): Remove obsolete character string remark from docstring (bug #40467)
Sat, 09 Nov 2013 21:47:12 -0500 Jordi Gutiérrez Hermoso Make cellfun obey "UniformOutput" for optimised internal functions (bug #40467)
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Mon, 12 Aug 2013 17:36:54 +0200 Stefan Mahr Use ... instead of \ for line continuation marker.
Wed, 07 Aug 2013 13:42:49 -0700 Rik Use 2-D, not 2D, in error messages.
Sun, 04 Aug 2013 13:08:39 -0700 Rik doc: Periodic grammarcheck of documentation.
Thu, 18 Jul 2013 12:05:34 -0700 Rik cell2mat.m: Re-vamp input validation for 30% speedup
Mon, 01 Jul 2013 19:49:51 +0200 Olaf Till Add special case function "isnumeric" to cellfun.cc (bug #39387).
Mon, 11 Feb 2013 13:28:04 -0500 John W. Eaton maint: periodic merge of stable to default base src/DLD-FUNCTIONS/cellfun.cc@58a7025d6e3c
Thu, 07 Feb 2013 11:58:40 -0500 John W. Eaton * cellfun.cc: Style fixes.
Wed, 06 Feb 2013 10:36:38 -0500 Jordi Gutiérrez Hermoso Merge in Juan Pablo's changes
Tue, 05 Feb 2013 10:55:45 +0100 Juan Pablo Carbajal arrayfun: adding IDs to error messages in accordance with error_ids.
Tue, 05 Feb 2013 16:57:51 +0100 Stefan Mahr fix ErrorHandler in cellfun (bug #38256)
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src base src/corefcn/cellfun.cc@620726fcb2e0