log libinterp/parse-tree/pt-mat.cc @ 21200:fcac5dbbf9ed

age author description
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
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.
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
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 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Wed, 09 Dec 2015 14:18:52 -0500 John W. Eaton eliminate return statements after calls to error
Mon, 05 Oct 2015 21:13:12 -0400 John W. Eaton eliminate more simple uses of error_state
Thu, 06 Aug 2015 08:09:01 -0700 Rik Use error() rather than ::error() unless explicitly required.
Sun, 03 May 2015 21:52:42 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Mon, 15 Dec 2014 21:01:45 -0800 Rik maint: Periodic merge of gui-release to default.
Sun, 14 Dec 2014 21:14:36 -0800 Rik Restore warning Octave:num-to-str missing since 3.2.4 (bug #43814). stable
Sat, 06 Dec 2014 22:26:32 -0800 Rik Avoid duplicate error message when concatenating cell arrays with dim mismatch.
Sun, 19 Oct 2014 08:42:58 -0400 John W. Eaton don't include oct-locbuf.h in header files unnecessarily
Sat, 01 Mar 2014 22:11:32 -0800 Rik maint: Periodic merge of gui-release to default.
Fri, 28 Feb 2014 14:04:41 -0800 Rik doc: Improve documentation strings in parse-tree directory. stable
Thu, 05 Dec 2013 10:50:17 -0800 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.
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, 21 Oct 2013 21:58:01 +0200 David Bateman Avoid use of numel for sparse matrix when concatenating (bug #40324)
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Mon, 08 Jul 2013 12:20:04 -0400 John W. Eaton improve compatibility of parsing of matrices and cell arrays
Sat, 09 Mar 2013 18:04:51 -0500 John W. Eaton rearrange class heirarchy for tree_cell and tree_matrix
Tue, 26 Feb 2013 12:06:45 +0100 Julien Bect Modify pt-mat.cc to solve a problem related to vertcat/horzcat overloading.
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src base src/parse-tree/pt-mat.cc@56140d71bbfd