log libinterp/dldfcn/audiodevinfo.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
Tue, 05 Apr 2022 08:33:58 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libinterp/.
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Thu, 17 Feb 2022 22:42:22 -0500 John W. Eaton maint: Merge stable to default.
Thu, 17 Feb 2022 22:26:35 -0500 John W. Eaton don't delete audiodevinfo.oct until objects it creates are deleted (bug #61994) stable
Fri, 31 Dec 2021 07:31:53 -0800 Rik Replace assert() with error() to avoid aborts in audiorecorder.
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 28 Nov 2021 22:03:07 -0800 Rik maint: merge stable to default.
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Mon, 01 Nov 2021 17:38:03 +0100 Markus Mützel test: Fix "audiodevinfo" test if multiple audio devices have the same name.
Sun, 15 Aug 2021 15:00:49 -0400 John W. Eaton declare extra functions in .oct file sources as static
Sat, 14 Aug 2021 22:53:30 -0400 John W. Eaton fix namespace tag location error from prefious change
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 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 13 Oct 2020 22:24:20 -0700 Rik maint: Prepend name of function to error() messages.
Tue, 13 Oct 2020 19:49:11 -0700 Rik maint: Use Octave convention of space after function name in libinterp/.
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Fri, 02 Oct 2020 12:58:12 -0400 John W. Eaton in unwind_action objects, capture variables in lambda expressions when possible
Wed, 30 Sep 2020 03:17:52 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
Thu, 17 Sep 2020 10:24:55 -0700 Rik maint: Use C++ raw string literals to simplify backlsashing.
Thu, 10 Sep 2020 14:28:33 -0700 Rik maint: grammarcheck documentation ahead of 6.1 release. stable
Sun, 31 May 2020 09:56:56 -0700 Rik Fix input validation for audioplayer (bug #57939).
Sun, 17 May 2020 17:59:50 -0700 Rik Suppress unnecessary warning messages when configure --without-fltk, --without-portaudio (bug #58385).
Sun, 15 Mar 2020 14:53:33 -0700 Rik Better input validation for audioplayer (bug #57939). 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
Mon, 06 Jan 2020 13:13:52 -0800 Rik doc: Spellcheck documentation ahead of 6.1 release.
Tue, 31 Dec 2019 13:27:28 -0800 Rik audiodevinfo.cc: Re-order #ifdef code and use "#if defined"
Tue, 31 Dec 2019 12:36:39 -0800 Rik Implement 3-input calling form of audiodevinfo (bug #57512)
Tue, 31 Dec 2019 12:06:02 -0800 Rik Return logical value from audiodevinfo called with 5 inputs (bug #57511)
Tue, 31 Dec 2019 11:18:22 -0800 Rik audiodevinfo.cc: Clean up code.
Sun, 24 Nov 2019 13:22:58 +0100 Lars Kindermann Change audiorecorder default settings to Matlab compatible values (bug #55530).
Sun, 24 Nov 2019 12:54:59 +0100 Lars Kindermann Workaround for a bug in PortAudio 8-bit recording (bug #44305).
Wed, 16 Jan 2019 14:25:59 -0500 John W. Eaton maint: Merge stable to default.
Wed, 16 Jan 2019 10:21:14 -0500 John W. Eaton avoid crash with audioplayer and audiorecorder (bug #55254) stable
Wed, 02 Jan 2019 16:45:58 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 02 Jan 2019 14:13:59 +0100 Andreas Weber Fix static analyzer detected V668 issues (bug #55347).
Wed, 26 Sep 2018 18:12:59 +0200 Lars Kindermann Fix audiorecorder() crash in getaudiodata() (bug #50674)
Wed, 12 Dec 2018 21:19:46 -0800 Rik Fix audiodevinfo recording when using 24-bit samples (bug #52228).
Thu, 29 Nov 2018 12:54:15 +0100 Kai T. Ohlhus maint: Silence compiler warnings about unused or too many parameters.
Thu, 27 Sep 2018 17:06:52 -0700 Lars Kindermann Correct audioplayer message strings (bug #54748).
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 26 Mar 2018 12:52:19 -0700 Mike Miller doc: fix doc string declarations (bug #53416) stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Thu, 08 Jun 2017 18:24:28 -0700 Rik doc: Periodic spellcheck of documentation.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
Fri, 07 Apr 2017 09:13:14 -0400 John W. Eaton * audiodevinfo (Faudiodevinfo): Improve doc string.
Wed, 15 Mar 2017 16:14:35 -0700 Rik Fix typo in 9a0e33470da5 preventing audiodevinfo from working.
Wed, 15 Mar 2017 16:02:06 -0400 John W. Eaton allow skipping of tests based on run-time conditions
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