log libinterp/octave-value/ov-java.cc @ 28491:d4e8887117b7

age author description
Sat, 20 Jun 2020 09:27:56 -0700 Rik maint: merge stable to default.
Fri, 19 Jun 2020 20:04:24 +0200 Philip Nienhuis Remove OctClassLoader from JVM start options (bug #55174). stable
Fri, 12 Jun 2020 22:13:04 +0200 Markus Mützel Use wide character overload to open file streams on Windows.
Fri, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
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
Fri, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
Wed, 26 Jun 2019 15:47:03 -0400 John W. Eaton unless necessary for formatting or code, use ' instead of `
Wed, 29 May 2019 03:28:05 +0000 John W. Eaton allow Windows build to work again
Fri, 24 May 2019 17:55:48 +0000 John W. Eaton eliminate remaining uses of BEGIN_INTERRUPT_WITH_EXCEPTIONS macro
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Fri, 29 Mar 2019 15:56:34 -0400 Andrew Janke Fix build failure on macOS due to missing namespace qualification.
Fri, 11 Jan 2019 21:24:26 -0500 Andrew Janke detect JVM at run time on macOS (bug #54219)
Thu, 17 Jan 2019 08:28:52 -0800 Rik maint: merge stable to default.
Thu, 17 Jan 2019 08:04:53 -0800 Rik Fix dead assignments found by clang static analysis (bug #55440). stable
Sun, 13 Jan 2019 16:01:47 +0100 Markus Mützel maint: Merge stable to default.
Sun, 13 Jan 2019 14:34:31 +0100 Markus Mützel ov-java.cc: Fix static analyzer detected issue (bug #55464). stable
Thu, 03 Jan 2019 09:36:00 -0500 John W. Eaton pass save_as_floats by value in octave_value save_binary functions
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 02 Jan 2019 18:34:32 +0100 Andreas Weber ov-java.cc: Bugfix use xstring_value for extraction stable
Thu, 29 Nov 2018 12:15:25 -0800 Rik Silence unnecessary warnings about security-format (bug #55046).
Fri, 16 Nov 2018 13:16:50 -0500 John W. Eaton move eval_string inside interpreter/evaluator class
Thu, 01 Nov 2018 18:08:27 -0400 John W. Eaton where possible, use octave_stdout and avoid including <iostream>
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.