log liboctave/Array.h @ 15104:093961d9ebed gui

age author description
Thu, 26 Jul 2012 08:13:22 -0700 Rik maint: Use Octave coding conventions for cuddled parentheses in liboctave/.
Mon, 09 Jul 2012 09:55:35 -0500 Max Brister maint: periodic merge of default to jit
Thu, 14 Jun 2012 16:38:06 -0500 Max Brister Start of jit support for double matricies
Sun, 08 Jul 2012 11:28:50 -0700 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
Thu, 10 May 2012 16:31:02 -0400 John W. Eaton improve handling of default resize fill value for arrays
Thu, 12 Apr 2012 16:27:39 -0400 John W. Eaton make diag (x, m, n) return a proper diagonal matrix object (bug #36099)
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