log libinterp/dldfcn/symbfact.cc @ 27940:ec0690a6955c stable rc-5-1-90

age author description
Sun, 22 Dec 2019 01:01:27 +0100 Markus Mützel Lock amd and symbfact to avoid segmentation fault with SuiteSparse (bug #57435).
Wed, 02 Jan 2019 20:10:34 -0800 Rik symbfact.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 29 Nov 2018 12:15:25 -0800 Rik Silence unnecessary warnings about security-format (bug #55046).
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 29 Mar 2018 08:54:11 -0700 Rik symfact.cc: Fix use of unitialized SparseBoolMatrix (bug #53507). stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 28 Jul 2017 10:34:33 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 13 Jun 2017 07:53:53 -0700 Rik maint: Deprecate is_real_type and replace with isreal.
Mon, 12 Jun 2017 21:18:23 -0700 Rik maint: Deprecate is_complex_type and replace with iscomplex.
Fri, 09 Jun 2017 17:44:57 -0400 John W. Eaton use new script to tag fixed bugs in tests
Fri, 09 Jun 2017 17:40:34 -0400 John W. Eaton new script for updating test status for fixed bugs
Fri, 09 Jun 2017 15:34:03 -0400 John W. Eaton allow bugs to be tagged as fixed in test suite
Wed, 12 Apr 2017 16:29:50 -0400 John W. Eaton safe cast between SuiteSparse_long and octave_idx_type pointers (bug #50510)
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Mon, 09 Jan 2017 09:38:33 -0800 Rik Rationalize #includes in libinterp/dldfcn directory.
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 14 Sep 2016 16:05:16 -0700 Rik test: Add bug ids (<#####>) to BIST tests.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Fri, 17 Jun 2016 05:52:21 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Fri, 13 May 2016 09:36:14 -0400 John W. Eaton Eliminate unused variable warnings for conditionally compiled code.
Mon, 11 Apr 2016 10:53:18 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Mon, 04 Apr 2016 09:00:22 -0700 Rik symbfact.cc: Overhaul dldfcn.
Sun, 27 Mar 2016 20:39:19 -0700 Rik doc: Wrap C++ docstrings to 79 characters + newline (80 total).
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