log libinterp/dldfcn/audiodevinfo.cc @ 23220:092078913d54

age author description
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
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Mon, 09 Jan 2017 09:38:33 -0800 Rik Rationalize #includes in libinterp/dldfcn directory.
Sat, 03 Dec 2016 07:12:10 -0500 John W. Eaton eliminate use of OCTAVE_QUIT macro in C++ sources
Tue, 15 Nov 2016 03:59:17 -0800 Rik maint: Use args.length() rather than declaring nargin when used only once.
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.
Sun, 24 Jul 2016 12:17:07 +0200 Andreas Weber doc: Fix "doubled words" typos (\b(\w+)\s+\1\b)
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Wed, 15 Jun 2016 12:59:43 -0400 John W. Eaton prefer C++ wrappers for C standard headers in C++ code
Thu, 19 May 2016 12:56:47 -0400 John W. Eaton use namespace for unwind_protect class
Thu, 19 May 2016 01:59:35 -0400 John W. Eaton use namespace for oct_mach_info class
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 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Sun, 27 Mar 2016 20:39:19 -0700 Rik doc: Wrap C++ docstrings to 79 characters + newline (80 total).
Wed, 24 Feb 2016 11:08:45 -0500 John W. Eaton avoid warnings about overloading virtual functions from a base class
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.
Wed, 20 Jan 2016 22:19:02 -0800 Rik maint: change "return octave_value ()" to "return ovl ()".
Tue, 19 Jan 2016 08:43:03 -0800 Rik Don't set 3rd argument to err_disabled_feature within core Octave.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Sun, 17 Jan 2016 17:20:23 +0100 Andreas Weber maint: Use gripe_disabled_feature in audiodevinfo and audioread
Wed, 13 Jan 2016 11:02:22 -0800 Rik maint: Replace if/error/else paradigm with just if/error.
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.
Sat, 12 Dec 2015 18:35:27 +0100 Andreas Weber audiodevinfo.cc:code sprint: remove print_usage () in internal functions
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Tue, 08 Dec 2015 14:20:05 -0500 John W. Eaton eliminate return statements after calls to error
Sat, 05 Dec 2015 15:59:22 -0800 Rik maint: Clean-up more instances of print_usage().
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.
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Sun, 03 May 2015 21:52:42 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Thu, 19 Mar 2015 14:32:40 -0400 John W. Eaton use "!", not "not"
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Fri, 20 Feb 2015 14:26:36 -0800 Rik doc: Grammarcheck documentation ahead of 4.0 release.
Fri, 20 Feb 2015 05:49:07 -0500 John W. Eaton avoid signed/unsigned comparison warning from GCC
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Sat, 07 Feb 2015 19:38:44 -0500 Mike Miller Stop audioplayer and audiorecorder when done or interrupted
Sun, 01 Feb 2015 19:20:40 -0500 Mike Miller Correctly check for end of audio recording
Sat, 07 Feb 2015 15:33:20 -0500 Mike Miller Handle interrupt in audio blocking play and record (bug #44142)
Sun, 01 Feb 2015 18:16:00 -0500 Mike Miller Make audio buffer size dependent on sample rate
Tue, 20 Jan 2015 13:43:29 -0500 John W. Eaton unconditionally disable the octave_allocator class
Thu, 15 Jan 2015 15:36:54 -0500 John W. Eaton * audiodevinfo.cc: Style fixes. Warning IDs.
Thu, 15 Jan 2015 15:29:55 -0500 John W. Eaton maybe stop recorder in audio recorder destructor
Tue, 13 Jan 2015 22:11:45 -0800 Rik doc: Periodic spellcheck of documentation.
Tue, 13 Jan 2015 22:38:15 -0500 John W. Eaton * audiodevinfo.cc: Minor style fixes.
Tue, 13 Jan 2015 22:33:02 -0500 John W. Eaton avoid dereferencing null pointers in audio functions
Tue, 13 Jan 2015 08:54:25 -0800 Rik Use Octave coding conventions for documentation of audio functions.
Tue, 13 Jan 2015 12:50:43 +0100 Andreas Weber audiodevinfo.cc: Stop playback in audioplayers destructor (bug ##43994)
Mon, 12 Jan 2015 13:44:24 +0100 Stefan Mahr * audiodevinfo.cc: one audio device must be available to play or record (bug #43988)
Mon, 12 Jan 2015 13:29:45 +0100 Andreas Weber portaudio_play_callback: Fix stereo playback (bug #43965)
Fri, 09 Jan 2015 15:46:48 -0500 John Donoghue * audiodevinfo.cc: Avoid conflict with enum names.