log liboctave/idx-vector.cc @ 15020:560317fd5977

age author description
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/.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Wed, 21 Dec 2011 08:42:11 -0800 Rik Stop memory leak in idx_vector_rep when constructor fails. stable
Thu, 20 Oct 2011 14:08:25 +0100 Michael Goffioul Fix broken gcc compilation due to changeset d13b6086aea9.
Tue, 13 May 2008 17:45:35 +0200 David Bateman all false logical indexing fix release-3-0-x
Mon, 21 Apr 2008 11:48:13 -0400 John W. Eaton idx-vector.cc: fix for-loop condition release-3-0-x
Mon, 07 Apr 2008 13:40:38 -0400 John W. Eaton update copyright dates release-3-0-x
Fri, 07 Mar 2008 20:21:48 -0500 John W. Eaton logical indexing compatibility fixes 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
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 03:27:29 -0500 John W. Eaton idx-vector.h, idx-vector.cc: data member initialization and constructor fixes
Mon, 14 Jun 2010 10:41:47 +0200 Jaroslav Hajek implement missing copy_data case in idx_vector (bug #30099)
Tue, 11 May 2010 07:25:20 +0200 Jaroslav Hajek fix off-by-1 error in idx_vector (bug #29851)
Tue, 13 Apr 2010 14:59:01 +0200 Jaroslav Hajek optimize some special indexing & assignment cases
Tue, 13 Apr 2010 12:36:21 +0200 Jaroslav Hajek rewrite sparse indexed assignment
Tue, 06 Apr 2010 15:38:56 +0200 Jaroslav Hajek optimize null assignment with bool masks
Tue, 06 Apr 2010 08:28:15 +0200 Jaroslav Hajek Back out changeset 4e64fbbd5c58
Fri, 02 Apr 2010 15:15:41 -0400 John W. Eaton style fixes
Fri, 02 Apr 2010 14:28:34 -0400 John W. Eaton allow non-integer values in ranges used for array indexing
Wed, 31 Mar 2010 10:03:55 +0200 Jaroslav Hajek optimize sparse matrix assembly
Mon, 29 Mar 2010 14:08:30 +0200 Jaroslav Hajek helper idx_vector methods
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
Fri, 19 Feb 2010 11:47:47 +0100 Jaroslav Hajek optimize some lazy index operations
Thu, 11 Feb 2010 12:23:32 -0500 John W. Eaton untabify liboctave C++ sources
Tue, 09 Feb 2010 12:56:47 +0100 Jaroslav Hajek optimize return values of find and sort
Mon, 08 Feb 2010 15:24:42 +0100 Jaroslav Hajek update some copyright notices
Mon, 08 Feb 2010 11:16:52 +0100 Jaroslav Hajek implement special-case optimization for sort of index vectors
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
Wed, 13 Jan 2010 22:31:48 -0500 John W. Eaton cleanups to avoid valgrind warnings
Wed, 30 Dec 2009 05:30:54 +0100 Jaroslav Hajek implement index reduction rule for multiple constant ranges
Tue, 01 Dec 2009 10:41:52 +0100 Jaroslav Hajek improve idx_vector->octave_value conversion
Fri, 27 Nov 2009 14:42:07 +0100 Jaroslav Hajek smarter treatment of mask indexing
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
Tue, 03 Nov 2009 07:44:20 +0100 Jaroslav Hajek improve index reduction rules
Fri, 23 Oct 2009 10:35:59 +0200 Jaroslav Hajek fix idx_vector construction checks
Wed, 14 Oct 2009 13:23:31 +0200 Jaroslav Hajek implement nth_element
Wed, 02 Sep 2009 09:21:36 +0200 Jaroslav Hajek add a couple of missing copyright statements
Mon, 03 Aug 2009 15:52:40 +0200 Jaroslav Hajek supply optimized compiled sub2ind & ind2sub
Thu, 16 Apr 2009 08:06:38 +0200 Jaroslav Hajek fix checking valid range subscripts
Fri, 27 Mar 2009 07:28:13 +0100 Jaroslav Hajek more compatible indexing by logical empty matrices
Mon, 23 Mar 2009 14:23:48 +0100 Jaroslav Hajek simplify double->int conversion in indexing
Fri, 13 Mar 2009 13:39:22 +0100 Jaroslav Hajek more indexing optimizations
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Thu, 05 Feb 2009 14:34:30 +0100 Jaroslav Hajek use allocators for idx_vector_rep subclasses
Thu, 05 Feb 2009 02:42:58 -0500 John W. Eaton eliminte some compiler warnings
Mon, 08 Dec 2008 15:33:28 +0100 Jaroslav Hajek optimize sparse bool indexing
Sat, 06 Dec 2008 09:15:44 +0100 Jaroslav Hajek allow initialized local buffers
Fri, 05 Dec 2008 10:20:18 +0100 Jaroslav Hajek fix design problems of diag & perm matrix classes
Fri, 05 Dec 2008 07:11:58 +0100 Jaroslav Hajek fix invalid delete
Thu, 04 Dec 2008 09:27:17 +0100 Jaroslav Hajek add missing delete
Thu, 04 Dec 2008 08:31:56 +0100 Jaroslav Hajek support permutation matrix objects
Tue, 18 Nov 2008 11:14:31 -0500 John W. Eaton style fixes
Wed, 12 Nov 2008 21:36:39 +0000 Michael Goffioul Fix for MSVC compilation
Sun, 02 Nov 2008 06:15:11 +0100 Jaroslav Hajek fix out-of-bounds checks in null assignments