log libinterp/parse-tree/pt-mat.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
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
Fri, 30 Aug 2019 15:02:14 -0400 John W. Eaton don't use visitor pattern for expression evaluation (bug #56752)
Thu, 03 Jan 2019 10:18:16 -0800 Rik pt-mat.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 16 May 2018 19:01:14 -0400 John W. Eaton refactor evaluation of tree_matrix object
Wed, 16 May 2018 12:17:25 -0400 John W. Eaton eliminate some unnecessary parser includes in source files
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 30 Nov 2017 10:11:11 -0800 Rik maint: merge of stable to default.
Thu, 30 Nov 2017 09:13:07 -0800 Rik Fix concatenation of empty char matrices with other strings (bug #52542). stable
Thu, 16 Nov 2017 21:43:47 -0500 John W. Eaton don't use symbol_table:: nesting for symbol_record, symbol_scope, or fcn_info
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 27 Jun 2017 06:41:42 -0400 John W. Eaton move Vstring_fill_char to tree_evaluator class
Tue, 20 Jun 2017 10:54:57 -0400 John W. Eaton remove some unnecessary include statements from parse tree source
Wed, 14 Jun 2017 11:53:34 -0400 John W. Eaton use pointer to scope instead of scope id
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
Mon, 22 May 2017 12:12:45 -0700 Mike Miller Fix concatenation of a struct with an empty cell array (bug #39041)
Fri, 21 Apr 2017 18:07:40 -0400 John W. Eaton begin refactoring parse tree evaluator
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
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Fri, 06 Jan 2017 18:06:31 -0500 John W. Eaton move octave_refcount inside octave namespace
Thu, 08 Dec 2016 14:50:52 -0800 Rik maint: Use C++ range feature to simplify some for loops in libinterp/parse-tree
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
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 17:57:49 -0400 John W. Eaton move base_list and regexp classes to octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 11 Jul 2016 17:05:33 -0400 John W. Eaton move call_stack class to a separate file
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
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.
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>.
Tue, 26 Jan 2016 15:52:21 +1100 Lachlan When concatenating cells, suppress empty matrices (bug #43511).
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