summaryrefslogtreecommitdiff
path: root/src/systemc/core/object.cc
AgeCommit message (Expand)Author
2018-10-16systemc: Switch to using predefined messages for core.Gabe Black
2018-10-16systemc: Detach child events in the Object destructor.Gabe Black
2018-10-16systemc: Centralize how object parents are chosen.Gabe Black
2018-10-09systemc: Report a warning if an event or object needs to be renamed.Gabe Black
2018-10-03systemc: Change the default naming scheme to use sc_gen_unique_name.Gabe Black
2018-10-03systemc: Ensure all objects and events have unique names.Gabe Black
2018-10-03systemc: Make sure children of processes are recorded as such.Gabe Black
2018-09-25systemc: Handle null sc_object names.Gabe Black
2018-09-20systemc: Track the module in the end_of_elaboration callback.Gabe Black
2018-09-11systemc: Fix a couple memory errors.Gabe Black
2018-09-11systemc: Make orphans top level objects instead of panic-ing.Gabe Black
2018-09-05systemc: Implement much of events, event lists and event exprs.Gabe Black
2018-09-05systemc: Partially implement the scheduler.Gabe Black
2018-09-05systemc: Fill out sc_process_handle and create Process classes.Gabe Black
2018-09-05systemc: Implement most of sc_object.Gabe Black