Skip to content

Releases: cross-platform/dspatch

v.11.2.0 (05 April 2024)

05 Apr 13:43
Compare
Choose a tag to compare
  • Updated fast_any submodule (incl. README update).
  • Renamed _ReleaseNextThread() to _ReleaseNextBuffer().
  • Post-fixed all non-series entities with "Parallel".

v.11.1.3 (30 March 2024)

30 Mar 13:57
Compare
Choose a tag to compare
  • Added componentsMap reserve() in Circuit::_Optimize().
  • Slightly optimized Component::ConnectInput().
  • Cleaned up a couple for loops.

v.11.1.2 (28 March 2024)

28 Mar 09:57
Compare
Choose a tag to compare
  • Updated fast_any submodule (incl. const T& constructor).
  • Added DisconnectAllComponents() call to Circuit destructor.
  • Replaced operator=() with emplace() in SignalBus::SetSignal().

v.11.1.1 (21 March 2024)

21 Mar 15:45
Compare
Choose a tag to compare
  • Namespaced exported plugin Create() method.
  • Added thread yields after condition variable notifications.

v.11.1.0 (18 March 2024)

18 Mar 18:58
Compare
Choose a tag to compare
  • Updated fast_any submodule (incl. optimized emplacement).
  • Removed size() checks from SignalBus methods.

v.11.0.5 (17 March 2024)

17 Mar 15:40
Compare
Choose a tag to compare
  • Bypassed _componentsParallel optimization when unused.
  • Removed unmatched cppcheck suppression.
  • Reverted tasks.json testing change.

v.11.0.4 (17 March 2024)

17 Mar 08:53
Compare
Choose a tag to compare
  • Updated fast_any submodule (incl. optimized type checking).

v.11.0.3 (16 March 2024)

16 Mar 10:01
Compare
Choose a tag to compare
  • Updated fast_any submodule (incl. optimized type checking).

v.11.0.2 (14 March 2024)

14 Mar 09:11
Compare
Choose a tag to compare
  • Replaced CMake with Meson.
  • Updated fast_any submodule (incl. inline cleanup).
  • Cleaned up all inlines.

v.11.0.1 (12 March 2024)

12 Mar 08:44
Compare
Choose a tag to compare
  • Cleaned up project structure.