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
Interface change: differentiate turning on/off sim objects from turning on/off jobs within sim objects.
set_sim_object_onoff: Command to turn on/off the sim_object. If sim object is disabled then enabled, jobs retain their status from before.
set_sim_object_jobs_onoff: Command to turn all the individual jobs on/off. Does not set overall sim object status. (old behavior of set_sim_object_onoff)
get_sim_object_onoff: Command to get sim object on/off status. 1 for on, 0 for off, -1 if object not found.
Sim object functions enable and disable are unchanged, but adds deprecation message to prefer enable_all_jobs and disable_all_jobs
Improve testing and documentation for STL checkpointing
Migrate integration testing to TrickOps
Added test coverage metrics
Fixed bug in Memory Manager coordinating destructor and deletion