log liboctave/ChangeLog @ 11116:ec2a6c5760b2

age author description
Tue, 19 Oct 2010 03:24:57 -0400 John W. Eaton liboctave/Makefile.am (INCS): include caseless-str.h in the list
Thu, 07 Oct 2010 18:18:07 -0400 John W. Eaton ChangeLog fixes
Fri, 01 Oct 2010 14:18:37 -0400 John W. Eaton extract caseless_str class to separate header file
Wed, 22 Sep 2010 09:04:56 +0200 Jaroslav Hajek fix small typos in new tests
Wed, 22 Sep 2010 07:06:25 +0200 Jaroslav Hajek simplify more array tests
Tue, 21 Sep 2010 13:09:12 +0200 Jaroslav Hajek simplify some array tests in liboctave
Tue, 21 Sep 2010 03:35:46 -0400 John W. Eaton provide gethostname function
Mon, 20 Sep 2010 21:23:10 -0400 John W. Eaton use mktime module from gnulib
Wed, 15 Sep 2010 22:31:12 +0200 Jaroslav Hajek optimize sum of sparse logical matrices
Wed, 15 Sep 2010 14:37:30 +0200 Jaroslav Hajek optimize any for sparse bool matrices
Tue, 24 Aug 2010 12:18:57 +0200 Jaroslav Hajek inline char sorts for small boost to sortrows of char matrices
Sat, 21 Aug 2010 13:02:34 -0700 Rik Return permutation vector from QR as a row, not column, vector.
Wed, 18 Aug 2010 14:02:16 +0200 Jaroslav Hajek optimize element-wise sparse-dense multiplication and division
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Thu, 29 Jul 2010 08:47:26 +0200 Jaroslav Hajek avoid static initialization disaster in dim_vector
Tue, 27 Jul 2010 11:26:43 +0200 Jaroslav Hajek implement rsf2csf
Thu, 22 Jul 2010 09:54:03 +0200 Jaroslav Hajek fix workspace bug workaround for xGELSD (since 7486:6a6d2abe51ff)
Tue, 20 Jul 2010 21:19:10 +0200 Jaroslav Hajek make the maximum extent externally accessible
Tue, 20 Jul 2010 12:56:05 +0200 Jaroslav Hajek simplify Matrix::extract
Sun, 18 Jul 2010 22:22:45 -0700 Rik Replace 8 spaces with tabs in ChangeLogs
Tue, 13 Jul 2010 12:08:08 +0200 Jaroslav Hajek remove unnecessary sparse indexing overloads
Fri, 09 Jul 2010 14:12:59 +0200 Jaroslav Hajek implement proper CGELSD/ZGELSD RWORK size formulas, as found in lapack SVN
Mon, 28 Jun 2010 12:06:48 +0200 Jaroslav Hajek optimize horzcat/vertcat for scalars, cells and structs
Wed, 23 Jun 2010 09:24:23 -0400 John W. Eaton eliminate trailing whitespace in ChangeLog files
Mon, 21 Jun 2010 15:48:56 +0200 Jaroslav Hajek improve cat code design in data.cc, make horzcat/vertcat more Matlab compatible
Fri, 18 Jun 2010 14:12:24 +0200 Jaroslav Hajek make [] (hopefully) more Matlab compatible
Thu, 17 Jun 2010 08:44:39 +0200 Jaroslav Hajek improve some MatrixType code
Wed, 16 Jun 2010 20:36:55 -0700 Rik Periodic grammar check of documentation files to ensure common format.
Wed, 16 Jun 2010 23:45:13 +0200 David Bateman Opps committed changeset for random generators in latest changeset that should have been in a seperate changeset. Add the ChangeLog messages for this
Wed, 16 Jun 2010 14:36:23 +0200 Jaroslav Hajek workaround bug #30044 (likely in LAPACK)
Mon, 14 Jun 2010 14:53:11 +0200 Jaroslav Hajek fix sort and nth_element when trailing singleton dim is specified
Mon, 14 Jun 2010 10:41:47 +0200 Jaroslav Hajek implement missing copy_data case in idx_vector (bug #30099)
Sun, 06 Jun 2010 16:52:01 +0100 Michael Goffioul Specify template arguments explicitely [MSVC].
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)
Wed, 19 May 2010 16:20:48 +0200 Jaroslav Hajek fix cumulative logical sum
Mon, 17 May 2010 11:52:59 +0200 Jaroslav Hajek remove deprecated Array method
Thu, 13 May 2010 13:47:20 +0200 Jaroslav Hajek use ID for singularity warning in matrix division
Tue, 11 May 2010 07:25:20 +0200 Jaroslav Hajek fix off-by-1 error in idx_vector (bug #29851)
Thu, 06 May 2010 14:47:27 +0200 Jaroslav Hajek fix null assignment bug #29785
Thu, 06 May 2010 13:32:08 +0200 Jaroslav Hajek improve sqrtm
Thu, 06 May 2010 09:49:36 +0200 Jaroslav Hajek make schur more Matlab compatible
Tue, 04 May 2010 12:56:27 -0400 John W. Eaton ChangeLog fixes
Tue, 04 May 2010 13:00:00 -0400 John W. Eaton convert villad functions to C++
Mon, 03 May 2010 13:21:35 +0200 Jaroslav Hajek implement svd_driver
Wed, 28 Apr 2010 01:41:22 -0400 John W. Eaton fixes for --enable-64
Tue, 27 Apr 2010 00:52:28 -0400 John W. Eaton don't alter arg values in call to abs or sign for integer values
Fri, 23 Apr 2010 09:48:57 +0200 Jaroslav Hajek fix bug in sparse vector assignment (bug #29646)
Tue, 20 Apr 2010 09:05:16 +0200 Jaroslav Hajek remove old assign decls from Sparse.h
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
Fri, 16 Apr 2010 16:14:45 +0200 David Bateman Replace nzmax by nnz as needed
Wed, 14 Apr 2010 08:27:37 +0200 Jaroslav Hajek fix failing sparse assignment tests
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
Mon, 12 Apr 2010 12:57:44 +0200 Jaroslav Hajek properly compress sparse matrices after assembly
Sat, 10 Apr 2010 21:04:55 +0200 Jaroslav Hajek replace nzmax by nnz where appropriate in liboctave