log libinterp/octave-value/ov-java.cc @ 21052:b702efa70fb5 draft default tip shane

age author description
2016-01-07 John W. Eaton * ov-java.h, ov-java.cc: Style fixes.
2015-12-24 Rik maint: Use is_empty rather than "numel () == 0" for clarity.
2015-12-20 Rik maint: eliminate special cases of statements after error.
2015-12-20 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
2015-12-19 John W. Eaton style fixes for comments
2015-12-19 John W. Eaton eliminate comments after preprocessor conditionals
2015-12-18 Rik maint: Use new C++ archetype in more files.
2015-12-14 Rik 2015 Code Sprint: Eliminate useless return statements after error ().
2015-12-12 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
2015-12-03 John W. Eaton eliminate return statements after calls to print_usage
2015-11-26 Rik Don't overly restrict options passed to Java jvm (bug #39063).
2015-10-06 John W. Eaton eliminate more simple uses of error_state
2015-10-02 Lachlan Andrew use exceptions for better invalid index error reporting (bug #45957)
2015-10-01 John W. Eaton eliminate trailing whitespace and tabs from sources
2015-08-27 Rik Add placeholder functions for save_hdf5, load_hdf5 for octave_java functions.
2015-08-14 Rik Add placeholder functions for save_ascii, save_binary for octave_java (bug #45694).
2015-08-03 Rik Don't add duplicates to javaclasspath when run in home directory (bug #45683).
2015-06-24 Rik maint: Periodic merge of stable to default.
2015-06-15 Carnë Draug Fix conversion from string cell array into java's String[] (bug #45290) stable
2015-06-10 Rik Put most used conversions first in Java box/unbox routines.
2015-06-09 Rik maint: Periodic merge of stable to default.
2015-06-09 Rik Convert double Octave vectors to double Java vectors (bug #45264). stable
2015-05-30 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
2015-05-04 Rik doc: Update more docstrings to have one sentence summary as first line. stable
2015-05-01 Rik Don't run Java BIST tests if HAVA_JAVA is false. stable
2015-04-21 Carnë Draug Add tests for bug #38821 which got fixed with cset 058e45de41cs
2015-04-20 Carnë Draug Convert octave integer scalars into closest java type (bug #44882)
2015-04-20 Carnë Draug Automatically convert octave vectors into java primitive arrays (bug #44882)
2015-04-20 Carnë Draug Return bools instead of ints in oc-java box and unbox internal functions.
2015-04-20 Carnë Draug Automatically convert arrays of java primitives into Octave types (bug #44882)
2015-04-06 Carnë Draug isa: check parent class of java objects (bug #42702)
2015-02-25 Rik maint: Cleanup C++ code to follow Octave coding conventions.
2015-01-20 John W. Eaton unconditionally disable the octave_allocator class
2015-01-20 John W. Eaton maint: Periodic merge of gui-release to default.
2015-01-20 John W. Eaton strip trailing whitespace from most source files stable
2014-12-16 Rik Use stricter input validation when looking for a string as input (bug #42651).
2014-01-31 Michael Goffioul Support disp/display overloading in classdef
2013-12-05 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.
2013-11-11 John W. Eaton maint: Avoid using NULL in C++ code.
2013-10-29 Rik Use GNU style coding conventions for code in libinterp/
2013-10-24 John W. Eaton maint: Update copyright notices for release.
2013-08-20 Rik doc: Add new @qcode macro for code samples which are quoted.
2013-06-18 John W. Eaton avoid backquote in error messages, some uses in doc strings
2013-03-13 Rik Convert logical class to Java Boolean class when passing args to Java functions.
2013-02-21 Mike Miller Restore default floating point state after calling Java
2013-01-03 John W. Eaton make docstrings for __java_init__ and __java_exit__ available unconditionally
2012-12-28 Rik ov-java.cc: Replace instances of comma operator for code clarity.
2012-12-28 Rik Silence compilation warning in ov-java.h.
2012-12-21 Philip Nienhuis ov-java.cc: tests added for javaObject and javaMethod
2012-12-21 Rik Return correct value for ischar() predicate test on octave_java objects.
2012-12-20 Rik Add conversion for Octave integer and single classes to Java int and float classes.
2012-12-20 Rik Short-circuit out of Java box code as soon as valid class has been found.
2012-12-20 Rik Add autoconversion of Java numeric types (byte, short, integer, long, float) to Octave double.
2012-12-18 Rik Don't box return values from javaObject. Always return a Java object.
2012-12-18 Rik Add autoconversion between java.lang.Character class and Octave string class.
2012-12-18 Rik Implement octave_value function class_name() for class "octave_java"
2012-12-17 Rik doc: Re-organize and improve Java Interface documentation.
2012-12-17 Rik Deprecate java_debug, java_convert_matrix, java_unsigned_conversion.
2012-12-16 Rik Allow one char paths, like '/', in javaclasspath.txt
2012-12-16 Rik Search for "javaclasspath.txt" as well as "classpath.txt" to set static class path.