log libinterp/corefcn/interpreter.h @ 23609:99989ab8f142

age author description
Thu, 15 Jun 2017 08:00:37 -0400 John W. Eaton new convenience functions for accessing current scope
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table
Wed, 07 Jun 2017 02:13:05 -0400 John W. Eaton don't use singleton for call_stack
Thu, 25 May 2017 13:13:17 -0400 John W. Eaton pass reference to evaluator to octave_function call methods
Thu, 18 May 2017 10:53:24 -0400 John W. Eaton manage interpreter instance in interpreter object
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 20 Apr 2017 00:20:59 -0400 John W. Eaton eliminate load-path singleton
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
Tue, 31 Jan 2017 18:04:11 -0500 John W. Eaton avoid including parse tree headers in other header files unnecessarily
Mon, 30 Jan 2017 15:13:29 -0500 John W. Eaton separate final interpreter initialization from execution
Sat, 28 Jan 2017 15:19:42 -0500 John W. Eaton more refactoring of interpreter and application classes
Fri, 27 Jan 2017 18:15:48 -0500 John W. Eaton move recover_from_exception and atexit functions inside octave namespace
Fri, 27 Jan 2017 17:44:07 -0500 John W. Eaton move OCTAVE_SAFE_CALL macro out of header file
Fri, 27 Jan 2017 12:27:11 -0500 John W. Eaton eliminate declaration of nonexistent global variable
Fri, 27 Jan 2017 11:13:47 -0500 John W. Eaton refactor interpreter::execute
Thu, 26 Jan 2017 08:26:46 -0500 John W. Eaton additional restructuring of startup and shutdown
Tue, 24 Jan 2017 18:00:05 -0500 John W. Eaton rework clean_up_and_exit (bug #50068)
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, 06 Dec 2016 12:40:45 -0500 John W. Eaton make deleted functions public
Mon, 05 Dec 2016 22:59:37 -0500 John W. Eaton use c++11 style for deleting default copy constructor and assignment operator
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 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
Tue, 12 Jul 2016 14:28:07 -0400 John W. Eaton put parser, lexer, and evaluator in namespace; interpreter now owns evaluator
Fri, 22 Jul 2016 08:40:20 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Mon, 11 Jul 2016 18:05:53 -0400 John W. Eaton move new interpreter class to separate file