Skip to content

Commit

Permalink
9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusTomlinson committed Mar 28, 2023
1 parent 2cd89dc commit 83682c2
Show file tree
Hide file tree
Showing 42 changed files with 467 additions and 402 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v.9.2.0 (28 March 2023)
- Fixed auto-tick bug on SetBufferCount().
- Added TenThousandComponents test.
- Lots of optimizatons.

v.9.1.0 (31 January 2023)
- Renamed move version of SetValue() to MoveValue().
- Renamed CopySignal() to SetSignal().
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)

# Set version information.
set(DSPATCH_MAJOR 9)
set(DSPATCH_MINOR 1)
set(DSPATCH_MINOR 2)
set(DSPATCH_MICRO 0)

if(MSVC)
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = DSPatch
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = v.9.1.0
PROJECT_NUMBER = v.9.2.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
12 changes: 6 additions & 6 deletions docs/html/_auto_tick_thread_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.5"/>
<meta name="generator" content="Doxygen 1.9.6"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>DSPatch: AutoTickThread.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Expand All @@ -22,15 +22,15 @@
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="heartbeat.png"/></td>
<td id="projectalign">
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.1.0</span>
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.2.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.5 -->
<!-- Generated by Doxygen 1.9.6 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
Expand Down Expand Up @@ -141,7 +141,7 @@
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <span class="keywordtype">void</span> _Run();</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> </div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span><span class="keyword">private</span>:</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> DSPatch::Component::TickMode _mode = DSPatch::Component::TickMode::Parallel;</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> DSPatch::Component::TickMode _mode = DSPatch::Component::TickMode::Series;</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> std::thread _thread;</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> <a class="code hl_class" href="class_d_s_patch_1_1_circuit.html">DSPatch::Circuit</a>* _circuit = <span class="keyword">nullptr</span>;</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> <span class="keywordtype">bool</span> _stop = <span class="keyword">false</span>;</div>
Expand All @@ -153,12 +153,12 @@
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> </div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span>} <span class="comment">// namespace internal</span></div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span>} <span class="comment">// namespace DSPatch</span></div>
<div class="ttc" id="aclass_d_s_patch_1_1_circuit_html"><div class="ttname"><a href="class_d_s_patch_1_1_circuit.html">DSPatch::Circuit</a></div><div class="ttdoc">Workspace for adding and routing components.</div><div class="ttdef"><b>Definition:</b> <a href="_circuit_8h_source.html#l00065">Circuit.h:66</a></div></div>
<div class="ttc" id="aclass_d_s_patch_1_1_circuit_html"><div class="ttname"><a href="class_d_s_patch_1_1_circuit.html">DSPatch::Circuit</a></div><div class="ttdoc">Workspace for adding and routing components.</div><div class="ttdef"><b>Definition:</b> <a href="_circuit_8h_source.html#l00066">Circuit.h:67</a></div></div>
<div class="ttc" id="aclass_d_s_patch_1_1internal_1_1_auto_tick_thread_html"><div class="ttname"><a href="class_d_s_patch_1_1internal_1_1_auto_tick_thread.html">DSPatch::internal::AutoTickThread</a></div><div class="ttdoc">Thread class for auto-ticking a circuit.</div><div class="ttdef"><b>Definition:</b> <a href="_auto_tick_thread_8h_source.html#l00051">AutoTickThread.h:52</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
</small></address>
</body>
</html>

0 comments on commit 83682c2

Please sign in to comment.