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
Lazy ref and cache list of possible concrete model variants #8 (Kyrylo Polezhaiev)
[4135a9d]: Convert some of the standard Rust integration tests in simulations.rs to equivalent WASM browser tests in web.rs, for improved ongoing verification of WASM target compatibility (ndebuhr)
Expose method to insert new constructor, guard list of constructors with mutex #8 (Kyrylo Polezhaiev)
Fix error handling for case when requested model is not registered #8 (Kyrylo Polezhaiev)
[85b3549]: Refactoring - use incoming message references across the simulator-model boundary (ndebuhr)
[803c51b]: Refactoring - use the dedicated copied method, instead of an explicit closure for copying elements (ndebuhr)
[830b288]: Update the Exclusive Gateway model to better align with the DEVS formalism - use Moore machine style outputs and decouple conditionality from state changes (ndebuhr)
[b4d5592]: Optimizing - run events_int only if a model actually has events to execute (ndebuhr)
[eabb64d]: Improve the Exclusive Gateway model - better status reporting, cleaner phase matching, and expanded invalid model state error handling (ndebuhr)
[e53f5ac]: Update the Gate model to better align with the DEVS formalism - use Moore machine style outputs and decouple conditionality from state changes (ndebuhr)
[6befe0d]: Refactoring - clean up the repository structure by clearly separating sim from sim_derive (shared documentation, shared licenses, and a simple virtual manifest at the root) (ndebuhr)
[b6920be]: Expand the metadata in the sim_derive Cargo.toml file and remove residual (unused) excludes from the sim Cargo.toml file (ndebuhr)
[4f0c465]: Update the sim_derive package description (ndebuhr)
[4ae48a9]: Move the README logo image out of the repository (ndebuhr)
[b3ff0d3]: Increment version - bump to v0.8.0 (ndebuhr)