log libinterp/dldfcn/__ode15__.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
Wed, 30 Nov 2022 20:27:16 -0800 Rik maint: Review C++ files for style and coding conventions. stable
Tue, 05 Apr 2022 08:33:58 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libinterp/.
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
Sat, 25 Dec 2021 13:38:17 +0100 Markus Mützel maint: merge stable to default.
Sat, 25 Dec 2021 12:36:11 +0100 Markus Mützel __ode15__: Adapt for changed API of SUNDIALS version 6 (bug #61701). stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Sun, 15 Aug 2021 16:57:52 -0400 John W. Eaton use fewer OCTAVE_NAMESPACE_BEGIN/END blocks where possible
Sun, 15 Aug 2021 15:00:49 -0400 John W. Eaton declare extra functions in .oct file sources as static
Sun, 15 Aug 2021 12:33:22 +0200 Markus Mützel Make sure octave namespace begin and end tags appear in matching pairs.
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Tue, 16 Mar 2021 18:17:42 +0100 Markus Mützel Use gnulib macros that account for the output type in integer overflow checks.
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
Mon, 11 Jan 2021 20:11:45 +0100 Markus Meisinger __ode15__(): Consider the correct number of input arguments in the event callback (bug #59477).
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Fri, 13 Nov 2020 08:31:12 +0100 Markus Meisinger ode15: Detect time events when time is a multiple of the output step size (bug #59063).
Mon, 07 Sep 2020 20:06:35 -0700 Rik Use 1-based indexing for "ie" variable in ode15i/s (bug #59063).
Sat, 17 Oct 2020 02:13:39 -0700 Rik maint: Don't declare nargin in C++ files if it is used only once.
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Sat, 19 Sep 2020 12:09:57 +0200 Markus Mützel Add functions to check for integer overflow on multiplication (bug #59094).
Mon, 14 Sep 2020 12:12:31 -0700 Rik maint: Change "#if" indentation for consistency in __ode15__.cc.
Fri, 20 Sep 2019 08:48:45 +0200 Bill Greene Allocate memory for Jacobian in __ode15__ more efficiently (bug #55905).
Thu, 03 Sep 2020 13:36:05 +0200 Markus Mützel Overhaul usage of integer types in __ode15__.cc (bug #58795).
Thu, 10 Sep 2020 17:49:43 +0200 Markus Mützel Back out changeset 0c9a5eae6c27
Thu, 03 Sep 2020 13:36:05 +0200 Markus Mützel * __ode15__.cc: Overhaul usage of integer types (bug #58795).
Tue, 08 Sep 2020 08:41:57 -0700 Rik maint: Use Octave coding conventions in __ode15__.cc.