log libinterp/dldfcn/symbfact.cc @ 21301:40de9f8f23a6

age author description
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Mon, 08 Feb 2016 17:30:29 -0500 John W. Eaton create and install a subset of config.h in octave-config.h
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Wed, 03 Feb 2016 23:44:49 -0500 John W. Eaton don't install some internal headers and template sources
Tue, 26 Jan 2016 16:30:54 -0500 John W. Eaton revamp sparse Cholesky factorization classes
Mon, 25 Jan 2016 19:16:31 -0500 John W. Eaton eliminate use of USE_64_BIT_IDX_T
Tue, 19 Jan 2016 14:09:56 -0800 Rik Use err_square_matrix_required more widely.
Tue, 19 Jan 2016 12:44:54 -0800 Rik Use err_disabled_feature, warn_disabled_feature throughout code base.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Fri, 18 Dec 2015 22:39:36 -0500 John W. Eaton style fixes for comments
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Fri, 18 Dec 2015 15:37:22 -0800 Rik maint: Use new C++ archetype in more files.
Mon, 14 Dec 2015 17:53:27 -0800 Rik maint: Use ovl() more places in the code.
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Thu, 03 Dec 2015 10:46:28 -0800 Rik maint: Remove extra spaces in if () conditionals.
Thu, 03 Dec 2015 12:15:38 -0500 John W. Eaton eliminate return statements after calls to print_usage
Thu, 19 Nov 2015 14:17:45 -0800 Rik Preface error() messages with name of function when possible.
Thu, 29 Oct 2015 17:16:38 -0400 John W. Eaton eliminate more uses of error_state
Sun, 03 May 2015 21:52:42 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Sun, 21 Sep 2014 15:45:08 -0400 John W. Eaton allow building with new version of SuiteSparse (bug #43063)
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Sat, 17 Aug 2013 11:45:20 -0700 Rik doc: Rename @xcode macro to @tcode (transpose code) for clarity.
Fri, 15 Mar 2013 04:23:02 -0400 John W. Eaton * symbfact.cc (Fsymbfact): Use CHOLMOD_NAME to access allocate_sparse and free_sparse functions.
Fri, 15 Mar 2013 07:07:08 -0400 John W. Eaton use int64_t for idx type if --enable-64
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src base src/dldfcn/symbfact.cc@31a7fe89e8ad