Thu, 26 Jul 2012 09:25:47 -0700 |
Rik |
maint: Cuddle open bracket used for indexing C++ arrays in source code.
|
Thu, 26 Jul 2012 08:13:22 -0700 |
Rik |
maint: Use Octave coding conventions for cuddled parentheses in liboctave/.
|
Sun, 08 Jul 2012 11:28:50 -0700 |
Rik |
maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
|
Fri, 11 May 2012 12:36:25 -0400 |
John W. Eaton |
periodic merge of stable to default
|
Fri, 11 May 2012 12:33:13 -0400 |
John W. Eaton |
when redimensioning, always pad dim_vector objects with 1 (bug #33216)
stable
|
Thu, 10 May 2012 16:31:02 -0400 |
John W. Eaton |
improve handling of default resize fill value for arrays
|
Wed, 02 May 2012 17:12:26 -0400 |
Jordi Gutiérrez Hermoso |
Silence warning about deprecated resize() call
|
Thu, 12 Apr 2012 16:27:39 -0400 |
John W. Eaton |
make diag (x, m, n) return a proper diagonal matrix object (bug #36099)
|
Fri, 09 Mar 2012 16:39:24 -0500 |
John W. Eaton |
maint: periodic merge of stable to default
|
Wed, 07 Mar 2012 00:02:41 -0500 |
Jordi Gutiérrez Hermoso |
Fix segfault on multidimensional median call (bug #35679).
stable
|
Fri, 02 Mar 2012 22:13:16 -0800 |
Rik |
Use Octave coding conventions in liboctave %!test blocks
|
Fri, 06 Jan 2012 11:45:00 -0500 |
Jordi Gutiérrez Hermoso |
Fix erroneous indexing error message.
stable
|
Mon, 02 Jan 2012 14:25:41 -0500 |
John W. Eaton |
maint: update copyright notices for 2012
stable
|
Sat, 03 Dec 2011 15:19:42 +0000 |
Michael Goffioul |
Use thread-safe atomic reference counting (GCC and MSVC).
|
Thu, 15 Sep 2011 12:51:10 -0400 |
John W. Eaton |
maint: untabify and remove trailing whitespace from source files
|
Tue, 26 Jul 2011 02:16:13 -0500 |
Jordi Gutiérrez Hermoso |
Fix incorrect loop (bug #32683)
stable
|
Tue, 29 Mar 2011 17:47:26 -0700 |
Rik |
Treat empty vector (1x0 or 0x1) as valid input to diag().
|
Mon, 24 Jan 2011 14:57:07 -0500 |
Pascal Dupuis |
Explicitly disallow copying in some classes
|
Mon, 29 Sep 2008 07:57:57 +0200 |
Jaroslav Hajek |
add missing return in Array<T>::delete_elements_2
release-3-0-x
|
Mon, 29 Sep 2008 07:32:19 +0200 |
Jaroslav Hajek |
fix null assignment behaviour
release-3-0-x
|
Sun, 21 Sep 2008 08:21:52 +0200 |
John W. Eaton |
clear index before throwing error in Array indexed assignment functions
release-3-0-x
|
Sun, 21 Sep 2008 08:21:52 +0200 |
Jaroslav Hajek |
make null assignment more Matlab-compatible
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
|
Mon, 07 Apr 2008 13:40:38 -0400 |
John W. Eaton |
update copyright dates
release-3-0-x
|
Wed, 26 Mar 2008 15:41:59 -0400 |
David Bateman |
refactor Array::assignN dimensioning code for empty initial matrices
release-3-0-x
|
Wed, 19 Mar 2008 14:13:37 -0400 |
David Bateman |
Fix for array indexing if original matrix is empty
release-3-0-x
|
Tue, 18 Mar 2008 15:39:43 -0400 |
David Bateman |
shortened empty indexing fix
release-3-0-x
|
Thu, 20 Jan 2011 18:43:39 -0500 |
John W. Eaton |
style fixes for warning and error messages in source files
|
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
|
Fri, 12 Nov 2010 13:19:24 -0500 |
John W. Eaton |
simplify special case for concatenation of empty matrices
|
Thu, 11 Nov 2010 14:53:26 -0500 |
John W. Eaton |
special case for concatenation of empty matrices
|
Tue, 09 Nov 2010 01:28:45 -0500 |
John W. Eaton |
Array.cc: use comparisons to sortmode values instead of testing mode directly
|
Mon, 21 Jun 2010 15:48:56 +0200 |
Jaroslav Hajek |
improve cat code design in data.cc, make horzcat/vertcat more Matlab compatible
|
Mon, 14 Jun 2010 14:53:11 +0200 |
Jaroslav Hajek |
fix sort and nth_element when trailing singleton dim is specified
|
Fri, 04 Jun 2010 15:08:33 +0200 |
Jaroslav Hajek |
make cat() (hopefully) 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
|
Thu, 06 May 2010 14:47:27 +0200 |
Jaroslav Hajek |
fix null assignment bug #29785
|
Tue, 20 Apr 2010 08:42:03 +0200 |
Jaroslav Hajek |
improve sparse concatenation operator
|
Mon, 19 Apr 2010 15:31:49 +0200 |
Jaroslav Hajek |
reuse Array<T>::cat and Sparse<T>::cat in cat/horzcat/vertcat
|
Sun, 18 Apr 2010 17:56:16 +0200 |
Jaroslav Hajek |
basic cat functionality in liboctave
|
Tue, 13 Apr 2010 12:36:21 +0200 |
Jaroslav Hajek |
rewrite sparse indexed assignment
|
Fri, 19 Mar 2010 13:00:06 +0100 |
Jaroslav Hajek |
rewrite 1D sparse indexing
|
Sun, 28 Feb 2010 08:19:49 +0100 |
Jaroslav Hajek |
implement IDs for common liboctave exceptions
|
Sat, 27 Feb 2010 08:37:34 +0100 |
Jaroslav Hajek |
improve Array indexing error messages
|
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:23:32 -0500 |
John W. Eaton |
untabify liboctave C++ sources
|
Mon, 08 Feb 2010 07:09:03 +0100 |
Jaroslav Hajek |
fix ipermute
|
Wed, 03 Feb 2010 15:27:53 -0500 |
John W. Eaton |
64-bit fixes
|
Wed, 20 Jan 2010 19:04:35 -0500 |
John W. Eaton |
remove Emacs local-variable settings from liboctave source files
|
Fri, 15 Jan 2010 10:34:54 +0100 |
Jaroslav Hajek |
simplify Array::insert methods
|
Thu, 14 Jan 2010 22:39:17 +0100 |
Jaroslav Hajek |
fix concatenation bug
|
Wed, 13 Jan 2010 22:06:58 +0100 |
Jaroslav Hajek |
allow the general case in Array<T>::compute_index
|