Mercurial > hg > octave-nkf
graph
-
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
-
qr.cc: increase tolerance for test resultFri, 19 Feb 2010 16:31:31 -0500, by John W. Eaton
-
optimize some lazy index operationsFri, 19 Feb 2010 11:47:47 +0100, by Jaroslav Hajek
-
fix unsafe conversion in findFri, 19 Feb 2010 10:44:27 +0100, by Jaroslav Hajek
-
check for discontinuities in fzeroFri, 19 Feb 2010 07:06:36 +0100, by Rik
-
obsolete fstat, handle the functionality by statFri, 19 Feb 2010 06:58:13 +0100, by Jaroslav Hajek
-
document glob patternsThu, 18 Feb 2010 22:45:40 +0100, by Thorsten Meyer
-
improve shadowed function checkingThu, 18 Feb 2010 08:40:17 +0100, by Jaroslav Hajek
-
imfinfo: support image files with multiple framesThu, 18 Feb 2010 01:36:04 -0500, by Søren Hauberg
-
configure.ac: include colamd and amd libs in LIBS when checking for cholmod libraryWed, 17 Feb 2010 14:24:22 -0500, by John W. Eaton
-
never compile ranlib with 8-byte integersWed, 17 Feb 2010 14:46:51 -0500, by John W. Eaton
-
fix some stat functions with integersWed, 17 Feb 2010 13:31:20 +0100, by Jaroslav Hajek
-
simplify min/max definitions in liboctaveWed, 17 Feb 2010 10:40:36 +0100, by Jaroslav Hajek
-
further memory optimization in interp2Wed, 17 Feb 2010 08:43:53 +0100, by Jaroslav Hajek
-
take advantage of lazy index optimization in lookupWed, 17 Feb 2010 08:29:17 +0100, by Jaroslav Hajek
-
slight optimization in interp2Wed, 17 Feb 2010 08:19:06 +0100, by Jaroslav Hajek
-
implement lazy index conversionsTue, 16 Feb 2010 15:28:53 +0100, by Jaroslav Hajek