log liboctave/numeric/qr.cc @ 23083:e9a0469dedd9 stable

age author description
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Fri, 30 Dec 2016 14:03:01 -0500 John W. Eaton put to_f77_int inside octave namespace
Fri, 30 Dec 2016 08:14:02 -0500 John W. Eaton * qr.cc: Fix error in previous change. (bug #49957)
Tue, 27 Dec 2016 10:24:03 -0500 John W. Eaton use F77_INT instead of octave_idx_type for liboctave QR class
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Mon, 29 Aug 2016 11:09:25 -0700 Rik maint: Style check C++ code in liboctave/
Fri, 26 Aug 2016 14:15:31 -0400 John W. Eaton fix build with minimal dependencies
Wed, 17 Aug 2016 10:55:38 -0400 John W. Eaton maint: Indent namespaces in liboctave/numeric files.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 17 Aug 2016 00:18:08 -0400 John W. Eaton move most f77 function decls to separate header files
Tue, 16 Aug 2016 15:48:22 -0400 John W. Eaton move some new numeric classes to namespace octave::math
Mon, 18 Jul 2016 09:38:57 -0400 John W. Eaton reduce warnings from GCC's link-time optimization feature (bug #48531)
Sun, 17 Jul 2016 12:42:37 -0400 John W. Eaton new macros for F77 data types
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Wed, 17 Feb 2016 10:16:36 -0500 John W. Eaton make building without qrupdate work again
Wed, 17 Feb 2016 02:57:21 -0500 John W. Eaton better use of templates for qr classes base liboctave/numeric/base-qr.cc@f4e7bc13db29