log liboctave/Makefile.in @ 12115:a691ccd72863 release-3-2-x

age author description
Wed, 05 Aug 2009 13:27:58 -0400 John W. Eaton add configure checks for pthread library and compiler flags
Wed, 20 May 2009 20:52:10 +0200 Jaroslav Hajek delete ArrayN-idx from Makefile.in
Wed, 20 May 2009 14:08:13 +0200 Jaroslav Hajek instantiate Array<void *> in liboctave
Thu, 07 May 2009 18:01:48 -0400 John W. Eaton repair damage done when applying changeset 49a0c58a7dcf
Thu, 07 May 2009 16:28:44 -0400 marco_atzeri Added SHLPRE for SHLEXT instead of SHLLIBPRE
Wed, 25 Mar 2009 17:34:19 -0400 John W. Eaton liboctave/Makefile.in (MATRIX_INC): add missing files to the list
Wed, 11 Mar 2009 10:42:04 +0100 Jaroslav Hajek remove unused liboctave sources
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Wed, 25 Feb 2009 15:34:23 -0500 John W. Eaton fixes for clean targets in Makefiles
Thu, 19 Feb 2009 15:19:59 +0100 Jaroslav Hajek improve lookup, provide Array<T>::lookup
Wed, 18 Feb 2009 11:15:13 -0500 John W. Eaton liboctave/Makefile.in: don't compile TEMPLATE_SRC files
Tue, 17 Feb 2009 08:38:00 +0100 Jaroslav Hajek split implementation and interface in mx-op-defs and MArray-defs
Thu, 12 Feb 2009 02:49:14 -0500 John W. Eaton [mq]: sort-traits
Tue, 03 Feb 2009 09:11:48 +0100 Benjamin Lindner Add missing libqrupdate to liboctave link dependencies
Wed, 28 Jan 2009 17:42:18 -0500 John W. Eaton use separate prefix for shllib and shlbin files
Tue, 27 Jan 2009 22:44:38 -0500 Benjamin Lindner add -lregex to REGEX_LIBS at configure stage, add ARPACK_LIBS, REGEX_LIBS to liboctave's link deps
Tue, 23 Dec 2008 08:28:23 +0100 David Bateman Add the eigs and svds functions
Fri, 12 Dec 2008 12:45:31 +0100 Jaroslav Hajek implement obstack-like optimization of local buffers
Wed, 10 Dec 2008 11:04:26 +0100 Jaroslav Hajek remove reference to non-existing file
Tue, 09 Dec 2008 10:08:19 +0100 Jaroslav Hajek make balance more Matlab-compatible
Tue, 09 Dec 2008 03:25:31 +0100 David Bateman Ensure oct-locbuf.h is installed with the install target
Thu, 04 Dec 2008 08:31:56 +0100 Jaroslav Hajek support permutation matrix objects
Wed, 19 Nov 2008 11:23:07 +0100 Jaroslav Hajek templatize & fix DET
Sun, 28 Sep 2008 21:09:35 +0200 Jaroslav Hajek initial implementation of fsolve
Fri, 31 Oct 2008 08:05:32 +0100 Jaroslav Hajek improve norm computation capabilities
Wed, 16 Jul 2008 14:26:18 -0400 John W. Eaton Add octave_mutex class
Thu, 12 Jun 2008 10:42:56 -0400 John W. Eaton eliminate streamoff type
Fri, 23 May 2008 09:35:08 +0200 David Bateman Makefile fix for single precision
Sun, 27 Apr 2008 22:34:17 +0200 David Bateman First attempt at single precision tyeps
Sun, 18 May 2008 22:14:45 +0200 David Bateman Add regexp matching to Fwho and Fclear