log libinterp/dldfcn/fftw.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Thu, 11 Aug 2022 19:57:11 +0200 Markus Mützel fftw: Limit the default number of threads used by FFTW to 3.
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 31 Jan 2018 17:15:47 -0800 Mike Miller fftw: report error if FFTW library fails to return wisdom (bug #52244)
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
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
Tue, 17 Jan 2017 11:42:25 -0500 John W. Eaton move fftw classes inside octave namespace
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.
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.
Thu, 11 Aug 2016 10:42:26 -0700 Mike Miller Add %!error test pattern matches for disabled optional features
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
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.
Fri, 01 Apr 2016 18:16:01 -0700 Rik maint: Follow Octave conventions for use of semicolon in BIST tests.
Tue, 15 Mar 2016 14:58:19 -0400 John W. Eaton eliminate configuration macros from oct-fftw.h (bug #41027)
Mon, 14 Mar 2016 23:10:53 -0400 John W. Eaton avoid possible memory leak with fftw wisdom (bug #47372)
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
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 15:37:22 -0800 Rik maint: Use new C++ archetype in more files.
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 12:15:38 -0500 John W. Eaton eliminate return statements after calls to print_usage
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Fri, 13 Nov 2015 14:10:26 -0500 John W. Eaton rename octave_value value extractors that accept error message args
Thu, 08 Oct 2015 18:15:56 -0400 John W. Eaton use new string_value method to handle value extraction errors
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple 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
Tue, 17 Feb 2015 17:34:48 -0800 Rik Remove unnecessary checking of error_state after is_string validation.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Sun, 05 Oct 2014 16:45:08 -0400 Mike Miller fftw: Reword error messages to be consistent with other functions
Sun, 21 Sep 2014 14:38:29 -0400 Mike Miller codesprint: Tests for fftw
Fri, 25 Apr 2014 13:25:25 -0700 Rik maint: Clean up extra spaces before/after parentheses.
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.
Sun, 23 Jun 2013 12:49:53 -0700 Rik doc: Periodic spellcheck of the documentation.
Sat, 22 Jun 2013 19:47:32 -0700 Rik doc: Periodic grammarcheck of documentation.
Mon, 14 Jan 2013 21:01:49 +0100 Andreas Weber added FFTW multithreaded library support
Wed, 19 Dec 2012 10:55:44 -0500 Jordi Gutiérrez Hermoso main: periodic merge of stable to default base src/DLD-FUNCTIONS/fftw.cc@3df3f42bc459
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src base src/dldfcn/fftw.cc@d4535373c168