Skip to content

Commit 7565117

Browse files
9.5.2
1 parent d4c7c37 commit 7565117

File tree

47 files changed

+1419
-249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1419
-249
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v.9.5.2 (12 August 2023)
2+
- Replaced Signal class with fast_any.
3+
- Fixed Component::DisconnectInput() hang on Windows.
4+
- Added more test coverage.
5+
16
v.9.5.1 (11 August 2023)
27
- Further optimized Circuit::RemoveComponent()
38
- Further optimized Signal::Get/SetSignal()

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
99
# Set version information.
1010
set(DSPATCH_MAJOR 9)
1111
set(DSPATCH_MINOR 5)
12-
set(DSPATCH_MICRO 1)
12+
set(DSPATCH_MICRO 2)
1313

1414
if(MSVC)
1515
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -W4")

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROJECT_NAME = DSPatch
3232
# This could be handy for archiving the generated documentation or
3333
# if some version control system is used.
3434

35-
PROJECT_NUMBER = v.9.5.1
35+
PROJECT_NUMBER = v.9.5.2
3636

3737
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838
# for a project that appears at the top of each page and should give viewer

docs/html/_auto_tick_thread_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr id="projectrow">
2323
<td id="projectlogo"><img alt="Logo" src="heartbeat.png"/></td>
2424
<td id="projectalign">
25-
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.5.1</span>
25+
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.5.2</span>
2626
</div>
2727
</td>
2828
</tr>

docs/html/_circuit_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr id="projectrow">
2323
<td id="projectlogo"><img alt="Logo" src="heartbeat.png"/></td>
2424
<td id="projectalign">
25-
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.5.1</span>
25+
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.5.2</span>
2626
</div>
2727
</td>
2828
</tr>

docs/html/_circuit_thread_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr id="projectrow">
2323
<td id="projectlogo"><img alt="Logo" src="heartbeat.png"/></td>
2424
<td id="projectalign">
25-
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.5.1</span>
25+
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.5.2</span>
2626
</div>
2727
</td>
2828
</tr>

docs/html/_common_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr id="projectrow">
2323
<td id="projectlogo"><img alt="Logo" src="heartbeat.png"/></td>
2424
<td id="projectalign">
25-
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.5.1</span>
25+
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.5.2</span>
2626
</div>
2727
</td>
2828
</tr>

docs/html/_component_8h_source.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr id="projectrow">
2323
<td id="projectlogo"><img alt="Logo" src="heartbeat.png"/></td>
2424
<td id="projectalign">
25-
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.5.1</span>
25+
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.5.2</span>
2626
</div>
2727
</td>
2828
</tr>
@@ -177,7 +177,7 @@
177177
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> </div>
178178
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span>} <span class="comment">// namespace DSPatch</span></div>
179179
<div class="ttc" id="aclass_d_s_patch_1_1_component_html"><div class="ttname"><a href="class_d_s_patch_1_1_component.html">DSPatch::Component</a></div><div class="ttdoc">Abstract base class for DSPatch components.</div><div class="ttdef"><b>Definition</b> <a href="_component_8h_source.html#l00074">Component.h:75</a></div></div>
180-
<div class="ttc" id="aclass_d_s_patch_1_1_signal_bus_html"><div class="ttname"><a href="class_d_s_patch_1_1_signal_bus.html">DSPatch::SignalBus</a></div><div class="ttdoc">Signal container.</div><div class="ttdef"><b>Definition</b> <a href="_signal_bus_8h_source.html#l00047">SignalBus.h:48</a></div></div>
180+
<div class="ttc" id="aclass_d_s_patch_1_1_signal_bus_html"><div class="ttname"><a href="class_d_s_patch_1_1_signal_bus.html">DSPatch::SignalBus</a></div><div class="ttdoc">Signal container.</div><div class="ttdef"><b>Definition</b> <a href="_signal_bus_8h_source.html#l00056">SignalBus.h:57</a></div></div>
181181
<div class="ttc" id="aclass_d_s_patch_1_1internal_1_1_component_thread_html"><div class="ttname"><a href="class_d_s_patch_1_1internal_1_1_component_thread.html">DSPatch::internal::ComponentThread</a></div><div class="ttdoc">Thread class for asynchronously ticking a single circuit component.</div><div class="ttdef"><b>Definition</b> <a href="_component_thread_8h_source.html#l00052">ComponentThread.h:53</a></div></div>
182182
</div><!-- fragment --></div><!-- contents -->
183183
<!-- start footer part -->

docs/html/_component_thread_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr id="projectrow">
2323
<td id="projectlogo"><img alt="Logo" src="heartbeat.png"/></td>
2424
<td id="projectalign">
25-
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.5.1</span>
25+
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.5.2</span>
2626
</div>
2727
</td>
2828
</tr>

docs/html/_d_s_patch_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr id="projectrow">
2323
<td id="projectlogo"><img alt="Logo" src="heartbeat.png"/></td>
2424
<td id="projectalign">
25-
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.5.1</span>
25+
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.9.5.2</span>
2626
</div>
2727
</td>
2828
</tr>

0 commit comments

Comments
 (0)