log libinterp/dldfcn/__ode15__.cc @ 23584:7ed6b258db91

age author description
Tue, 13 Jun 2017 09:20:08 -0700 Rik maint: Deprecate is_map and replace with isstruct.
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Thu, 08 Jun 2017 17:41:32 -0700 Rik doc: Peridoc grammarcheck of documentation.
Wed, 10 May 2017 15:04:28 +0200 Kai T. Ohlhus * __ode15__.cc: Avoid deprecated function warnings.
Mon, 08 May 2017 13:08:11 -0400 John W. Eaton prefer feval over do_multi_index_op
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
Mon, 24 Apr 2017 14:38:34 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Wed, 22 Feb 2017 13:00:04 -0500 John W. Eaton maint: Update copyright dates.
Mon, 23 Jan 2017 14:30:35 -0500 John W. Eaton maint: strip extra trailing newlines from files.
Mon, 23 Jan 2017 14:29:35 -0500 John W. Eaton maint: strip trailing whitespace from source files.
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Mon, 09 Jan 2017 09:38:33 -0800 Rik Rationalize #includes in libinterp/dldfcn directory.
Sat, 07 Jan 2017 20:00:05 -0500 John W. Eaton * __ode15__.cc: Disable sparse jacobian handling if IDAKLU is missing.
Fri, 16 Dec 2016 14:13:37 -0500 John W. Eaton * __ode15__.cc: Fix botched style fix.
Fri, 16 Dec 2016 13:17:58 -0500 John W. Eaton * __ode15__.cc: Pass std::string arg by const reference.
Fri, 16 Dec 2016 12:44:57 -0500 John W. Eaton * __ode15__.cc: Style fixes.
Fri, 16 Dec 2016 12:03:33 -0500 John W. Eaton * __ode15__.cc: Avoid old-style cast warnings.
Fri, 16 Dec 2016 11:52:59 -0500 John W. Eaton * __ode15__.cc: Avoid unused parameter warnings.
Fri, 16 Dec 2016 11:50:52 -0500 John W. Eaton * __ode15__.cc: Don't check nargout.
Fri, 16 Dec 2016 11:49:46 -0500 John W. Eaton * __ode15__.cc: Avoid NULL in C++ code.
Fri, 16 Dec 2016 11:49:05 -0500 John W. Eaton * __ode15__.cc: Fix compilation if Sundials is missing.
Fri, 16 Dec 2016 10:20:35 -0500 John W. Eaton maint: Strip trailing whitespace from source files.
Wed, 02 Nov 2016 06:28:24 +0100 Carlo de Falco Fix access method to sundials 2.7.0 sparse matrix structure.
Tue, 01 Nov 2016 06:41:29 +0100 Carlo de Falco Update odei5{i,s} code for Octave 4.3.0+ and Sundials 2.7.0.
Tue, 23 Aug 2016 03:19:11 +0200 Francesco Faccio Add functions ode15i and ode15s