Thu, 26 Feb 2015 13:07:04 -0500 |
John W. Eaton |
maint: More cleanup of C++ code to follow Octave coding conventions.
|
Wed, 11 Feb 2015 14:19:08 -0500 |
John W. Eaton |
maint: Update copyright notices for 2015.
|
Thu, 18 Dec 2014 10:50:09 -0500 |
John W. Eaton |
use warning IDs for all warnings in liboctave
|
Wed, 17 Dec 2014 21:56:17 -0500 |
John W. Eaton |
consistent messages and IDs for singular matrix warnings
|
Sun, 19 Oct 2014 08:42:58 -0400 |
John W. Eaton |
don't include oct-locbuf.h in header files unnecessarily
|
Sun, 21 Sep 2014 15:45:08 -0400 |
John W. Eaton |
allow building with new version of SuiteSparse (bug #43063)
|
Sun, 08 Jun 2014 17:59:59 -0700 |
Rik |
doc: Replace "non-zero" with "nonzero" to match existing usage.
|
Fri, 25 Apr 2014 13:25:25 -0700 |
Rik |
maint: Clean up extra spaces before/after parentheses.
|
Fri, 25 Apr 2014 10:02:10 -0700 |
Rik |
Clean up questionable code bits identified by clang sanitize.
|
Thu, 05 Dec 2013 15:00:45 -0500 |
Jordi GutiƩrrez Hermoso |
maint: Dummy merge with gui-release, ignoring all recent backout merges
|
Thu, 05 Dec 2013 11:39:02 -0800 |
Rik |
maint: backout cset 35464baa7d99 on gui-release branch.
gui-release
|
Wed, 04 Dec 2013 22:13:18 -0800 |
Rik |
Follow coding convention of defining and initializing only 1 variable per line in liboctave.
|
Wed, 04 Dec 2013 18:56:47 -0800 |
Rik |
maint: Use Octave coding convention for indexing vs. function calls in liboctave/array.
|
Wed, 04 Dec 2013 14:15:01 -0800 |
Rik |
Overhaul max/min implementations for Sparse matrices to fix bug #40743.
|
Wed, 30 Oct 2013 21:55:14 -0700 |
Rik |
maint: A few Octave coding convention tweaks
|
Sat, 26 Oct 2013 18:57:05 -0700 |
Rik |
maint: Use GNU style coding conventions for code in liboctave/
|
Wed, 23 Oct 2013 22:09:27 -0400 |
John W. Eaton |
maint: Update copyright notices for release.
|
Fri, 18 Oct 2013 23:44:44 +0200 |
David Bateman |
Massive speed improvement in sparse min/max functions for calls like
|
Fri, 18 Oct 2013 01:36:31 +0200 |
David Bateman |
Correct dimesion of return values form sparse min/max function with empty
|
Thu, 17 Oct 2013 23:07:34 +0200 |
David Bateman |
Avoid use of numel in sparse matrix min/max functions
|
Fri, 15 Mar 2013 07:07:08 -0400 |
John W. Eaton |
use int64_t for idx type if --enable-64
|
Fri, 31 Aug 2012 20:00:20 -0700 |
Rik |
build: Refactor liboctave into multiple subdirectories. Move libcruft into liboctave.
base
liboctave/CSparse.cc@12dbd374b3fd
|