1. 3182b2a systemc: Ignore process control functions on terminated processes. by Gabe Black · 6 years ago
  2. 0f368d5 systemc: Get rid of leftovers from unimplemented warnings past. by Gabe Black · 6 years ago
  3. 137b499 systemc: Don't re-schedule a process which is already scheduled. by Gabe Black · 6 years ago
  4. 4e951d4 systemc: Switch to using predefined messages for core. by Gabe Black · 6 years ago
  5. 82dd3c1 systemc: When resetting a process, clear suspended ready. by Gabe Black · 6 years ago
  6. 226207d systemc: Ignore attempts to throw a signal to a method. by Gabe Black · 6 years ago
  7. a7d99be systemc: Remove a redundant injectException for Thread's throw_it. by Gabe Black · 6 years ago
  8. ee3e327 systemc: Change how signal based resets work. by Gabe Black · 6 years ago
  9. 6ae3300 systemc: Ensure the reset event is notified before reseting the target. by Gabe Black · 6 years ago
  10. 0cfce45 systemc: Implement signal based resets. by Gabe Black · 6 years ago
  11. d737358 systemc: Rework how delayed sensitivities are handled. by Gabe Black · 6 years ago
  12. 7bc110c systemc: Refactor sensitivities. by Gabe Black · 6 years ago
  13. 960c350 systemc: Implement SC_FORK, SC_JOIN, and SC_CJOIN. by Gabe Black · 6 years ago
  14. 86d82df systemc: Keep all pre-init processes on a single list. by Gabe Black · 6 years ago
  15. 442d556 systemc: Implement the deprecated "timed_out" function. by Gabe Black · 6 years ago
  16. 3f37737 systemc: Fortify how exceptions are caught and passed around. by Gabe Black · 6 years ago
  17. 5ed90ff systemc: Warn if a process is dont_initialize with no static sensitivieis. by Gabe Black · 6 years ago
  18. 930386c systemc: Implement the nonstandard halt function. by Gabe Black · 6 years ago
  19. f6fda86 systemc: Keep track of more cases when we should be ready after resume. by Gabe Black · 6 years ago
  20. 8fdda3b systemc: Make Process track whether it's dynamic on its own. by Gabe Black · 6 years ago
  21. a470ef5 systemc: Report errors when proc ctrl funcs are called during elab. by Gabe Black · 6 years ago
  22. 28b09df systemc: Make sure methods aren't restarted by yield. by Gabe Black · 6 years ago
  23. dd8b71b systemc: Make sc_process_b less hokey, and make WAIT* work. by Gabe Black · 6 years ago
  24. 71eeee9 systemc: Override notifyWork for timeout/event_and_list sensitivities. by Gabe Black · 6 years ago
  25. 54f3a76 systemc: Rework how delta and timed notifications/timeouts are tracked. by Gabe Black · 6 years ago
  26. 7413261 systemc: Ensure the terminated event is notified in all cases. by Gabe Black · 7 years ago
  27. a2ab105 systemc: Detect a process control corner case and report an error. by Gabe Black · 7 years ago
  28. 6a198f2 systemc: Adjust process status tracking to improve kill/reset support. by Gabe Black · 7 years ago
  29. ea6b370 systemc: Implement most of the sc_report_handler mechanism. by Gabe Black · 7 years ago
  30. 802efef systemc: Ignore direct requests to mark a process as ready. by Gabe Black · 7 years ago
  31. e27712b systemc: Fill out process handle kill and reset mechanisms. by Gabe Black · 7 years ago
  32. 1fc84b4 systemc: Implement much of sc_spawn. by Gabe Black · 7 years ago
  33. 743a1b5 systemc: Implement pending activity related functions by Gabe Black · 7 years ago
  34. 91a6b12 systemc: Implement sc_pause, sc_stop, and re-sc_start-ing. by Gabe Black · 7 years ago
  35. e02b2a3 systemc: Handle suspended processes and handle sensitivity overload. by Gabe Black · 7 years ago
  36. f2ab5e7 systemc: Implement the sensitivity mechanism. by Gabe Black · 7 years ago
  37. 0aec777 systemc: Partially implement the scheduler. by Gabe Black · 7 years ago
  38. 4bd389c systemc: Fill out sc_process_handle and create Process classes. by Gabe Black · 7 years ago