Skip to content

Tags: lms-org/lms

Tags

v1.5.0

Toggle v1.5.0's commit message
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

v1.4.0

Toggle v1.4.0's commit message
- The Great Refactoring

- --debug Switch
- Slow cycle warnings

Gentlemen, you had my curiosity
but now you have my attention.

v1.3.0

Toggle v1.3.0's commit message
- Runtime states (running/pausing) and reset

- Improved dynamic loading of modules, services, configs
- Improved XML configs

v1.2.2

Toggle v1.2.2's commit message
Fix channel serialization

v1.2.1

Toggle v1.2.1's commit message
Several small fixes:

- Improved error handling on framework startup and shutdown
- Call configsChanged on Services
- Deletion of unused code

v1.2.0

Toggle v1.2.0's commit message
Implement services. Configure via <service>,

create with lms-create-service.py, inherit from
lms::Service.

v1.1.0

Toggle v1.1.0's commit message
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

v1.0.0

Toggle v1.0.0's commit message
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

v0.1

Toggle v0.1's commit message
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.