log liboctave/Array.h @ 16061:69c0728def22 stable

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
Thu, 15 Jan 2009 07:22:24 +0100 Jaroslav Hajek implement non-copying contiguous range indexing
Tue, 13 Jan 2009 12:16:21 +0100 Jaroslav Hajek remove qsort in favor of sort
Tue, 18 Nov 2008 11:14:31 -0500 John W. Eaton style fixes
Mon, 20 Oct 2008 16:54:28 +0200 Jaroslav Hajek improve dense array indexing
Fri, 03 Oct 2008 13:04:14 +0200 Jaroslav Hajek imported patch maybe_delete_fix.diff
Fri, 26 Sep 2008 11:52:01 -0400 Jaroslav Hajek make null assignment matlab compatible
Thu, 18 Sep 2008 16:58:27 -0400 Jaroslav Hajek make null assignment more Matlab-compatible
Thu, 18 Sep 2008 08:34:04 +0200 Jaroslav Hajek replace int->octave_idx_type in Array<T>
Sun, 27 Apr 2008 22:34:17 +0200 David Bateman First attempt at single precision tyeps
Wed, 16 Apr 2008 23:33:36 +0200 David Bateman Delete idx in Sparse<T> and Array<T> operator =
Fri, 21 Mar 2008 00:08:24 +0100 David Bateman Move diag function into the octave_value class
Wed, 20 Feb 2008 04:22:50 -0500 David Bateman convert mapper functions to new format
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, 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, 10 Sep 2007 20:43:27 +0000 jwe [project @ 2007-09-10 20:43:26 by jwe]
Fri, 07 Sep 2007 21:48:10 +0000 jwe [project @ 2007-09-07 21:48:09 by jwe]
Thu, 06 Sep 2007 12:08:45 +0000 dbateman [project @ 2007-09-06 12:08:44 by dbateman]
Wed, 13 Jun 2007 06:40:49 +0000 jwe [project @ 2007-06-13 06:40:48 by jwe]
Fri, 27 Oct 2006 01:45:56 +0000 jwe [project @ 2006-10-27 01:45:54 by jwe]
Sat, 22 Jul 2006 08:31:17 +0000 jwe [project @ 2006-07-22 08:31:16 by jwe]
Mon, 24 Apr 2006 19:13:11 +0000 jwe [project @ 2006-04-24 19:13:06 by jwe]
Fri, 24 Feb 2006 18:38:28 +0000 jwe [project @ 2006-02-24 18:38:28 by jwe]
Wed, 15 Jun 2005 15:29:49 +0000 jwe [project @ 2005-06-15 15:29:49 by jwe]
Tue, 26 Apr 2005 19:24:47 +0000 jwe [project @ 2005-04-26 19:24:27 by jwe]
Fri, 08 Apr 2005 16:07:37 +0000 jwe [project @ 2005-04-08 16:07:35 by jwe]
Tue, 28 Dec 2004 03:36:14 +0000 jwe [project @ 2004-12-28 03:36:13 by jwe]
Wed, 08 Sep 2004 23:25:05 +0000 jwe [project @ 2004-09-08 23:25:05 by jwe]
Fri, 23 Jul 2004 19:01:23 +0000 jwe [project @ 2004-07-23 19:01:22 by jwe]
Mon, 14 Jun 2004 18:49:09 +0000 jwe [project @ 2004-06-14 18:46:20 by jwe]
Thu, 11 Mar 2004 18:49:17 +0000 jwe [project @ 2004-03-11 18:49:17 by jwe]
Tue, 02 Mar 2004 05:12:33 +0000 jwe [project @ 2004-03-02 05:12:32 by jwe]
Wed, 18 Feb 2004 12:52:20 +0000 jwe [project @ 2004-02-18 12:52:20 by jwe]
Mon, 16 Feb 2004 05:07:23 +0000 jwe [project @ 2004-02-16 05:07:23 by jwe]
Thu, 22 Jan 2004 00:01:09 +0000 jwe [project @ 2004-01-22 00:01:09 by jwe]
Sat, 15 Nov 2003 12:51:20 +0000 jwe [project @ 2003-11-15 12:51:20 by jwe]
Wed, 12 Nov 2003 02:29:55 +0000 jwe [project @ 2003-11-12 02:27:28 by jwe]
Tue, 11 Nov 2003 17:25:42 +0000 jwe [project @ 2003-11-11 17:25:42 by jwe]
Mon, 10 Nov 2003 15:50:40 +0000 jwe [project @ 2003-11-10 15:50:39 by jwe]
Sat, 08 Nov 2003 06:11:05 +0000 jwe [project @ 2003-11-08 06:07:33 by jwe]
Wed, 29 Oct 2003 20:11:16 +0000 jwe [project @ 2003-10-29 20:11:15 by jwe]
Tue, 28 Oct 2003 19:13:43 +0000 jwe [project @ 2003-10-28 19:13:43 by jwe]
Sun, 26 Oct 2003 03:16:42 +0000 jwe [project @ 2003-10-26 03:16:42 by jwe]
Fri, 10 Oct 2003 00:49:55 +0000 jwe [project @ 2003-10-10 00:49:54 by jwe]
Tue, 07 Oct 2003 04:02:04 +0000 jwe [project @ 2003-10-07 04:02:04 by jwe]
Sat, 20 Sep 2003 18:08:40 +0000 jwe [project @ 2003-09-20 18:08:40 by jwe]
Sat, 20 Sep 2003 02:06:07 +0000 jwe [project @ 2003-09-20 02:06:06 by jwe]
Fri, 19 Sep 2003 21:41:21 +0000 jwe [project @ 2003-09-19 21:40:57 by jwe]
Fri, 11 Jul 2003 22:21:18 +0000 jwe [project @ 2003-07-11 22:21:17 by jwe]
Fri, 11 Jul 2003 17:46:41 +0000 jwe [project @ 2003-07-11 17:46:41 by jwe]
Wed, 20 Nov 2002 16:56:49 +0000 jwe [project @ 2002-11-20 16:56:47 by jwe]
Wed, 06 Nov 2002 18:41:50 +0000 jwe [project @ 2002-11-06 18:41:50 by jwe]
Thu, 26 Sep 2002 22:10:09 +0000 jwe [project @ 2002-09-26 22:10:06 by jwe]
Thu, 19 Sep 2002 16:42:28 +0000 jwe [project @ 2002-09-19 16:42:25 by jwe]
Sat, 17 Aug 2002 23:00:01 +0000 jwe [project @ 2002-08-17 23:00:00 by jwe]
Thu, 23 May 2002 17:18:13 +0000 jwe [project @ 2002-05-23 17:18:12 by jwe]
Sat, 18 May 2002 00:05:08 +0000 jwe [project @ 2002-05-18 00:05:08 by jwe]
Wed, 15 May 2002 03:21:01 +0000 jwe [project @ 2002-05-15 03:21:00 by jwe]
Fri, 03 May 2002 19:56:02 +0000 jwe [project @ 2002-05-03 19:56:01 by jwe]