log liboctave/array/CSparse.cc @ 20830:b65888ec820e draft default tip gccjit

age author description
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