log src/ov.h @ 14027:79c8a5243360

age author description
Sat, 03 Dec 2011 15:19:42 +0000 Michael Goffioul Use thread-safe atomic reference counting (GCC and MSVC).
Thu, 17 Nov 2011 04:01:04 -0500 John W. Eaton copy parent class info when performing operations on class objects
Thu, 20 Oct 2011 15:19:38 +0100 Michael Goffioul Avoid some compilation warnings.
Thu, 20 Oct 2011 12:54:52 +0100 Michael Goffioul Add dummy template specializations with a return value.
Fri, 07 Oct 2011 22:16:07 -0400 John W. Eaton make concatenation of class objects work
Wed, 28 Sep 2011 16:45:21 -0400 John W. Eaton improve default indexing for objects
Wed, 07 Sep 2011 09:38:38 -0400 John W. Eaton Add JĂșlio Hoffimann Mendes to contributors.in
Wed, 26 Jan 2011 20:39:15 -0500 John W. Eaton fix bug in class assignment to undefined object with index
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Thu, 29 Jul 2010 12:45:23 +0200 Jaroslav Hajek allow user detect ignored outputs in m-functions
Wed, 07 Jul 2010 10:57:52 +0200 Jaroslav Hajek use octave_map for octave_class
Tue, 22 Jun 2010 15:22:36 +0200 Jaroslav Hajek initial code for structs rewrite
Fri, 28 May 2010 12:28:06 +0200 Jaroslav Hajek make cellfun's fast scalar collection mechanism public
Sat, 08 May 2010 15:15:22 +0200 Jaroslav Hajek optimize code handling ++,--
Fri, 23 Apr 2010 11:23:43 +0200 Jaroslav Hajek fix assignment to non-existing variables and octave_value::assign
Wed, 14 Apr 2010 12:23:13 +0200 Jaroslav Hajek add some missing copyright stmts
Tue, 16 Mar 2010 15:16:32 +0100 Jaroslav Hajek implement built-in cbrt
Thu, 04 Mar 2010 09:35:38 +0100 Jaroslav Hajek implement built-in erfcx
Tue, 16 Feb 2010 15:28:53 +0100 Jaroslav Hajek implement lazy index conversions
Thu, 11 Feb 2010 12:16:43 -0500 John W. Eaton untabify src header files
Wed, 10 Feb 2010 07:57:43 +0100 Jaroslav Hajek remove islist
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
Sat, 28 Nov 2009 14:00:56 +0100 Kacper Kowalik Remove HDF5 cruft for older versions of HDF5
Mon, 23 Nov 2009 10:00:29 +0100 Jaroslav Hajek implement sparse logical conversion
Thu, 19 Nov 2009 10:30:57 +0100 Jaroslav Hajek implement built-in erfinv
Fri, 13 Nov 2009 11:45:39 +0100 Jaroslav Hajek improve & partially revert previous change
Thu, 12 Nov 2009 15:47:58 +0100 Jaroslav Hajek improve unary mapper system
Mon, 09 Nov 2009 10:21:31 +0100 Jaroslav Hajek support sparse templated extractors
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
Wed, 07 Oct 2009 12:01:30 -0400 John W. Eaton octave_value::get_count: return octave_idx_type, not int
Mon, 05 Oct 2009 00:11:07 -0400 John W. Eaton eliminate is_string argument from octave_value character array constructors
Fri, 02 Oct 2009 08:27:44 +0200 Jaroslav Hajek implement builtin_type
Wed, 23 Sep 2009 10:00:16 +0200 Jaroslav Hajek optimize / and '\ for triangular matrices
Sat, 19 Sep 2009 21:38:30 +0200 Jaroslav Hajek implement templated octave_value extractor
Thu, 03 Sep 2009 08:48:51 +0200 Jaroslav Hajek reuse temporary arrays in nested expressions
Thu, 13 Aug 2009 11:52:07 +0200 Jaroslav Hajek simplify cloning
Mon, 03 Aug 2009 15:52:40 +0200 Jaroslav Hajek supply optimized compiled sub2ind & ind2sub
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
Thu, 23 Apr 2009 16:05:52 -0400 John W. Eaton object exemplars
Tue, 24 Mar 2009 11:29:53 -0400 rtshort Partial implementation of derived classes using the old form with "@" 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
Tue, 10 Mar 2009 13:55:52 -0400 John W. Eaton include <iosfwd> instead of <iostream> in header files
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Fri, 06 Mar 2009 12:00:11 +0100 Jaroslav Hajek add diag & perm matrix query methods to octave_value
Wed, 18 Feb 2009 23:34:03 -0500 John W. Eaton int -> octave_idx fixes
Thu, 12 Feb 2009 15:29:12 -0500 John W. Eaton rename internal issorted and issorted_rows functions to is_sorted and is_sorted_rows
Thu, 12 Feb 2009 15:16:35 -0500 John W. Eaton rename all uses of sortrows_idx to sort_rows_idx
Thu, 12 Feb 2009 14:37:43 -0500 John W. Eaton [mq]: x
Wed, 11 Feb 2009 15:25:53 +0100 Jaroslav Hajek imported patch sort3.diff
Thu, 05 Feb 2009 01:19:29 -0500 John W. Eaton require HDF5 v1.6 API
Wed, 21 Jan 2009 13:02:49 +0100 Jaroslav Hajek further improve struct&cell indexing & indexed assignment
Tue, 20 Jan 2009 21:15:17 +0100 Jaroslav Hajek improve parser indexed assigment code
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
Mon, 12 Jan 2009 13:06:06 +0100 Jaroslav Hajek reimplement full as method of octave_base_value
Sun, 11 Jan 2009 14:27:52 +0100 Jaroslav Hajek optimize structure components access
Sat, 27 Dec 2008 17:01:52 +0100 Jaroslav Hajek remove valid_as_scalar_index
Thu, 04 Dec 2008 12:03:45 +0100 Jaroslav Hajek make det & inv aware of diagonal & permutation matrices
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
Thu, 07 Aug 2008 14:05:11 -0400 John W. Eaton octave_value::idx_type_value: move definition to ov.cc from ov.h
Thu, 12 Jun 2008 10:42:56 -0400 John W. Eaton eliminate streamoff type
Fri, 06 Jun 2008 15:04:12 -0400 John W. Eaton clear subfunctions when clearing parent function
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, 30 Apr 2008 03:30:34 -0400 Jaroslav Hajek implement builtin log2
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
Tue, 25 Mar 2008 19:47:21 -0400 Jaroslav Hajek implement expm1 and log1p functions
Tue, 25 Mar 2008 15:56:41 -0400 Jaroslav Hajek implement mapper function for banker's rounding
Fri, 21 Mar 2008 00:08:24 +0100 David Bateman Move diag function into the octave_value class
Mon, 10 Mar 2008 22:24:49 -0400 John W. Eaton new isfloat function
Mon, 25 Feb 2008 15:57:49 -0500 John W. Eaton try to avoid ctype macro problems
Wed, 20 Feb 2008 04:22:50 -0500 David Bateman convert mapper functions to new format
Mon, 18 Feb 2008 14:54:10 -0500 John W. Eaton don't clear locked functions
Fri, 08 Feb 2008 16:00:16 -0500 John W. Eaton eliminate UNDEFINED sort mode
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]
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]
Fri, 12 Oct 2007 06:41:26 +0000 jwe [project @ 2007-10-12 06:40:56 by jwe]
Mon, 08 Oct 2007 11:06:48 +0000 jwe [project @ 2007-10-08 11:06:47 by jwe]
Thu, 06 Sep 2007 12:08:45 +0000 dbateman [project @ 2007-09-06 12:08:44 by dbateman]
Wed, 05 Sep 2007 07:53:45 +0000 dbateman [project @ 2007-09-05 07:52:48 by dbateman]
Wed, 13 Jun 2007 05:42:25 +0000 jwe [project @ 2007-06-13 05:42:24 by jwe]
Wed, 11 Apr 2007 20:50:23 +0000 jwe [project @ 2007-04-11 20:50:22 by jwe]
Thu, 22 Feb 2007 07:07:20 +0000 jwe [project @ 2007-02-22 07:07:19 by jwe]
Wed, 03 Jan 2007 20:59:28 +0000 jwe [project @ 2007-01-03 20:59:28 by jwe]
Thu, 02 Nov 2006 03:33:51 +0000 jwe [project @ 2006-11-02 03:33:50 by jwe]
Fri, 27 Oct 2006 18:04:50 +0000 jwe [project @ 2006-10-27 18:04:49 by jwe]
Fri, 27 Oct 2006 02:16:19 +0000 jwe [project @ 2006-10-27 02:16:18 by jwe]
Wed, 23 Aug 2006 18:35:39 +0000 jwe [project @ 2006-08-23 18:35:38 by jwe]
Tue, 22 Aug 2006 20:36:57 +0000 jwe [project @ 2006-08-22 20:36:56 by jwe]
Fri, 18 Aug 2006 21:27:04 +0000 jwe [project @ 2006-08-18 21:27:03 by jwe]
Sat, 22 Jul 2006 08:31:17 +0000 jwe [project @ 2006-07-22 08:31:16 by jwe]
Wed, 19 Jul 2006 01:58:47 +0000 jwe [project @ 2006-07-19 01:57:44 by jwe]
Fri, 14 Jul 2006 20:29:35 +0000 jwe [project @ 2006-07-14 20:29:35 by jwe]
Sat, 08 Jul 2006 03:56:46 +0000 jwe [project @ 2006-07-08 03:54:17 by jwe]
Thu, 22 Jun 2006 00:57:28 +0000 jwe [project @ 2006-06-22 00:57:27 by jwe]
Thu, 08 Jun 2006 20:37:29 +0000 jwe [project @ 2006-06-08 20:37:29 by jwe]
Tue, 23 May 2006 06:05:14 +0000 jwe [project @ 2006-05-23 06:05:14 by jwe]
Wed, 03 May 2006 19:32:48 +0000 dbateman [project @ 2006-05-03 19:32:46 by dbateman]
Tue, 02 May 2006 19:40:21 +0000 jwe [project @ 2006-05-02 19:40:19 by jwe]
Mon, 24 Apr 2006 19:13:11 +0000 jwe [project @ 2006-04-24 19:13:06 by jwe]
Thu, 13 Apr 2006 13:04:33 +0000 jwe [project @ 2006-04-13 13:04:32 by jwe]
Wed, 12 Apr 2006 19:23:26 +0000 jwe [project @ 2006-04-12 19:23:26 by jwe]
Wed, 12 Apr 2006 18:39:16 +0000 jwe [project @ 2006-04-12 18:39:16 by jwe]
Wed, 12 Apr 2006 18:27:47 +0000 jwe [project @ 2006-04-12 18:27:47 by jwe]
Mon, 03 Apr 2006 19:33:27 +0000 jwe [project @ 2006-04-03 19:33:26 by jwe]
Fri, 24 Mar 2006 16:42:44 +0000 jwe [project @ 2006-03-24 16:42:43 by jwe]