log libinterp/octave.h @ 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:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Sun, 12 Sep 2021 20:31:03 -0700 Rik maint: use "s_" prefix for static member variables in class application.
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Tue, 10 Aug 2021 16:42:29 -0400 John W. Eaton remove JIT compiler from Octave sources
Wed, 21 Jul 2021 14:45:32 +0200 Markus Mützel maint: merge stable to default.
Sun, 18 Jul 2021 15:54:48 +0200 Markus Mützel main.cc: Use getopt to parse command line arguments (bug #60886). stable
Sun, 18 Jul 2021 15:54:48 +0200 Markus Mützel main.cc: Use getopt to parse command line arguments (bug #60886).
Wed, 21 Apr 2021 11:43:23 -0400 John W. Eaton use std::unique_ptr to manage interpreter object in application object
Thu, 25 Mar 2021 23:06:40 -0400 John W. Eaton experimental command window widget with server loop
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 17 Dec 2020 20:18:51 -0500 John W. Eaton allow Octave to operate as a server, executing commands from a queue
Thu, 03 Dec 2020 12:28:59 -0500 John W. Eaton make all command line option info available in scripting language
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
Sun, 28 Jul 2019 17:24:42 -0400 John W. Eaton eliminate unnecessary application::interative function
Wed, 02 Jan 2019 16:45:58 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 21 Dec 2018 15:07:02 -0500 John W. Eaton maint: remove functions, variables, and typedefs deprecated in version 4.4
Thu, 18 Oct 2018 22:17:40 -0400 John W. Eaton refactor GUI main_window class
Thu, 18 Oct 2018 22:11:07 -0400 John W. Eaton allow access to C-style argc and argv from application class
Sat, 14 Apr 2018 05:51:42 -0700 Rik Remove unused class member m_force_gui (bug #53650). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 26 Mar 2018 13:10:42 -0400 John W. Eaton omit argument name from default copy ctors and assignment operators stable
Wed, 14 Mar 2018 14:29:50 +0100 Carnë Draug Don't start GUI by default, require new '--gui' option
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 01 Aug 2017 14:44:02 -0400 John W. Eaton defer execution of user code to interpreter::execute (bug #51631)
Wed, 19 Jul 2017 16:34:13 -0400 John W. Eaton defer installing qt graphics toolkit until interpreter is ready
Wed, 28 Jun 2017 01:15:21 -0400 John W. Eaton don't call built-in interpreter functions from the application context
Fri, 16 Jun 2017 09:19:20 -0400 John W. Eaton use version number in OCTAVE_DEPRECATED macro
Thu, 18 May 2017 10:53:24 -0400 John W. Eaton manage interpreter instance in interpreter object
Tue, 09 May 2017 12:49:53 -0400 John W. Eaton maint: Use "" instead of <> for our own include files.
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
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, 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 11:13:47 -0500 John W. Eaton refactor interpreter::execute
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
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
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 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 11 Jul 2016 18:05:53 -0400 John W. Eaton move new interpreter class to separate file
Sun, 10 Jul 2016 07:15:21 -0400 John W. Eaton use classes for octave application and interpreter
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Wed, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 04 Oct 2013 13:53:25 -0400 John W. Eaton provide --no-fork command line option