log libinterp/dldfcn/__ode15__.cc @ 33446:5fded8395daa

age author description
Wed, 17 Apr 2024 13:58:27 -0400 John W. Eaton rename yTYPE_value functions strict_TYPE_value
Mon, 08 Apr 2024 21:43:05 -0400 Arun Giridhar Replace `xint_value` and related functions with stricter versions (bug #65538)
Sun, 03 Mar 2024 10:17:29 +0100 Markus Mützel maint: Merge stable to default.
Sat, 02 Mar 2024 12:15:17 +0100 Markus Mützel Fix compatibility with SUNDIALS 7 (bug #65392). stable
Mon, 08 Jan 2024 16:40:30 -0800 Rik maint: merge stable to default
Mon, 08 Jan 2024 16:39:55 -0800 Rik maint: Fix shadowed variable in cset 1f6b33749810. stable
Mon, 08 Jan 2024 16:17:53 -0800 Rik maint: merge stable to default
Mon, 08 Jan 2024 16:17:30 -0800 Rik Fix memory leaks in __ode15__. stable
Wed, 27 Dec 2023 16:55:14 -0800 Rik maint: New method rwdata() as clearer alternative to fortran_vec().
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Wed, 08 Mar 2023 09:28:28 -0800 Rik maint: Use "nonzero" rather than "non-zero" in code base.
Fri, 17 Feb 2023 23:27:46 -0500 John W. Eaton default or disable more ctors, dtors, and assignment ops
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, 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.
Fri, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
Fri, 10 Jan 2020 12:10:13 -0800 Rik maint: Use two spaces between sentences in code comments.
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, 13 Jun 2019 13:49:53 -0500 John W. Eaton __ode15__.cc style fixes
Fri, 24 May 2019 17:55:48 +0000 John W. Eaton eliminate remaining uses of BEGIN_INTERRUPT_WITH_EXCEPTIONS macro
Tue, 21 May 2019 19:50:59 +0000 John W. Eaton move some static functions inside octave namespace
Thu, 14 Mar 2019 07:05:22 +0000 John W. Eaton don't disable all of sundials if including sunlinsol_klu.h fails (bug #55911)
Thu, 14 Mar 2019 05:42:35 +0000 John W. Eaton use octave_value instead of pointer to octave_function in __ode15__
Wed, 13 Mar 2019 16:52:30 -0700 Mike Miller __ode15__.cc: mark internal function as tested for BIST purposes
Wed, 13 Mar 2019 21:57:11 +0000 John W. Eaton improve configure checks for sundials (bug #55911)
Wed, 13 Mar 2019 08:03:10 +0100 Carlo de Falco Remove calls to deprecated sundials functions.
Wed, 13 Mar 2019 05:54:28 +0000 John W. Eaton allow building with sundials library that uses 32-bit sunindextype (bug #52475)