log libinterp/octave-value/ov-java.cc @ 23572:0703d31e1ec0

age author description
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.
Wed, 17 Aug 2016 03:41:42 -0400 John W. Eaton move more classes inside octave namespace
Wed, 17 Aug 2016 02:57:50 -0400 John W. Eaton move more new classes inside octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 03 Aug 2016 23:01:14 +0200 Ernst Reissner style fixes (patch #9059)
Wed, 03 Aug 2016 10:23:41 -0700 Mike Miller Add tests for Java numeric type conversion (bug #48013)
Wed, 03 Aug 2016 10:10:59 -0700 Ernst Reissner Only convert specific Java numeric objects to double for Matlab compatibility (bug #48013)
Tue, 19 Jul 2016 12:07:34 -0400 John W. Eaton set DLL directory when loading DLLs on Windows systems (bug #48511)
Thu, 07 Jul 2016 18:24:50 -0400 John W. Eaton wrappers for setting long double rounding mode (bug #48319)
Sun, 26 Jun 2016 03:50:20 -0400 John W. Eaton use OCTAVE_USE_WINDOWS_API more consistently
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Tue, 14 Jun 2016 10:47:10 -0400 John W. Eaton hide gnulib fpucw header
Fri, 03 Jun 2016 20:56:33 -0700 Mike Miller maint: Periodic merge of stable to default.
Fri, 03 Jun 2016 20:51:45 -0700 Mike Miller Fix typos in Java conversion of 32 and 64 bit integers (bug #48107) stable
Fri, 27 May 2016 10:20:48 -0400 John W. Eaton maint: merge stable to default
Thu, 26 Nov 2015 10:08:34 -0800 Rik Don't overly restrict options passed to Java jvm (bug #39063). stable
Thu, 19 May 2016 19:42:57 -0400 John W. Eaton use namespace for octave_shlib class
Thu, 19 May 2016 18:55:23 -0400 John W. Eaton use namespace for command_editor and command_history classes
Thu, 19 May 2016 13:59:28 -0400 John W. Eaton use namespace for dir_path class
Thu, 19 May 2016 01:59:35 -0400 John W. Eaton use namespace for oct_mach_info class
Thu, 19 May 2016 01:22:06 -0400 John W. Eaton use namespace for file_stat classes
Thu, 19 May 2016 00:33:18 -0400 John W. Eaton use namespace for system file_ops class
Wed, 18 May 2016 14:58:29 -0400 John W. Eaton use namespace for system env class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Fri, 13 May 2016 09:36:14 -0400 John W. Eaton Eliminate unused variable warnings for conditionally compiled code.
Mon, 02 May 2016 11:12:16 -0700 Rik maint: Octave coding convention cleanups.
Mon, 02 May 2016 08:53:18 -0700 Rik maint: for clarity, call ndims() rather than length() on dimension vectors.
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Sun, 27 Mar 2016 20:39:19 -0700 Rik doc: Wrap C++ docstrings to 79 characters + newline (80 total).
Tue, 01 Mar 2016 01:25:02 -0500 John W. Eaton * ov-java.cc: Call error instead of throwing std::string objects.
Tue, 01 Mar 2016 00:59:50 -0500 John W. Eaton elimnate HAVE_JAVA from ov-java.h
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 08:48:47 -0500 John W. Eaton use "#if defined (HAVE_FOO)" instead of "#if HAVE_FOO" for feature tests
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Thu, 07 Jan 2016 06:49:59 -0500 John W. Eaton * ov-java.h, ov-java.cc: Style fixes.
Wed, 23 Dec 2015 21:46:39 -0800 Rik maint: Use is_empty rather than "numel () == 0" for clarity.
Sun, 20 Dec 2015 15:31:53 -0800 Rik maint: eliminate special cases of statements after error.
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Fri, 18 Dec 2015 22:39:36 -0500 John W. Eaton style fixes for comments
Fri, 18 Dec 2015 22:06:22 -0500 John W. Eaton eliminate comments after preprocessor conditionals
Fri, 18 Dec 2015 15:37:22 -0800 Rik maint: Use new C++ archetype in more files.