Mercurial > hg > octave-nkf
log libinterp/octave-value/ov-java.cc @ 15790:921912c92102
age | author | description |
---|---|---|
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 |