1. dda6db7 Add per channel storage durations by Austin Schuh · 2 years, 4 months ago
  2. fff9c3a Add library function to lookup storage duration per channel by Austin Schuh · 2 years, 4 months ago
  3. a671252 Rename timer `Setup` function to `Schedule` by Philipp Schrader · 2 years, 3 months ago
  4. 790cb54 Run clang-format on the entire repo by Philipp Schrader · 2 years, 3 months ago
  5. 0e96d37 Make SendingAfterSendingTooFast less sensitive to timing by Austin Schuh · 2 years, 5 months ago
  6. e0ab4de Split out MakeSharedSpan by Austin Schuh · 2 years, 5 months ago
  7. 20dcc7c Improve ability to reschedule phased loops in AOS by James Kuszmaul · 2 years, 9 months ago
  8. 4d13b0a Add IsDisabled() to shm and simulated timers by Naman Gupta · 3 years ago
  9. 0debde1 Clear Context in EventLoop at construction time by Austin Schuh · 3 years, 2 months ago
  10. 65493d6 Add support for retrieving the affinity of an EventLoop by Austin Schuh · 3 years, 2 months ago
  11. 86e86c3 Allow simulated nodes to startup after global startup by James Kuszmaul · 3 years, 3 months ago
  12. eb31d92 Revert negative-time CHECK in SimulatedEventLoop by James Kuszmaul · 3 years, 3 months ago
  13. 8866e64 Require non-negative times for AOS timers by James Kuszmaul · 3 years, 4 months ago
  14. 9b1d628 Make simulated_event_loop run with --die_on_malloc by Austin Schuh · 3 years, 4 months ago
  15. 93abac1 Populate error counts for all Send() overloads by James Kuszmaul · 3 years, 6 months ago
  16. 7851433 Track send failures in timing reports by James Kuszmaul · 3 years, 6 months ago
  17. ef44b8a Add a sent too fast check for simulation and shm by Eric Schmiedeberg · 3 years, 8 months ago
  18. 73d9950 Open up timing parameters for another shm_event_loop_test case by Austin Schuh · 3 years, 10 months ago
  19. 1f1dca3 Create an enum for sender errors by milind · 4 years, 3 months ago
  20. ad9e5eb Use the event loop name instead of thread name for AOS_LOG by Austin Schuh · 3 years, 11 months ago
  21. 174f30f Merge "Do less work when skipping timing reports" by Austin Schuh · 4 years ago
  22. bf88992 Do less work when skipping timing reports by Brian Silverman · 4 years ago
  23. 631b626 Add and test TryMakeFetcher, TryMakeSender, and NodeHasTag helpers by Brian Silverman · 4 years ago
  24. 318bdf5 Merge "Use the first available CPU instead of 0 and 1" by Austin Schuh · 4 years ago
  25. 3dce7ea Replace EXPECT with ASSERT to avoid container-overflow asan failure by Stephan Pleines · 4 years, 4 months ago
  26. de97329 Use the first available CPU instead of 0 and 1 by Austin Schuh · 4 years ago
  27. d892f10 Relax aos event loop test latency thresholds by Austin Schuh · 4 years ago
  28. a9012be Set context to defined value OnRun by Austin Schuh · 4 years, 3 months ago
  29. 8689529 Merge "Handle offset change in PhasedLoop and PhasedLoopHandler" by Austin Schuh · 4 years, 3 months ago
  30. 42589bb Handle offset change in PhasedLoop and PhasedLoopHandler by Milind Upadhyay · 4 years, 5 months ago
  31. a9df9ad Validate flatbuffers before printing in aos_dump, log_cat, and simulated_event_loop by Austin Schuh · 4 years, 4 months ago
  32. 8902fa5 Add remote_boot_uuid to Context by Austin Schuh · 4 years, 7 months ago
  33. b5c6f97 Use overloading instead of default values by Austin Schuh · 4 years, 7 months ago
  34. 6bae825 Test disabling timing reports by Austin Schuh · 4 years, 8 months ago
  35. 7f20f51 Verify exact wakeup times in event loop test by Austin Schuh · 4 years, 9 months ago
  36. cc6070c Add RT scheduler tracking by Austin Schuh · 5 years ago
  37. af9a4d8 Allow a TimerHandler to cancel itself by Brian Silverman · 5 years ago
  38. d54780b Actually enforce the size in ChannelPreallocatedAllocator by Austin Schuh · 5 years ago
  39. 4f4e061 Expose a unique index for each event loop buffer by Brian Silverman · 5 years ago
  40. 7716297 Add the ability to pin shared memory for reads by Brian Silverman · 5 years ago
  41. 75fb151 Merge "Allow detaching buffers from Sender::Builders to send later" by Brian Silverman · 5 years ago
  42. 341b57e Allow detaching buffers from Sender::Builders to send later by Brian Silverman · 5 years ago
  43. eaa41d6 const-qualify Context::data by Brian Silverman · 5 years ago
  44. cf453ab Factor out JsonOptions into a struct by Ravago Jones · 5 years ago
  45. bd405c0 Fix a bug with multiple interleaved events in SimulatedEventLoop by Brian Silverman · 5 years ago
  46. e516ab0 Add the channel name into the sender creation failure message by Austin Schuh · 5 years ago
  47. 6a54ff3 Add support for pinning EventLoops by Brian Silverman · 5 years ago
  48. 6b8a3c3 Implement no-arg watchers efficiently in ShmEventLoop by Brian Silverman · 6 years ago
  49. 454bc11 Add an API for watchers without an argument by Brian Silverman · 6 years ago
  50. 67ddb03 AOS_LOG to messages by Tyler Chatow · 6 years ago
  51. 0fc6993 Allow multiple senders on the same channel by Brian Silverman · 6 years ago
  52. ad15482 Add remote timestamps and queue_index to context by Austin Schuh · 6 years ago
  53. 217a978 Add basic support for nodes by Austin Schuh · 6 years ago
  54. 67420a4 Make raw senders able to send flatbuffers by Austin Schuh · 6 years ago
  55. 39788ff Add timing reports for both simulation and shm by Austin Schuh · 6 years ago
  56. de8a8ff Add event time for timers and phased loops by Austin Schuh · 6 years ago
  57. 54cf95f Add channel method to fetchers and senders. by Austin Schuh · 6 years ago
  58. cb7da4b Convert aos over to flatbuffers by Alex Perry · 6 years ago[Renamed (64%) from aos/events/event-loop_param_test.cc]
  59. f257f3c Prefix LOG and CHECK with AOS_ by Austin Schuh · 6 years ago
  60. 9fe68f7 Convert control loop tests over to simulated event loop by Austin Schuh · 6 years ago
  61. 1fa7f39 Add test to confirm fetcher behavior with lots of sends. by Austin Schuh · 6 years ago
  62. 52d325c Add AddPhasedLoop to support phased loops by Austin Schuh · 6 years ago
  63. 6b6dfa5 Run all timers in the main thread with epoll by Austin Schuh · 6 years ago
  64. 3115a20 Add SetRuntimeRealtimePriority by Austin Schuh · 6 years ago
  65. bbce72d Implement simulated FetchNext and fix its behavior by Austin Schuh · 6 years ago
  66. 3578a2e Add test and fix watcher startup behavior. by Austin Schuh · 6 years ago
  67. 44019f9 Add RunFor to SimulatedEventLoopFactory by Austin Schuh · 6 years ago
  68. 7267c53 Fix simulation sent_time and add a test by Austin Schuh · 6 years ago
  69. 81fc9cc Change the event-loop restriction by Austin Schuh · 7 years ago
  70. 229001a Add TimerHandler to event loop by Neil Balch · 8 years ago
  71. e4a70d6 Prototype event-loop.h for queue dependency injection. by Parker Schuh · 8 years ago