log libinterp/octave-value/ov-java.cc @ 20830:b65888ec820e draft default tip gccjit

age author description
Mon, 05 Oct 2015 21:37:03 -0400 John W. Eaton eliminate more simple uses of error_state
Fri, 02 Oct 2015 15:07:37 -0400 Lachlan Andrew use exceptions for better invalid index error reporting (bug #45957)
Thu, 01 Oct 2015 12:50:00 -0400 John W. Eaton eliminate trailing whitespace and tabs from sources
Thu, 27 Aug 2015 15:52:06 -0700 Rik Add placeholder functions for save_hdf5, load_hdf5 for octave_java functions.
Thu, 13 Aug 2015 22:00:02 -0700 Rik Add placeholder functions for save_ascii, save_binary for octave_java (bug #45694).
Mon, 03 Aug 2015 15:24:32 -0700 Rik Don't add duplicates to javaclasspath when run in home directory (bug #45683).
Tue, 23 Jun 2015 20:00:59 -0700 Rik maint: Periodic merge of stable to default.
Mon, 15 Jun 2015 02:08:41 +0100 Carnë Draug Fix conversion from string cell array into java's String[] (bug #45290) stable
Tue, 09 Jun 2015 21:38:46 -0700 Rik Put most used conversions first in Java box/unbox routines.
Tue, 09 Jun 2015 16:37:53 -0700 Rik maint: Periodic merge of stable to default.
Tue, 09 Jun 2015 16:10:59 -0700 Rik Convert double Octave vectors to double Java vectors (bug #45264). stable
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Sun, 03 May 2015 21:52:42 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Fri, 01 May 2015 13:37:26 -0700 Rik Don't run Java BIST tests if HAVA_JAVA is false. stable
Tue, 21 Apr 2015 15:37:10 +0100 Carnë Draug Add tests for bug #38821 which got fixed with cset 058e45de41cs