log libinterp/dldfcn/__init_fltk__.cc @ 31934:c56866c949f0

age author description
Sat, 25 Mar 2023 14:22:17 -0700 Rik maint: merge stable to default
Sat, 25 Mar 2023 14:06:56 -0700 Rik maint: replace double semicolon ';;' line ending with just ';'. stable
Fri, 03 Mar 2023 16:04:18 -0500 John W. Eaton eliminate some clang warnings about defaulted functions being deleted
Fri, 17 Feb 2023 23:27:46 -0500 John W. Eaton default or disable more ctors, dtors, and assignment ops
Mon, 20 Feb 2023 18:06:54 -0800 Rik maint: Use 's_' prefix for static private class variables.
Thu, 16 Feb 2023 15:13:35 -0800 Rik maint: Use "m_" prefix on all private member variables in classes.
Thu, 16 Feb 2023 14:43:18 -0500 John W. Eaton use new macros to consistently delete copy and move member functions
Thu, 02 Feb 2023 17:33:17 -0800 Rik maint: Use consistent coding style when calling Ffunction().
Thu, 02 Feb 2023 11:41:24 -0500 Arun Giridhar Replace various iterators with range-based loops (bug #63738)
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Thu, 12 Jan 2023 10:22:04 -0500 John W. Eaton use interpreter::feval instead of global feval function
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Sat, 14 May 2022 19:06:56 -0700 Rik Deprecate uimenu properties "label" and "callback" (bug #62443)
Sat, 19 Feb 2022 13:14:44 -0500 John W. Eaton maint: Merge stable to default.
Sat, 19 Feb 2022 13:14:20 -0500 John W. Eaton Backed out changeset fc530ec01070 (bug #61994) stable
Fri, 18 Feb 2022 16:08:58 -0500 John W. Eaton maint: Merge stable to default.
Fri, 18 Feb 2022 16:06:58 -0500 John W. Eaton also use auto_shlib for fltk and gnuplot graphics toolkit objects 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
Sun, 28 Nov 2021 22:03:07 -0800 Rik maint: merge stable to default.
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Wed, 18 Aug 2021 13:26:14 -0400 John W. Eaton * __init_fltk__.cc: Make HAVE_FLTK apply only to fltk headers.
Wed, 18 Aug 2021 19:18:30 +0200 Markus Mützel Make sure octave namespace begin and end tags appear in matching pairs.
Wed, 18 Aug 2021 00:25:50 -0400 John W. Eaton move classes for graphics objects and properties inside octave namespace
Sun, 15 Aug 2021 15:00:49 -0400 John W. Eaton declare extra functions in .oct file sources as static
Fri, 11 Jun 2021 09:23:33 -0400 John W. Eaton maint: Merge stable to default.
Fri, 11 Jun 2021 09:11:43 -0400 John W. Eaton Backed out changeset 52b2680e091c (bug #60771) stable
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
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, 11 Jun 2020 01:22:45 -0400 John W. Eaton maint: merge stable to default.
Wed, 29 Apr 2020 14:10:27 -0400 John W. Eaton refactor octave_fcn_handle class stable
Sun, 17 May 2020 17:59:50 -0700 Rik Suppress unnecessary warning messages when configure --without-fltk, --without-portaudio (bug #58385).
Wed, 25 Mar 2020 16:46:30 -0400 John W. Eaton hide __fltk_check__ function stable
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
Fri, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
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
Thu, 21 Nov 2019 18:41:08 -0500 John W. Eaton move graphics_toolkit class inside octave namespace
Wed, 21 Aug 2019 14:52:06 -0700 Mike Miller build: silence unused parameter warning introduced in cset 50216d7a2f6b
Fri, 09 Aug 2019 10:36:08 -0400 John W. Eaton eliminate static wrapper functions in gh_manager class
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Fri, 19 Jul 2019 10:02:20 -0400 John W. Eaton don't use singleton pattern for display_info class
Thu, 18 Jul 2019 11:23:22 -0400 John W. Eaton rename octave_link and octave_link_events classes, move inside octave namespace
Tue, 22 Jan 2019 08:07:55 -0500 John W. Eaton maint: Merge stable to default.
Sun, 24 Jun 2018 20:34:11 +0200 Pantxo Diribarne Prevent the use of FLTK toolkit on Mac when running multithreaded (bug #54169). stable
Wed, 02 Jan 2019 16:45:58 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:41:55 -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
Wed, 02 Jan 2019 21:39:05 +0100 Andreas Weber __init_fltk__.cc: Fix static analyzer detected V560 issue (bug #55347) stable
Wed, 02 Jan 2019 14:13:59 +0100 Andreas Weber Fix static analyzer detected V668 issues (bug #55347).
Thu, 01 Nov 2018 14:35:35 -0400 John W. Eaton * __init_fltk__.cc: Eliminate some old commented debugging code.