diff --git a/CHANGES b/CHANGES index c60ad6e1..8f8274fa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +v.11.1.3 (30 March 2024) + - Added componentsMap reserve() in Circuit::_Optimize(). + - Slightly optimized Component::ConnectInput(). + - Cleaned up a couple for loops. + v.11.1.2 (28 March 2024) - Updated fast_any submodule (incl. const T& constructor). - Added DisconnectAllComponents() call to Circuit destructor. diff --git a/docs/Doxyfile b/docs/Doxyfile index 9380779f..09c59fe4 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -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.11.1.2 +PROJECT_NUMBER = v.11.1.3 # 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 diff --git a/docs/html/_circuit_8h_source.html b/docs/html/_circuit_8h_source.html index f5219b1f..301d0f79 100644 --- a/docs/html/_circuit_8h_source.html +++ b/docs/html/_circuit_8h_source.html @@ -22,7 +22,7 @@
Definition at line 255 of file Component.h.
+Definition at line 260 of file Component.h.
@@ -325,7 +325,7 @@Definition at line 240 of file Component.h.
+Definition at line 245 of file Component.h.
@@ -353,7 +353,7 @@Definition at line 226 of file Component.h.
+Definition at line 231 of file Component.h.
@@ -380,7 +380,7 @@Definition at line 479 of file Component.h.
+Definition at line 488 of file Component.h.
@@ -407,7 +407,7 @@Definition at line 346 of file Component.h.
+Definition at line 354 of file Component.h.
@@ -434,7 +434,7 @@Definition at line 267 of file Component.h.
+Definition at line 272 of file Component.h.
@@ -462,7 +462,7 @@Definition at line 278 of file Component.h.
+Definition at line 283 of file Component.h.
@@ -489,7 +489,7 @@Definition at line 272 of file Component.h.
+Definition at line 277 of file Component.h.
@@ -517,7 +517,7 @@Definition at line 288 of file Component.h.
+Definition at line 293 of file Component.h.
@@ -555,7 +555,7 @@Definition at line 449 of file Component.h.
+Definition at line 457 of file Component.h.
@@ -583,7 +583,7 @@Definition at line 429 of file Component.h.
+Definition at line 437 of file Component.h.
@@ -621,7 +621,7 @@Definition at line 297 of file Component.h.
+Definition at line 302 of file Component.h.
@@ -659,7 +659,7 @@Definition at line 485 of file Component.h.
+Definition at line 494 of file Component.h.
@@ -697,7 +697,7 @@Definition at line 497 of file Component.h.
+Definition at line 506 of file Component.h.
@@ -725,7 +725,7 @@Definition at line 386 of file Component.h.
+Definition at line 394 of file Component.h.
@@ -753,7 +753,7 @@Definition at line 351 of file Component.h.
+Definition at line 359 of file Component.h.
diff --git a/docs/html/class_d_s_patch_1_1_plugin-members.html b/docs/html/class_d_s_patch_1_1_plugin-members.html index 7ed60d08..93de3e66 100644 --- a/docs/html/class_d_s_patch_1_1_plugin-members.html +++ b/docs/html/class_d_s_patch_1_1_plugin-members.html @@ -22,7 +22,7 @@