log src/ov.h @ 13985:43cc49c7abd1

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