You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version used for CC2016.
Changes to 1.4.0:
- Show graphs --dag
- Save --enable-save, --enable-save-tag
- Load --enable-load
- DebugServer --debug-server
- WatchDog
- Copy and load config folder
- Explicit config folder --config-path
- Config values with units (deg, cm, ms, ...)
Dreams feel real while we're in them.
It's only when we wake up that we realize
something was actually strange. - Cobb
The use of datamanager() inside modules
is now deprecated. Use readChannel<T> and
writeChannel<T> provided by lms::Module
instead.
Updated pugixml to 1.7
After quite a lot of work we can introduce:
- Polymorphic data channels
- Parallel runtimes
- Improved priorities on data channels
- Graph export
- Profiling data export
- Stand-alone build of LMS
After six months of work we proudly present our first stable
version. Nevertheless there are open issues containing major
overhauls like the data-driven model, fine-grained logging
filters or module reloading. Feel free to use this version
in your testing environments and provide feedback.