log libinterp/octave-value/ov-java.cc @ 25770:374edade7b1b

age author description
Fri, 10 Aug 2018 14:59:42 -0700 Mike Miller fix use of JAVA_HOME to fail if not found and fall back correctly (bug #40111)
Sun, 01 Jul 2018 20:11:19 -0400 Andrew Janke Use JAVA_HOME for JVM detection at run-time (bug #40111).
Fri, 13 Jul 2018 19:13:23 +0200 Markus Mützel Fix lifetime issues with temporary char arrays returned by get_ASCII_filename (bug #54299).
Tue, 03 Jul 2018 21:06:00 +0200 Markus Mützel Call get_ASCII_filename for std::ifstream (bug #49118).
Tue, 12 Jun 2018 13:03:04 -0400 John W. Eaton solve installation info initialization problem differently
Fri, 08 Jun 2018 15:43:36 -0400 John W. Eaton rename defaults source files to installation-data
Fri, 08 Jun 2018 13:42:34 -0400 John W. Eaton move some static configuration variables inside a class
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Tue, 24 Apr 2018 10:43:39 -0700 Mike Miller test: tag possible test failure with known bug #51804 stable
Fri, 30 Mar 2018 17:23:07 +0200 Markus Mützel Find install location of JRE >= 9 on Windows (bug #53520). stable
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 28 Mar 2018 13:41:48 -0700 Rik Deprecate java2mat function. stable
Fri, 09 Mar 2018 09:22:18 -0500 John W. Eaton avoid AWT test on OS X (bug #53305)
Sun, 04 Feb 2018 18:44:18 +0100 Markus Mützel ov-java.cc: Use new functions in initialization of JVM.
Thu, 01 Feb 2018 21:06:57 -0800 Rik Rewrite certain Java BIST tests to pass with Java 9 (bug #52627).
Sat, 13 Jan 2018 10:27:11 -0800 Sebastian Schöps Fix Java >1.8 on macOS (Bug #9439)
Tue, 09 Jan 2018 08:56:31 -0500 John W. Eaton * ov-java.cc (octave_java::register_type): Eliminate unused variable warning.
Fri, 05 Jan 2018 18:44:53 -0500 John W. Eaton don't use singleton for octave_value_typeinfo
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 03 Nov 2017 20:39:58 -0700 Rik Remove extra space between scope operator '::' and function.
Fri, 13 Oct 2017 15:57:42 +0200 Kai T. Ohlhus maint: libinterp/octave-value/ov-java.cc: Clean up code. No function changes.
Fri, 13 Oct 2017 15:32:59 +0200 Ernst Reissner doc: libinterp/octave-value/ov-java.cc: Improve (Doxygen) comments.
Tue, 22 Aug 2017 23:28:06 -0700 Mike Miller bump Java compatibility level to 1.6, minimum supported by Java 9 (bug #51803)
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Fri, 28 Jul 2017 11:19:36 -0700 Rik Use C++11 raw string literals to avoid escaping backslashes in strings.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Thu, 29 Jun 2017 02:33:19 -0400 John W. Eaton move configuration variables inside octave::config namespace
Thu, 22 Jun 2017 19:38:58 -0700 Philip Nienhuis add unit tests creating and calling methods on some basic Java types
Wed, 21 Jun 2017 10:43:22 -0700 Mike Miller restore Java method calls by delegating indexing properly (bug #51152)
Tue, 13 Jun 2017 20:51:14 -0700 Rik maint: Deprecate is_vector and replace with isvector.
Tue, 13 Jun 2017 09:52:59 -0700 Rik maint: Deprecate is_float_type and replace with isfloat.
Tue, 13 Jun 2017 07:53:53 -0700 Rik maint: Deprecate is_real_type and replace with isreal.
Mon, 12 Jun 2017 17:24:08 -0700 Rik maint: Deprecate is_bool_type and replace with islogical.
Mon, 12 Jun 2017 13:41:35 -0700 Rik maint: Deprecate is_java and replace with isjava.
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Sun, 11 Jun 2017 15:35:21 -0700 Rik maint: Deprecate is_cell and replace with iscell.
Sun, 11 Jun 2017 15:26:14 -0700 Rik maint: Deprecate is_cellstr and replace with iscellstr.
Fri, 09 Jun 2017 17:44:57 -0400 John W. Eaton use new script to tag fixed bugs in tests
Fri, 09 Jun 2017 17:40:34 -0400 John W. Eaton new script for updating test status for fixed bugs
Fri, 09 Jun 2017 15:34:03 -0400 John W. Eaton allow bugs to be tagged as fixed in test suite
Fri, 28 Apr 2017 17:20:13 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL for remaining instances in code.
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 10:04:31 -0700 Rik maint: Use convention "static_cast<void *>" for casting of pointers.
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
Mon, 17 Apr 2017 17:44:56 -0400 John W. Eaton use %!testif runtime tests to properly skip java tests
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Tue, 31 Jan 2017 17:29:32 -0800 Rik Replace feval calls with direct call to C++ function (bug #50116).
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Thu, 08 Dec 2016 06:55:30 -0800 Rik maint: Use C++ range feature to simplify some for loops in libinterp/octave-value.
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 15 Sep 2016 10:24:45 -0700 Rik test: Check for JRE at runtime before executing BIST tests which use Java.
Wed, 14 Sep 2016 16:05:16 -0700 Rik test: Add bug ids (<#####>) to BIST tests.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 11:43:27 -0400 John W. Eaton maint: Indent namespaces in more files.