summaryrefslogtreecommitdiff
path: root/src/systemc/core/event.cc
AgeCommit message (Expand)Author
2018-10-09systemc: Report an error if notifying during the update phase.Gabe Black
2018-10-09systemc: Report a warning if an event or object needs to be renamed.Gabe Black
2018-10-03systemc: Ensure all objects and events have unique names.Gabe Black
2018-09-25systemc: Handle null and omitted event names.Gabe Black
2018-09-25systemc: Make sure an immediate notification overrides a delayed one.Gabe Black
2018-09-25systemc: Rework how delta and timed notifications/timeouts are tracked.Gabe Black
2018-09-11systemc: Fix a couple memory errors.Gabe Black
2018-09-05systemc: Implement pending activity related functionsGabe Black
2018-09-05systemc: Implement the sensitivity mechanism.Gabe Black
2018-09-05systemc: Implement much of events, event lists and event exprs.Gabe Black