log liboctave/Array.h @ 14193:72aebe619641 stable rc-3-6-0-0

age author description
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sun, 04 Dec 2011 03:38:45 -0500 John W. Eaton use static storage for array nil rep instead of allocating it with new
Sat, 03 Dec 2011 15:19:42 +0000 Michael Goffioul Use thread-safe atomic reference counting (GCC and MSVC).
Thu, 20 Jan 2011 11:10:27 +0100 Jaroslav Hajek implement a common class for reference counts
Sun, 21 Sep 2008 08:21:52 +0200 Jaroslav Hajek make null assignment more Matlab-compatible release-3-0-x
Mon, 21 Apr 2008 03:03:40 -0400 John W. Eaton update copyright dates release-3-0-x
Wed, 16 Apr 2008 23:33:36 +0200 David Bateman Delete idx in Sparse<T> and Array<T> operator = release-3-0-x
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Thu, 20 Jan 2011 00:12:05 -0500 John W. Eaton attempt better backward compatibility for Array resize functions
Wed, 19 Jan 2011 17:55:56 -0500 John W. Eaton attempt better backward compatibility for Array constructors
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Thu, 13 Jan 2011 06:01:08 -0500 John W. Eaton Array.h, Array.cc: more constructor fixes
Wed, 22 Sep 2010 07:06:25 +0200 Jaroslav Hajek simplify more array tests
Mon, 21 Jun 2010 15:48:56 +0200 Jaroslav Hajek improve cat code design in data.cc, make horzcat/vertcat more Matlab compatible
Tue, 01 Jun 2010 12:34:16 +0200 Jaroslav Hajek new Array method for internal use
Tue, 01 Jun 2010 12:29:01 +0200 Jaroslav Hajek remove deprecated Array method
Thu, 20 May 2010 15:10:34 +0200 Jaroslav Hajek abstract scalar index checking off Array<T> (prep for struct optimizations)
Mon, 17 May 2010 11:52:59 +0200 Jaroslav Hajek remove deprecated Array method
Sun, 18 Apr 2010 17:56:16 +0200 Jaroslav Hajek basic cat functionality in liboctave
Wed, 14 Apr 2010 12:23:13 +0200 Jaroslav Hajek add some missing copyright stmts
Sat, 27 Feb 2010 08:37:34 +0100 Jaroslav Hajek improve Array indexing error messages
Fri, 26 Feb 2010 12:05:48 +0100 Jaroslav Hajek remove dangerous pointer-acquiring Array ctors
Thu, 25 Feb 2010 12:55:13 +0100 Jaroslav Hajek improve some size_t queries
Tue, 23 Feb 2010 16:12:27 +0100 Jaroslav Hajek remove Array2
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Thu, 11 Feb 2010 12:14:48 -0500 John W. Eaton untabify liboctave header files
Wed, 20 Jan 2010 19:04:35 -0500 John W. Eaton remove Emacs local-variable settings from liboctave source files
Wed, 20 Jan 2010 10:38:00 +0100 Jaroslav Hajek make OCTAVE_QUIT a function
Fri, 15 Jan 2010 10:34:54 +0100 Jaroslav Hajek simplify Array::insert methods
Wed, 13 Jan 2010 18:19:37 +0100 Jaroslav Hajek always chop dimension vector when constructing Arrays
Fri, 08 Jan 2010 11:25:08 +0100 Jaroslav Hajek return class types by reference in const Array element access functions
Sat, 05 Dec 2009 06:10:41 +0100 Jaroslav Hajek fix & improve lookup API
Fri, 27 Nov 2009 09:10:21 +0100 Jaroslav Hajek implement Array<T>::nnz
Thu, 19 Nov 2009 15:48:33 +0100 Jaroslav Hajek improve safe numel() calculation for arrays
Thu, 12 Nov 2009 15:47:58 +0100 Jaroslav Hajek improve unary mapper system
Wed, 11 Nov 2009 10:59:27 +0100 Jaroslav Hajek improve some mx_inline loops
Thu, 05 Nov 2009 21:13:31 +0100 Jaroslav Hajek rename oct-mem functions
Tue, 03 Nov 2009 11:35:59 +0100 Jaroslav Hajek optimize memory manipulation by arrays & indexing
Fri, 16 Oct 2009 13:12:31 +0200 Jaroslav Hajek remove ArrayN<T> + fix nonhom. diag-scalar ops
Fri, 16 Oct 2009 10:28:26 +0200 Jaroslav Hajek extend Array<T>
Wed, 14 Oct 2009 13:23:31 +0200 Jaroslav Hajek implement nth_element
Fri, 18 Sep 2009 15:27:09 +0200 Jaroslav Hajek improve linspace in liboctave
Sun, 06 Sep 2009 10:54:36 +0200 Jaroslav Hajek implement Array<T>::clear overloads
Sun, 23 Aug 2009 22:00:03 +0200 Jaroslav Hajek make a few Array methods inline
Wed, 19 Aug 2009 13:47:59 +0200 Jaroslav Hajek optimize op= in common cases
Fri, 12 Jun 2009 16:01:53 +0200 Jaroslav Hajek extend lookup capabilities
Fri, 15 May 2009 13:24:38 +0200 Jaroslav Hajek guard against implicit instantiation
Fri, 27 Mar 2009 12:22:05 +0100 Jaroslav Hajek make Array::find already return Matlab-compatible dimensions
Thu, 26 Mar 2009 13:05:03 +0100 Jaroslav Hajek adjust some array dim query methods
Thu, 26 Mar 2009 13:05:00 +0100 Jaroslav Hajek add Array<T>::find
Thu, 19 Mar 2009 17:46:38 +0100 Jaroslav Hajek optimize isnan/isinf/isfinite mappers
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
Thu, 19 Feb 2009 15:19:59 +0100 Jaroslav Hajek improve lookup, provide Array<T>::lookup
Thu, 12 Feb 2009 02:49:14 -0500 John W. Eaton [mq]: sort-traits
Wed, 11 Feb 2009 15:25:53 +0100 Jaroslav Hajek imported patch sort3.diff
Mon, 09 Feb 2009 13:05:35 +0100 Jaroslav Hajek sorting optimizations
Tue, 03 Feb 2009 08:16:39 +0100 Jaroslav Hajek reduce memory usage in sorting
Sat, 17 Jan 2009 16:33:30 +0100 Jaroslav Hajek add some explaining comments
Thu, 15 Jan 2009 07:22:24 +0100 Jaroslav Hajek clean up Array and DiagArray2