Mercurial > hg > octave-lojdl
graph
-
Ensure that 'limits' is a 2 or 4 vector, and that 'fn' is a functionFri, 05 Mar 2010 14:29:47 -0800, by Soren Hauberg
-
modernize failing testsFri, 05 Mar 2010 13:22:14 +0100, by Jaroslav Hajek
-
support ID test for errors and warningsin test suitesFri, 05 Mar 2010 13:21:31 +0100, by Jaroslav Hajek
-
fix example in accumdimFri, 05 Mar 2010 12:40:06 +0100, by Jaroslav Hajek
-
optimize accumdim with summationFri, 05 Mar 2010 12:31:30 +0100, by Jaroslav Hajek
-
new function: accumdimFri, 05 Mar 2010 11:11:01 +0100, by Jaroslav Hajek
-
avoid div by zero in fzeroFri, 05 Mar 2010 07:31:19 +0100, by Jaroslav Hajek
-
fix tests in fminbndFri, 05 Mar 2010 07:29:26 +0100, by Jaroslav Hajek
-
fix fminbnd termination tolerancesThu, 04 Mar 2010 15:19:23 +0100, by Jaroslav Hajek
-
implement built-in erfcxThu, 04 Mar 2010 09:35:38 +0100, by Jaroslav Hajek
-
__magick_read__ (F__magick_read__): call Magick::InitializeMagickWed, 03 Mar 2010 13:01:44 -0500, by John W. Eaton
-
oct-convn.cc (convolve): cast int constant to octave_idx_type in call to std::maxWed, 03 Mar 2010 12:32:30 -0500, by John W. Eaton
-
rewrite convn optimizations based on xAXPYWed, 03 Mar 2010 10:13:12 +0100, by Jaroslav Hajek
-
cquit.c: yes, we can assume POSIX signalsWed, 03 Mar 2010 00:22:42 -0500, by John W. Eaton
-
remove old convnTue, 02 Mar 2010 14:49:00 +0100, by Jaroslav Hajek
-
add omitted source from the last changeTue, 02 Mar 2010 10:59:05 +0100, by Jaroslav Hajek
-
initial implementation of conv2/convn in liboctaveTue, 02 Mar 2010 10:04:12 +0100, by Jaroslav Hajek
-
Changelog for previous changeTue, 02 Mar 2010 01:14:11 +0100, by David Bateman
-
Special case sparse index method for ranges and maybe_delete_elements method for sparse vectorsTue, 02 Mar 2010 00:44:12 +0100, by David Bateman
-
str2double.cc: style fixMon, 01 Mar 2010 15:10:03 -0500, by John W. Eaton
-
configure checks for complex element setter/reference accessor methodsMon, 01 Mar 2010 15:02:25 -0500, by John W. Eaton
-
use C++-0x code in str2doubleMon, 01 Mar 2010 15:24:05 +0100, by Jaroslav Hajek
-
avoid g++ extension in str2doubleMon, 01 Mar 2010 09:49:56 +0100, by Jaroslav Hajek
-
urlwrite: don't set CURLOPT_USERPWD if userpwd is emptySun, 28 Feb 2010 23:27:09 -0500, by David Bateman
-
Makefile.am rules for rebuilding .mk filesSun, 28 Feb 2010 23:20:53 -0500, by John W. Eaton
-
add missing initializers in octave_typeinfo ctorSun, 28 Feb 2010 22:23:07 +0100, by Jaroslav Hajek
-
Remove obsolete DiagArray2::Proxy explicit instantiations.Sun, 28 Feb 2010 20:20:05 +0000, by Michael Goffioul
-
improve performance of unique for sparse arraysSun, 28 Feb 2010 12:32:16 -0500, by John W. Eaton
-
unique.m: return 0x1 for empty matrices with some nonzero dims; preserve class of argument; new testsSun, 28 Feb 2010 11:41:03 -0500, by John W. Eaton
-
improve conv2 performanceSun, 28 Feb 2010 10:49:21 -0500, by John W. Eaton
-
implement IDs for common liboctave exceptionsSun, 28 Feb 2010 08:19:49 +0100, by Jaroslav Hajek
-
datetick.m: Fix 'keepticks' bug, and untabify.Sat, 27 Feb 2010 23:04:09 -0500, by Ben Abbott
-
undo unintended changes to conv2 in previous commitSat, 27 Feb 2010 16:15:38 -0500, by John W. Eaton
-
avoid indexing nonexistent elements in sparse diagSat, 27 Feb 2010 16:05:16 -0500, by John W. Eaton
-
improve Array indexing error messagesSat, 27 Feb 2010 08:37:34 +0100, by Jaroslav Hajek
-
remove mx_*_dup relics from mx-inlines.ccFri, 26 Feb 2010 12:22:00 +0100, by Jaroslav Hajek
-
remove dangerous pointer-acquiring Array ctorsFri, 26 Feb 2010 12:05:48 +0100, by Jaroslav Hajek
-
improve diag matrix interface & implementationFri, 26 Feb 2010 11:44:38 +0100, by Jaroslav Hajek
-
simplify appliers in mx-inlines.ccFri, 26 Feb 2010 09:47:54 +0100, by Jaroslav Hajek
-
eigs-base.cc: fix prototypes for arpack functionsThu, 25 Feb 2010 15:41:20 -0500, by John W. Eaton
-
add gdbinit file to sourcesThu, 25 Feb 2010 12:02:39 -0500, by John W. Eaton
-
guard against >2GB allocations with 32-bit ptrs on weird platformsThu, 25 Feb 2010 14:45:32 +0100, by Jaroslav Hajek
-
improve some size_t queriesThu, 25 Feb 2010 12:55:13 +0100, by Jaroslav Hajek
-
handle Infs and NaNs in str2doubleThu, 25 Feb 2010 11:11:45 +0100, by Jaroslav Hajek
-
implement compiled str2doubleWed, 24 Feb 2010 21:42:22 +0100, by Jaroslav Hajek
-
make string_vector be a column vector as it used to beThu, 25 Feb 2010 08:21:35 +0100, by Jaroslav Hajek
-
__contour__: don't fail if zlevel is a vector with all the same valuesWed, 24 Feb 2010 23:54:32 -0500, by John W. Eaton
-
qr.cc: increase tolerance for testWed, 24 Feb 2010 16:53:46 -0500, by John W. Eaton
-
remove Array2Tue, 23 Feb 2010 16:12:27 +0100, by Jaroslav Hajek
-
base charMatrix and boolMatrix on Array<char>Tue, 23 Feb 2010 14:15:34 +0100, by Jaroslav Hajek
-
merge MArray classes & improve Array interfaceSat, 23 Jan 2010 21:41:03 +0100, by Jaroslav Hajek
-
make load-save to matlab format work when using --enable-64Mon, 22 Feb 2010 23:07:21 -0500, by John W. Eaton
-
Make test of glob function more robust.Mon, 22 Feb 2010 21:21:49 +0100, by Carlo de Falco
-
update bootstrap script from gnulib/build-aux/bootstrapMon, 22 Feb 2010 14:59:55 -0500, by John W. Eaton
-
Reduce the amount of stuff included by windows.h and avoid min/max being #define-dSun, 21 Feb 2010 18:04:59 +0000, by Michael Goffioul
-
Convert between back and forward slashes before and after calling glob.Sun, 21 Feb 2010 17:46:30 +0000, by Michael Goffioul
-
Do not use SIGALRM unconditinally.Sun, 21 Feb 2010 17:40:13 +0000, by Michael Goffioul
-
Add few OCTINTERP_API tags.Sun, 21 Feb 2010 17:37:06 +0000, by Michael Goffioul
-
Add -bindir flags to _LDFLAGS variables.Sun, 21 Feb 2010 17:33:58 +0000, by Michael Goffioul
-
Move $(pcre_config --cflags) from CPPFLAGS to XTRA_CXXFLAGSSun, 21 Feb 2010 17:27:57 +0000, by Michael Goffioul