Thu, 01 Oct 2015 16:18:19 -0400 |
John W. Eaton |
begin removal of global error_state variable
|
Tue, 22 Sep 2015 01:38:40 -0700 |
Rik |
Clean up isa() function.
|
Mon, 17 Aug 2015 09:20:03 -0700 |
Rik |
maint: Rename instances of LS_ASCII to LS_TEXT for clarity.
|
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
|
Mon, 06 Apr 2015 04:55:56 +0100 |
Carnë Draug |
isa: check parent class of java objects (bug #42702)
|
Thu, 26 Feb 2015 13:07:04 -0500 |
John W. Eaton |
maint: More cleanup of C++ code to follow Octave coding conventions.
|
Thu, 26 Feb 2015 10:49:20 -0500 |
John W. Eaton |
avoid needing to include hdf5 in public header files (bug #44370, #43180)
|
Wed, 11 Feb 2015 14:19:08 -0500 |
John W. Eaton |
maint: Update copyright notices for 2015.
|
Tue, 20 Jan 2015 13:43:29 -0500 |
John W. Eaton |
unconditionally disable the octave_allocator class
|
Tue, 16 Dec 2014 12:07:32 -0800 |
Rik |
A few more instances of stricter input validation for strings (bug #42651).
|
Tue, 16 Dec 2014 09:21:29 -0800 |
Rik |
Use stricter input validation when looking for a string as input (bug #42651).
|
Sat, 20 Sep 2014 12:43:25 -0400 |
Michael Goffioul |
Implement "isa" for classdef objects.
|
Sun, 29 Jun 2014 18:35:44 -0700 |
Rik |
maint: Fix some spellings in error messages.
|
Fri, 25 Apr 2014 13:25:25 -0700 |
Rik |
maint: Clean up extra spaces before/after parentheses.
|
Mon, 07 Apr 2014 07:46:28 -0700 |
Rik |
doc: Improve docstrings for isobject, ismethod, isprop.
|
Sat, 01 Mar 2014 22:11:32 -0800 |
Rik |
maint: Periodic merge of gui-release to default.
|
Sat, 01 Mar 2014 22:10:36 -0800 |
Rik |
maint: Periodic merge of stable to gui-release.
gui-release
|
Sat, 01 Mar 2014 21:50:13 -0800 |
Rik |
doc: Update documentation for functions in octave-value dir.
stable
|
Fri, 31 Jan 2014 11:41:19 -0500 |
Michael Goffioul |
Support disp/display overloading in classdef
|
Wed, 29 Jan 2014 15:28:35 -0500 |
John W. Eaton |
maint: Periodic merge of gui-release to default.
|
Wed, 29 Jan 2014 15:28:13 -0500 |
John W. Eaton |
maint: Periodic merge of stable to gui-release.
gui-release
|
Sat, 25 Jan 2014 01:02:12 -0500 |
Mike Miller |
Use std::ostream::fail instead of unsafe implicit bool conversion (bug #41335)
stable
|
Mon, 20 Jan 2014 22:16:22 -0500 |
Michael Goffioul |
Don't call classdef-overloaded subsref from builtin calls.
|
Mon, 20 Jan 2014 14:10:42 -0500 |
Michael Goffioul |
Implement subsref overloading in classdef.
|
Thu, 12 Dec 2013 00:24:02 -0500 |
John W. Eaton |
maint: Periodic merge of gui-release to default.
|
Wed, 11 Dec 2013 23:35:34 -0500 |
John W. Eaton |
enable non-integer ranges as indices by default and deprecate preference
gui-release
|
Thu, 05 Dec 2013 10:50:17 -0800 |
Rik |
Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.
|
Fri, 29 Nov 2013 21:37:21 +0000 |
Carnë Draug |
isa: allow cell array of class names as input, plus remove __isa_parent__().
|
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.
|
Tue, 24 Sep 2013 16:41:20 -0400 |
John W. Eaton |
allow objects to load if constructor fails but loadobj method succeeds
|
Wed, 20 Feb 2013 11:36:13 -0500 |
Jordi Gutiérrez Hermoso |
Whitespace cleanup
|
Tue, 29 Jan 2013 17:55:53 +0100 |
Julien Bect |
Fix and improve functions related to class precedence (bug #38290)
|
Tue, 18 Dec 2012 10:29:51 -0800 |
Rik |
Implement octave_value function class_name() for class "octave_java"
|
Tue, 18 Dec 2012 08:21:29 -0800 |
Rik |
ov-class.cc: Fix compilation when HAVE_JAVA is false.
|
Mon, 17 Dec 2012 16:52:10 -0800 |
Rik |
Modify class() to return Java class name, not type name "octave_java".
|
Thu, 13 Dec 2012 22:41:48 -0800 |
Rik |
Add methods.m which extends methods() to work on Java objects.
|
Mon, 01 Oct 2012 18:30:44 -0400 |
John W. Eaton |
maint: periodic merge of stable to default
base
src/ov-class.cc@8909b6fbd4d6
|
Sat, 18 Aug 2012 16:23:39 -0400 |
John W. Eaton |
split libinterp from src
base
src/octave-value/ov-class.cc@1be3a1dd50bd
|