Skip to content

Commit fd0a61e

Browse files
10.2.3
1 parent dde1724 commit fd0a61e

37 files changed

+42
-36
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v.10.2.3 (16 February 2024)
2+
- Added missing componentsParallel.clear() in RemoveAllComponents().
3+
- Cleaned up and (slightly) optimized thread classes.
4+
- Removed some unnecessary vector indexing and size() calls.
5+
- Clarified what "time-consuming" actually means in the docs.
6+
17
v.10.2.2 (14 February 2024)
28
- Simplified Component::_ScanParallel() logic.
39
- Removed unnecessary SetBufferCount() in ~Circuit().

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 10)
1111
set(DSPATCH_MINOR 2)
12-
set(DSPATCH_MICRO 2)
12+
set(DSPATCH_MICRO 3)
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.10.2.2
35+
PROJECT_NUMBER = v.10.2.3
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.10.2.2</span>
25+
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.10.2.3</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.10.2.2</span>
25+
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.10.2.3</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.10.2.2</span>
25+
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.10.2.3</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.10.2.2</span>
25+
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.10.2.3</span>
2626
</div>
2727
</td>
2828
</tr>

docs/html/_component_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.10.2.2</span>
25+
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.10.2.3</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.10.2.2</span>
25+
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.10.2.3</span>
2626
</div>
2727
</td>
2828
</tr>

docs/html/_parallel_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.10.2.2</span>
25+
<div id="projectname">DSPatch<span id="projectnumber">&#160;v.10.2.3</span>
2626
</div>
2727
</td>
2828
</tr>

0 commit comments

Comments
 (0)