Cross Platform Dspatch Versions Save

The Refreshingly Simple Cross-Platform C++ Dataflow / Patching / Pipelining / Graph Processing / Stream Processing / Reactive Programming Framework

11.2.0

2 months ago
  • Updated fast_any submodule (incl. README update).
  • Renamed _ReleaseNextThread() to _ReleaseNextBuffer().
  • Post-fixed all non-series entities with "Parallel".

11.1.3

2 months ago
  • Added componentsMap reserve() in Circuit::_Optimize().
  • Slightly optimized Component::ConnectInput().
  • Cleaned up a couple for loops.

11.1.2

2 months ago
  • Updated fast_any submodule (incl. const T& constructor).
  • Added DisconnectAllComponents() call to Circuit destructor.
  • Replaced operator=() with emplace() in SignalBus::SetSignal().

11.1.1

2 months ago
  • Namespaced exported plugin Create() method.
  • Added thread yields after condition variable notifications.

11.1.0

2 months ago
  • Updated fast_any submodule (incl. optimized emplacement).
  • Removed size() checks from SignalBus methods.

11.0.5

2 months ago
  • Bypassed _componentsParallel optimization when unused.
  • Removed unmatched cppcheck suppression.
  • Reverted tasks.json testing change.

11.0.4

2 months ago
  • Updated fast_any submodule (incl. optimized type checking).

11.0.3

2 months ago
  • Updated fast_any submodule (incl. optimized type checking).

11.0.2

2 months ago
  • Replaced CMake with Meson.
  • Updated fast_any submodule (incl. inline cleanup).
  • Cleaned up all inlines.

11.0.1

3 months ago
  • Cleaned up project structure.