Changeset 48 for pa_proposals/trunk

Show
Ignore:
Timestamp:
10/21/02 02:06:50 (6 years ago)
Author:
rossbencina
Message:

updated current development status matrix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pa_proposals/trunk/index.html

    r26 r48  
    3636<H2>Open Proposals</H2> 
    3737 
    38 <P> The following table lists the proposals currently under consideration.  
    39 Unless otherwise noted, we are at the design stage with these proposals, even the 
    40 proposals that have been implemented should not be considered frozen yet. If you think  
     38<P> The following table lists the proposals currently under consideration. All of the listed proposals have  
     39undergone considerable peer review and are considerd complete. Most have been fully or partially 
     40implemented for at least one platform in the v19-devel CVS branch. Until version 19 is released 
     41there is a small possibility that the content of these proposals may change in response to 
     42implementation experience. If you think  
    4143something is missing, could be improved, or would just like to comment please do so on the  
    4244<A HREF="http://techweb.rfa.org/mailman/listinfo/portaudio">PortAudio mailing list</A>. </P> 
     
    4648                <TD><center><b>Proposal</b><center></TD> 
    4749                <TD><center><b>Proposal Status</b><center></TD> 
     50                <TD><center><b>v19-devel Common Infrastructure Status</b><center></TD> 
     51                <TD><center><b>v19-devel MME Status</b><center></TD> 
     52                <TD><center><b>v19-devel DirectSound Status</b><center></TD> 
     53                <TD><center><b>v19-devel ASIO Status</b><center></TD> 
    4854        </TR> 
    4955        <TR> 
    5056                <TD><A HREF="001-UnderflowOverflowHandling.html">001 - Pass Underflow/Overflow Information to the Stream Callback</A></TD> 
    51                 <TD>complete - not implemented</TD> 
     57                <TD>complete</TD> 
     58                <TD>implemented</TD> 
     59                <TD BGCOLOR="#FFCCFF">stubbed</TD> 
     60                <TD BGCOLOR="#FFCCFF">stubbed</TD> 
     61                <TD BGCOLOR="#FFCCFF">stubbed</TD> 
    5262        </TR> 
    5363        <TR> 
    5464                <TD><A HREF="002-ImproveDeviceFormatsQueryInterface.html">002 - Improve Device Formats Query Interface</A></TD> 
    55                 <TD>complete - not implemented</TD> 
     65                <TD>complete</TD> 
     66                <TD>implemented</TD> 
     67                <TD BGCOLOR="#FFCCFF">stubbed</TD> 
     68                <TD BGCOLOR="#FFCCFF">stubbed</TD> 
     69                <TD BGCOLOR="#FFCCCC">partial</TD> 
    5670        </TR> 
    5771        <TR> 
    5872                <TD><A HREF="003-ImproveLatencySpecificationInterface.html">003 - Improve Latency Specification Interface</A></TD> 
    59                 <TD>complete - partially implemented in v19-devel</TD> 
     73                <TD>complete</TD> 
     74                <TD>implemented</TD> 
     75                <TD BGCOLOR="#FFCCFF">stubbed</TD> 
     76                <TD BGCOLOR="#FFCCFF">stubbed</TD> 
     77                <TD>complete</TD> 
    6078        </TR> 
    6179        <TR> 
    6280                <TD><A HREF="004-CallbackVariableFramesPerBuffer.html">004 - Allow Callbacks to Accept Variable Number of Frames per Buffer</A> </TD> 
    63                 <TD>complete - mostly implemented in v19-devel</TD> 
     81                <TD>complete</TD> 
     82                <TD>implemented</TD> 
     83                <TD>implemented</TD> 
     84                <TD>implemented</TD> 
     85                <TD>implemented</TD> 
    6486        </TR> 
    6587        <TR> 
    6688                <TD><A HREF="005-BlockingReadWriteInterface.html">005 - Blocking Read/Write Interface</A></TD> 
    67                 <TD>complete - stubbed implementations in v19-devel</TD> 
     89                <TD>complete</TD> 
     90                <TD>implemented</TD> 
     91                <TD BGCOLOR="#FFCCFF">stubbed</TD> 
     92                <TD BGCOLOR="#FFCCFF">stubbed</TD> 
     93                <TD BGCOLOR="#FFCCFF">stubbed</TD> 
    6894        </TR> 
    6995        <TR> 
    7096                <TD><A HREF="006-NonInterleavedBuffers.html">006 - Non-Interleaved Buffers</A></TD> 
    71                 <TD>complete - implemented in v19-devel</TD> 
     97                <TD>complete</TD> 
     98                <TD>implemented</TD> 
     99                <TD>implemented</TD> 
     100                <TD>implemented</TD> 
     101                <TD>implemented</TD> 
    72102        </TR> 
    73103        <TR> 
    74104                <TD><A HREF="007-MultipleHostAPIsInASingleBuild.html">007 - Support for Multiple Host APIs in a Single PortAudio Build</A></TD> 
    75                 <TD>complete except for dependence on other proposals - implemented in v19-devel</TD> 
     105                <TD>complete</TD> 
     106                <TD>implemented</TD> 
     107                <TD>implemented</TD> 
     108                <TD>implemented</TD> 
     109                <TD>implemented</TD> 
    76110        </TR> 
    77111        <TR> 
    78112                <TD><A HREF="008-HostAPISpecificOpenStreamParameters.html">008 - Host API Specific Pa_OpenStream() Parameters</A></TD> 
    79                 <TD>complete - partially implemented in v19-devel</TD> 
     113                <TD>complete</TD> 
     114                <TD>implemented</TD> 
     115                <TD>implemented</TD> 
     116                <TD>implemented</TD> 
     117                <TD>implemented</TD> 
    80118        </TR> 
    81119        <TR> 
    82120                <TD><A HREF="009-HandlingHostAPISpecificErrorCodes.html">009 - Handling of Host API Specific Error Codes</A></TD> 
    83121                <TD>complete</TD> 
     122                <TD>implemented</TD> 
     123                <TD>implemented</TD> 
     124                <TD>implemented</TD> 
     125                <TD>implemented</TD> 
    84126        </TR> 
    85127        <TR> 
    86128                <TD><A HREF="010-ClarifyStreamStateMachine.html">010 - Clarify Stream State Machine and State Querying Functions</A></TD> 
    87                 <TD>complete - implemented in v19-devel</TD> 
     129                <TD>complete</TD> 
     130                <TD BGCOLOR="#FFCCCC">partial</TD> 
     131                <TD>implemented</TD> 
     132                <TD BGCOLOR="#FFCCCC">partial</TD> 
     133                <TD BGCOLOR="#FFCCFF">not implemented</TD> 
    88134        </TR> 
    89135        <TR> 
    90136                <TD><A HREF="011-RenameExistingSymbolsForConsistency.html">011 - Rename Existing Symbols such as Pa_GetCPULoad(), PaDeviceID etc. for Consistency</A></TD> 
    91                 <TD>complete - implemented in v19-devel</TD> 
     137                <TD>complete</TD> 
     138                <TD>implemented</TD> 
     139                <TD>implemented</TD> 
     140                <TD>implemented</TD> 
     141                <TD>implemented</TD> 
    92142        </TR> 
    93143        <TR> 
    94144                <TD><A HREF="012-AdditionalTerminateBehavior.html">012 - Additional Pa_Terminate() Behavior</A></TD> 
    95                 <TD>complete - implemented in v19-devel</TD> 
     145                <TD>complete</TD> 
     146                <TD>implemented</TD> 
     147                <TD>implemented</TD> 
     148                <TD>implemented</TD> 
     149                <TD>implemented</TD> 
    96150        </TR> 
    97151        <TR> 
    98152                <TD><A HREF="013-RefactorImplementationInfrastructure.html">013 - Refactor Implementation Infrastructure</A></TD> 
    99                 <TD>out of date - many refactorings already implemented in v19-devel</TD> 
     153                <TD>complete but could always expand</TD> 
     154                <TD>implemented</TD> 
     155                <TD>implemented</TD> 
     156                <TD>implemented</TD> 
     157                <TD>implemented</TD> 
    100158        </TR> 
    101159        <TR> 
     
    105163        <TR> 
    106164                <TD><A HREF="015-ImproveCallbackTimestampInfo.html">015 - Improve Callback Timestamp Info</A></TD> 
    107                 <TD>complete - not implemented</TD> 
     165                <TD>complete</TD> 
     166                <TD>implemented</TD> 
     167                <TD BGCOLOR="#FFCCCC">partial</TD> 
     168                <TD BGCOLOR="#FFCCCC">partial</TD> 
     169                <TD BGCOLOR="#FFCCCC">partial</TD> 
    108170        </TR> 
    109171        <TR> 
    110172                <TD><A HREF="016-UseStructsForOpenStreamParameters.html">016 - Use Structs for Pa_OpenStream() Parameters</A></TD> 
    111                 <TD>complete - not implemented</TD> 
     173                <TD>complete</TD> 
     174                <TD>implemented</TD> 
     175                <TD>implemented</TD> 
     176                <TD>implemented</TD> 
     177                <TD>implemented</TD> 
    112178        </TR> 
    113179