log libinterp/octave-value/ov-class.cc @ 20654:b65888ec820e draft default tip gccjit

age author description
Fri, 09 Oct 2015 14:43:36 -0400 John W. Eaton use new cell_value method to handle value extraction errors
Thu, 08 Oct 2015 17:55:57 -0400 John W. Eaton use new string_value method to handle value extraction errors
Mon, 05 Oct 2015 23:09:54 -0400 John W. Eaton eliminate more simple uses of error_state
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).