log libinterp/octave-value/ov-java.h @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 25 Aug 2021 14:40:16 -0700 Rik maint: use "m_" prefix for member variables of octave_value classes for Java.
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
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, 15 Mar 2019 05:45:27 +0000 John W. Eaton avoid some overloaded virtual warnings (bug #55741)
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
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
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.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 13 Jun 2017 09:20:08 -0700 Rik maint: Deprecate is_map and replace with isstruct.
Mon, 12 Jun 2017 13:41:35 -0700 Rik maint: Deprecate is_java and replace with isjava.
Tue, 02 May 2017 16:01:14 -0700 Rik maint: Add '#include "XXX.h"' to XXX.cc files.
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 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
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
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
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Thu, 19 May 2016 01:59:35 -0400 John W. Eaton use namespace for oct_mach_info class
Tue, 01 Mar 2016 00:59:50 -0500 John W. Eaton elimnate HAVE_JAVA from ov-java.h
Wed, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Thu, 07 Jan 2016 06:49:59 -0500 John W. Eaton * ov-java.h, ov-java.cc: Style fixes.
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
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, 20 Apr 2015 17:23:28 +0100 Carnë Draug Return bools instead of ints in oc-java box and unbox internal functions.
Wed, 08 Apr 2015 08:19:28 -0700 Rik Second fix for exist() should return 1 for java objects (bug #44764).
Tue, 07 Apr 2015 22:04:39 -0700 Rik exist() should return 1 for java objects (bug #44764).
Mon, 06 Apr 2015 04:55:56 +0100 Carnë Draug isa: check parent class of java objects (bug #42702)
Tue, 20 Jan 2015 13:43:29 -0500 John W. Eaton unconditionally disable the octave_allocator class
Fri, 31 Jan 2014 11:41:19 -0500 Michael Goffioul Support disp/display overloading in classdef
Thu, 31 Oct 2013 22:19:07 -0700 Rik maint: Use common #define syntax "octave_filename_h" in h_files.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Thu, 27 Dec 2012 21:43:35 -0800 Rik Silence compilation warning in ov-java.h.
Sun, 23 Dec 2012 03:16:33 +0000 Michael Goffioul Replace JAVAPKG_API with OCTINTERP_API
Fri, 21 Dec 2012 10:18:38 -0800 Rik Return correct value for ischar() predicate test on octave_java objects.
Tue, 18 Dec 2012 10:29:51 -0800 Rik Implement octave_value function class_name() for class "octave_java"
Sun, 16 Dec 2012 21:43:52 -0800 Rik Deprecate java_debug, java_convert_matrix, java_unsigned_conversion.
Fri, 14 Dec 2012 12:15:47 -0800 Rik ov-java.h: is_map must return false, java object is not a struct.
Fri, 14 Dec 2012 09:51:37 -0800 Rik Deprecate java_invoke, replace with javaMethod.
Wed, 12 Dec 2012 13:15:31 -0800 Rik Add new isjava function.
Sat, 08 Dec 2012 00:23:13 -0500 John W. Eaton make java functions part of core octave_value classes base libinterp/dldfcn/__java__.h@de147d9f6e3b