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
|
Tue, 21 Apr 2015 00:32:52 +0100 |
Carnë Draug |
Convert octave integer scalars into closest java type (bug #44882)
|
Mon, 20 Apr 2015 17:40:39 +0100 |
Carnë Draug |
Automatically convert octave vectors into java primitive arrays (bug #44882)
|
Mon, 20 Apr 2015 17:23:28 +0100 |
Carnë Draug |
Return bools instead of ints in oc-java box and unbox internal functions.
|
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.
|
Wed, 20 Feb 2013 22:51:31 -0500 |
Mike Miller |
Restore default floating point state after calling Java
|
Wed, 02 Jan 2013 19:18:15 -0500 |
John W. Eaton |
make docstrings for __java_init__ and __java_exit__ available unconditionally
|
Thu, 27 Dec 2012 23:04:46 -0800 |
Rik |
ov-java.cc: Replace instances of comma operator for code clarity.
|
Thu, 27 Dec 2012 21:43:35 -0800 |
Rik |
Silence compilation warning in ov-java.h.
|
Fri, 21 Dec 2012 22:09:51 +0100 |
Philip Nienhuis |
ov-java.cc: tests added for javaObject and javaMethod
|
Fri, 21 Dec 2012 10:18:38 -0800 |
Rik |
Return correct value for ischar() predicate test on octave_java objects.
|
Thu, 20 Dec 2012 08:12:55 -0800 |
Rik |
Add conversion for Octave integer and single classes to Java int and float classes.
|
Wed, 19 Dec 2012 17:18:54 -0800 |
Rik |
Short-circuit out of Java box code as soon as valid class has been found.
|
Wed, 19 Dec 2012 17:02:55 -0800 |
Rik |
Add autoconversion of Java numeric types (byte, short, integer, long, float) to Octave double.
|
Tue, 18 Dec 2012 11:54:57 -0800 |
Rik |
Don't box return values from javaObject. Always return a Java object.
|
Tue, 18 Dec 2012 11:39:24 -0800 |
Rik |
Add autoconversion between java.lang.Character class and Octave string class.
|
Tue, 18 Dec 2012 10:29:51 -0800 |
Rik |
Implement octave_value function class_name() for class "octave_java"
|
Mon, 17 Dec 2012 10:23:43 -0800 |
Rik |
doc: Re-organize and improve Java Interface documentation.
|
Sun, 16 Dec 2012 21:43:52 -0800 |
Rik |
Deprecate java_debug, java_convert_matrix, java_unsigned_conversion.
|
Sat, 15 Dec 2012 22:47:26 -0800 |
Rik |
Allow one char paths, like '/', in javaclasspath.txt
|
Sat, 15 Dec 2012 17:53:31 -0800 |
Rik |
Search for "javaclasspath.txt" as well as "classpath.txt" to set static class path.
|
Fri, 14 Dec 2012 13:58:19 -0800 |
Rik |
doc: tweak docstrings for javaObject and javaArray.
|
Fri, 14 Dec 2012 09:51:37 -0800 |
Rik |
Deprecate java_invoke, replace with javaMethod.
|
Wed, 12 Dec 2012 13:33:37 -0800 |
Rik |
Hide java_init, java_exit functions. Deprecate java_new, java_set, java_get.
|
Wed, 12 Dec 2012 13:15:31 -0800 |
Rik |
Add new isjava function.
|
Mon, 10 Dec 2012 13:15:08 -0800 |
Rik |
build: Overhaul auto-detection of Java when JAVA_HOME is not set.
|
Sat, 08 Dec 2012 08:27:03 -0800 |
Rik |
ov-java.cc: Correcty typo HAVE_WINDWOS_H to HAVE_WINDOWS_H
|
Sat, 08 Dec 2012 00:36:52 -0500 |
John W. Eaton |
register octave_java type at Octave startup
|
Sat, 08 Dec 2012 00:23:13 -0500 |
John W. Eaton |
make java functions part of core octave_value classes
base
libinterp/dldfcn/__java__.cc@f4a96907ef5c
|