summaryrefslogtreecommitdiff
path: root/src/systemc/core/event.cc
AgeCommit message (Expand)Author
2018-10-16systemc: Get rid of leftovers from unimplemented warnings past.Gabe Black
2018-10-16systemc: Switch to using predefined messages for core.Gabe Black
2018-10-16systemc: Distinguish internal events from normal sc_events.Gabe Black
2018-10-16systemc: Add an error check to the deprecated notify_delayed.Gabe Black
2018-10-16systemc: Detach child events in the Object destructor.Gabe Black
2018-10-16systemc: Change how signal based resets work.Gabe Black
2018-10-16systemc: Centralize how object parents are chosen.Gabe Black
2018-10-16systemc: Implement signal based resets.Gabe Black
2018-10-16systemc: Fix the implementation of sc_event::triggered.Gabe Black
2018-10-09systemc: Differentiate between notifying methods and threads.Gabe Black
2018-10-09systemc: Refactor sensitivities.Gabe Black
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