log src/ov.cc @ 10405:cc69a17ec801

age author description
Tue, 09 Mar 2010 08:06:30 +0100 Jaroslav Hajek remove integer math warnings
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Tue, 16 Feb 2010 15:28:53 +0100 Jaroslav Hajek implement lazy index conversions
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Sat, 30 Jan 2010 22:35:27 +0100 Jaroslav Hajek remove deprecated list datatype
Wed, 20 Jan 2010 20:39:26 -0500 John W. Eaton remove Emacs local-variable settings from source files in src directory
Fri, 08 Jan 2010 11:25:08 +0100 Jaroslav Hajek return class types by reference in const Array element access functions
Sun, 27 Dec 2009 21:56:53 +0100 Jaroslav Hajek optimize cellfun (@subsref, args, {subs}, uniformoutput, true) case
Tue, 01 Dec 2009 10:41:52 +0100 Jaroslav Hajek improve idx_vector->octave_value conversion
Fri, 27 Nov 2009 14:42:07 +0100 Jaroslav Hajek smarter treatment of mask indexing
Thu, 22 Oct 2009 08:56:58 +0200 Jaroslav Hajek improve error messages by auto-prepending current function name
Fri, 16 Oct 2009 13:12:31 +0200 Jaroslav Hajek remove ArrayN<T> + fix nonhom. diag-scalar ops
Thu, 15 Oct 2009 13:07:44 +0200 Jaroslav Hajek again allow the obsolete syntax for cellfun
Wed, 14 Oct 2009 13:23:31 +0200 Jaroslav Hajek implement nth_element
Mon, 05 Oct 2009 11:53:41 +0200 Jaroslav Hajek improve error reports for computed assignment
Mon, 05 Oct 2009 07:53:29 +0200 Jaroslav Hajek don't register octave_char_matrix as a separate type
Mon, 05 Oct 2009 00:11:07 -0400 John W. Eaton eliminate is_string argument from octave_value character array constructors
Wed, 23 Sep 2009 10:00:16 +0200 Jaroslav Hajek optimize / and '\ for triangular matrices
Thu, 03 Sep 2009 08:51:45 +0200 Jaroslav Hajek possibly mutate after in-place computed assignment
Thu, 03 Sep 2009 08:48:51 +0200 Jaroslav Hajek reuse temporary arrays in nested expressions
Wed, 19 Aug 2009 13:47:59 +0200 Jaroslav Hajek optimize op= in common cases
Mon, 03 Aug 2009 15:52:40 +0200 Jaroslav Hajek supply optimized compiled sub2ind & ind2sub
Sat, 20 Jun 2009 10:13:30 +0200 Jaroslav Hajek properly unshare variable in subsasgn
Mon, 15 Jun 2009 12:52:53 +0200 Jaroslav Hajek autocache indices returned from find et al.
Wed, 10 Jun 2009 11:31:58 +0200 Jaroslav Hajek improve indexed assignment using indexed numel
Sat, 28 Mar 2009 13:57:22 -0700 Rik Check grammar on all .cc files
Tue, 17 Mar 2009 21:38:12 +0100 Jaroslav Hajek implement fast octave_value constructor
Sat, 14 Mar 2009 23:08:08 +0100 Jaroslav Hajek implement compound logical ops
Thu, 12 Mar 2009 09:24:37 +0100 Jaroslav Hajek remove float perm matrices
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Wed, 18 Feb 2009 23:34:03 -0500 John W. Eaton int -> octave_idx fixes
Wed, 21 Jan 2009 13:02:49 +0100 Jaroslav Hajek further improve struct&cell indexing & indexed assignment
Sat, 17 Jan 2009 16:33:30 +0100 Jaroslav Hajek add some explaining comments
Thu, 15 Jan 2009 07:22:24 +0100 Jaroslav Hajek implement non-copying contiguous range indexing
Thu, 04 Dec 2008 08:31:56 +0100 Jaroslav Hajek support permutation matrix objects
Wed, 03 Dec 2008 13:32:57 +0100 Jaroslav Hajek implement diagonal matrix objects
Tue, 25 Nov 2008 14:04:55 +0100 Jaroslav Hajek fix empty matrix handling in switch statement
Tue, 25 Nov 2008 14:04:55 +0100 Jaroslav Hajek smarter conversion lookup
Fri, 26 Sep 2008 11:52:01 -0400 Jaroslav Hajek make null assignment matlab compatible
Tue, 19 Aug 2008 14:46:35 -0400 David Bateman Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
Thu, 07 Aug 2008 16:00:11 -0400 John W. Eaton ov.cc (octave_value::idx_type_value): don't include default argument value in definition
Thu, 07 Aug 2008 14:05:11 -0400 John W. Eaton octave_value::idx_type_value: move definition to ov.cc from ov.h
Tue, 05 Aug 2008 23:09:32 -0400 John W. Eaton improve backtrace error messages
Wed, 30 Jul 2008 16:36:58 -0400 John W. Eaton style fixes
Wed, 30 Jul 2008 15:20:13 +0200 Jaroslav Hajek implement checked conversions between integers
Mon, 26 May 2008 14:01:55 +0200 Jaroslav Hajek simplify & cleanup octave_value::XXX_vector_value functions
Thu, 12 Jun 2008 10:42:56 -0400 John W. Eaton eliminate streamoff type
Mon, 02 Jun 2008 16:57:45 +0200 David Bateman Second set of single precision test code and fix of resulting bugs
Wed, 07 May 2008 16:33:15 +0200 Jaroslav Hajek support for compound operators, implement trans_mul, mul_trans, herm_mul and mul_herm
Sun, 27 Apr 2008 22:34:17 +0200 David Bateman First attempt at single precision tyeps
Tue, 06 May 2008 05:51:17 -0400 John W. Eaton symbol table reporting functions
Wed, 16 Apr 2008 22:08:15 -0400 John W. Eaton octave_user_code: new base class for octave_user_script and octave_user_function
Wed, 26 Mar 2008 22:09:42 -0400 John W. Eaton require both subsref variants to be defined in octave_value subclasses
Wed, 20 Feb 2008 04:22:50 -0500 David Bateman convert mapper functions to new format
Fri, 15 Feb 2008 19:49:14 -0500 John W. Eaton catch octave_execution_exception for built-in and mex functions
Thu, 31 Jan 2008 18:59:11 +0000 dbateman [project @ 2008-01-31 18:59:09 by dbateman]
Fri, 28 Dec 2007 20:56:58 +0000 jwe [project @ 2007-12-28 20:56:55 by jwe]
Thu, 25 Oct 2007 05:50:56 +0000 jwe [project @ 2007-10-25 05:50:55 by jwe]
Wed, 24 Oct 2007 21:09:44 +0000 dbateman [project @ 2007-10-24 21:09:43 by dbateman]
Fri, 12 Oct 2007 21:27:37 +0000 jwe [project @ 2007-10-12 21:27:11 by jwe]