Releases: SimulationEverywhere/cadmium
Releases · SimulationEverywhere/cadmium
First version of Cadmium Cell-DEVS
celldevs-v0.1 Added a better description to cell types
Removal of failing include in cmake for packaging
v0.2.8 Bumping version to 0.2.8
Improments in cmake install target
This release includes new changes in how to install using cmake
Added support to library to be installed as package
cadmium can now be deployed as a normal library to the system using the install target and consumed from other cmake projects by adding find only.
Bug fixes and improvements and concurrent engine
Bug fixes and improvements.
Adding parallel executor for engine.
Bug fixes and improvements and concurrent engine
0.2.5 release version 0.2.5
Rereleasing to enable Zenodo tracking
v0.2.4-zenodo Preparing for release of version 0.2.4
New coupling at runtime and several improvements
- Introduction of DynamicAtomic and DynamicCoupled classes, which allow the creation of models at runtime. The main purpose of them is to improve the built cycle for large topology models.
- Improved CMake support.
- Added badges to Readme for license and coverage metrics.
- Pushed standard requirement to C++17 and started refactoring codebase to take advantage of C++17 features.
- Improvements to log mechanics.
- Reduced dependencies.
- Simplification of helper engine functions.
- Bug fixes.
Special thanks to @Laouen on this release !!! Dynamic support and many improvements coming from him.
Bug fixes + Cmake support
- Support for running "build" tests checking static-asserts and other model checks done a compile time on CMake build.
- Fix to a failing build-test related to checking couplings are tuples.
Bug fixes for routing messages in multi level models
A bug failed to route properly some messages in particular scenarios involving models with more than 2 levels of coupling.