log liboctave/ChangeLog @ 9612:66970dd627f6

age author description
Fri, 04 Sep 2009 11:22:53 +0200 Jaroslav Hajek further liboctave design improvements
Thu, 03 Sep 2009 08:48:51 +0200 Jaroslav Hajek reuse temporary arrays in nested expressions
Wed, 02 Sep 2009 14:30:00 +0200 Jaroslav Hajek ChangeLog fix for last change: FLOAT_STORE->FLOAT_TRUNCATE
Wed, 02 Sep 2009 14:18:20 +0200 Jaroslav Hajek implement FLOAT_STORE to allow safer complex comparisons on x87
Tue, 01 Sep 2009 08:42:08 +0200 Jaroslav Hajek fix non-strict complex comparisons
Mon, 31 Aug 2009 19:29:48 -0400 John W. Eaton abort if floating point format is not recognized as IEEE
Thu, 27 Aug 2009 15:43:09 -0400 John W. Eaton improve error messages for ambiguous graphics property names
Thu, 27 Aug 2009 11:19:33 +0200 Jaroslav Hajek refactor comparison ops implementations
Mon, 24 Aug 2009 09:45:34 +0200 Jaroslav Hajek optimize .*=, ./= operators
Sun, 23 Aug 2009 22:00:03 +0200 Jaroslav Hajek make a few Array methods inline
Fri, 21 Aug 2009 12:12:25 +0200 Jaroslav Hajek further bool ops tweaks
Fri, 21 Aug 2009 08:18:16 +0200 Jaroslav Hajek make ! operator check for NaNs, simplify implementations in liboctave
Wed, 19 Aug 2009 22:55:15 +0200 Jaroslav Hajek refactor binary & bool ops in liboctave
Wed, 19 Aug 2009 16:24:33 +0200 Jaroslav Hajek zero matrix assignment fix
Wed, 19 Aug 2009 15:54:31 +0200 Jaroslav Hajek optimize &=, |= operators
Wed, 19 Aug 2009 13:47:59 +0200 Jaroslav Hajek optimize op= in common cases
Mon, 17 Aug 2009 12:45:02 -0400 John W. Eaton liboctave/Makefile.in (LINK_DEPS): list LIBS last
Sun, 16 Aug 2009 08:25:24 +0200 Jaroslav Hajek more fixes & tests for matrix multiply
Sun, 16 Aug 2009 07:04:40 +0200 Jaroslav Hajek make single prec. matrix mutliply tests really single
Sun, 16 Aug 2009 06:55:15 +0200 Jaroslav Hajek fix typos in complex xgemm
Fri, 14 Aug 2009 10:03:12 -0400 John W. Eaton link liboctave with blas libs
Thu, 13 Aug 2009 18:20:31 -0400 John W. Eaton more configure changes for libraries
Wed, 12 Aug 2009 15:26:07 +0200 Jaroslav Hajek include LDFLAGS for shared liboctave and liboctinterp
Tue, 11 Aug 2009 23:52:20 -0400 John W. Eaton convert fftw planner classes to singleton objects
Tue, 11 Aug 2009 19:30:37 -0400 John W. Eaton more configure tweaks
Tue, 11 Aug 2009 09:08:12 +0200 Jaroslav Hajek implement built-in diff
Mon, 10 Aug 2009 14:20:48 +0200 Jaroslav Hajek implement dim_vector::first_non_singleton
Fri, 07 Aug 2009 08:21:39 +0200 Jaroslav Hajek dim_vector improvements
Thu, 06 Aug 2009 14:41:24 -0400 John W. Eaton ChangeLog and style fixes
Wed, 05 Aug 2009 20:19:47 -0400 John W. Eaton dynamic linker tweaks
Wed, 05 Aug 2009 16:11:06 -0400 John W. Eaton clean up linker options
Wed, 05 Aug 2009 13:27:58 -0400 John W. Eaton add configure checks for pthread library and compiler flags
Tue, 04 Aug 2009 16:31:15 -0400 John W. Eaton selectively complete filenames in some cases
Mon, 03 Aug 2009 15:52:40 +0200 Jaroslav Hajek supply optimized compiled sub2ind & ind2sub
Wed, 29 Jul 2009 12:15:27 -0400 John W. Eaton sanity checks for loading sparse matrices
Mon, 20 Jul 2009 15:55:33 -0400 Aleksej Saushev initialize floating point values properly for NetBSD systems
Tue, 14 Jul 2009 06:08:33 -0400 John W. Eaton ChangeLog fix
Wed, 08 Jul 2009 13:49:21 -0400 John W. Eaton dim-vector.h: dim vectors always have two dimensions
Fri, 03 Jul 2009 12:21:12 +0200 Jaroslav Hajek fix bugs in sparse reductions
Thu, 02 Jul 2009 08:19:57 +0200 Jaroslav Hajek fix sparse +- diag operations
Tue, 30 Jun 2009 08:38:45 +0200 Jaroslav Hajek fix typo in octave_sort::lookupb
Mon, 29 Jun 2009 14:07:32 +0200 Jaroslav Hajek remove experimental stuff from lookup, simplify
Fri, 26 Jun 2009 20:49:41 +0100 Michael Goffioul Add exported symbols
Fri, 26 Jun 2009 11:40:34 +0200 Jaroslav Hajek a slight speed-up in oct-sort.cc
Fri, 26 Jun 2009 07:13:28 +0200 Jaroslav Hajek fix bug in recursive lookup
Wed, 24 Jun 2009 13:47:22 -0400 Alexander Barth eigs-base.cc: use octave_idx_type for Fortran LOGICAL values
Mon, 22 Jun 2009 08:59:38 +0200 Jaroslav Hajek fix slow cellstr -> char matrix conversions
Thu, 18 Jun 2009 15:06:35 +0200 Jaroslav Hajek use a smarter algorithm for default lookup
Thu, 18 Jun 2009 09:14:57 +0200 Jaroslav Hajek avoid useless zero initialization when doing matrix multiply
Fri, 12 Jun 2009 16:01:53 +0200 Jaroslav Hajek extend lookup capabilities
Tue, 09 Jun 2009 12:14:26 +0200 Jaroslav Hajek avoid using readline at all when line editing suppressed or interpreter embedded
Tue, 09 Jun 2009 07:12:08 +0200 Jaroslav Hajek fix log2 with 2 outargs, loosen tests to meet IEEE
Sun, 07 Jun 2009 08:15:31 +0200 Jaroslav Hajek fix behavior of find
Tue, 02 Jun 2009 21:29:09 +0200 Jaroslav Hajek conditionally enable MSVC-specific DiagArray2<T>::Proxy instantiations
Tue, 26 May 2009 17:20:53 -0400 John W. Eaton ChangeLog fix
Thu, 21 May 2009 21:28:47 +0100 Michael Goffioul Add missing xxx_API decoration and remove misplaced ones
Thu, 21 May 2009 21:07:36 +0100 Michael Goffioul Copy volatile variable to avoid MSVC compilation error
Thu, 21 May 2009 20:54:11 +0100 Michael Goffioul Exclude pthread.h inclusion under Win32
Thu, 21 May 2009 20:48:37 +0100 Michael Goffioul Add missing return statement in base-aepbal.h
Thu, 21 May 2009 10:13:39 +0200 Jaroslav Hajek fix tests within eigs-base.cc