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