log libinterp/octave-value/ov-java.cc @ 20330:2db2db2df55b

age author description
Mon, 20 Apr 2015 15:01:27 +0100 Carnë Draug Automatically convert arrays of java primitives into Octave types (bug #44882)
Mon, 06 Apr 2015 04:55:56 +0100 Carnë Draug isa: check parent class of java objects (bug #42702)
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Tue, 20 Jan 2015 13:43:29 -0500 John W. Eaton unconditionally disable the octave_allocator class
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Tue, 16 Dec 2014 09:21:29 -0800 Rik Use stricter input validation when looking for a string as input (bug #42651).
Fri, 31 Jan 2014 11:41:19 -0500 Michael Goffioul Support disp/display overloading in classdef
Thu, 05 Dec 2013 10:50:17 -0800 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.
Mon, 11 Nov 2013 01:49:57 -0500 John W. Eaton maint: Avoid using NULL in C++ code.
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Tue, 18 Jun 2013 06:39:01 -0400 John W. Eaton avoid backquote in error messages, some uses in doc strings
Wed, 13 Mar 2013 08:28:16 -0700 Rik Convert logical class to Java Boolean class when passing args to Java functions.