1. f63bde8 Nest all namespaces by Stephan Pleines · 1 year, 9 months ago
  2. 4473d2c aos: Fix undefined behaviour in shm_event_loop_test.cc by Philipp Schrader · 1 year, 11 months ago
  3. 81fa3fb aos: Detect lockless queue owner death more reliably by Philipp Schrader · 2 years, 1 month ago
  4. 83cbb1e Switch to 32 bit message indices when possible in aos by Austin Schuh · 2 years, 4 months ago
  5. a671252 Rename timer `Setup` function to `Schedule` by Philipp Schrader · 2 years, 4 months ago
  6. 790cb54 Run clang-format on the entire repo by Philipp Schrader · 2 years, 4 months ago
  7. 9776b39 Update WPILib, roborio compilers, and CTRE Phoenix libraries by James Kuszmaul · 2 years, 9 months ago
  8. 65541cb Merge commit '6dccd64de51ea960cb6f0d975768c874814b4c75' into HEAD by James Kuszmaul · 3 years ago
  9. e1fe251 Create an ExitHandle interface by Brian Silverman · 3 years, 2 months ago
  10. ef44b8a Add a sent too fast check for simulation and shm by Eric Schmiedeberg · 3 years, 8 months ago
  11. 1f1dca3 Create an enum for sender errors by milind · 4 years, 4 months ago
  12. ce418d0 Fix reporting errors from ShmEventLoop falling behind before Run by Brian Silverman · 4 years ago
  13. a94e100 Fix sending before Run in a runtime-realtime ShmEventLoop by Austin Schuh · 4 years, 3 months ago
  14. f4bf9fe Update googletest to latest master by James Kuszmaul · 4 years, 6 months ago
  15. 8902fa5 Add remote_boot_uuid to Context by Austin Schuh · 4 years, 7 months ago
  16. 6bae825 Test disabling timing reports by Austin Schuh · 4 years, 9 months ago
  17. 6228825 Add (default off) support for dying on malloc in RT code by Austin Schuh · 5 years ago
  18. 0eaa1da Add redzones around lockless queue data by Brian Silverman · 5 years ago
  19. a5450a9 Use a read-only mapping for reading from shared memory by Brian Silverman · 5 years ago
  20. 7716297 Add the ability to pin shared memory for reads by Brian Silverman · 5 years ago
  21. 177567e Add LocklessQueue::Pinner class by Brian Silverman · 5 years ago
  22. 2192ddb Cleanup to DECLARE_string in header file, and make sure dependency is clearer. by Jim Ostrowski · 5 years ago
  23. 6d2b359 Expose the private buffers from fetchers too by Brian Silverman · 5 years ago
  24. 3328d13 Verify that all processes sharing a channel are the same user by Austin Schuh · 6 years ago
  25. 67ddb03 AOS_LOG to messages by Tyler Chatow · 6 years ago
  26. b446668 Merge changes I47aa260a,I7e858d3a by Brian Silverman · 6 years ago
  27. 5120afb Expose the underlying shared memory buffers from ShmEventLoop by Brian Silverman · 6 years ago
  28. 898f497 Add a simulated message bridge by Austin Schuh · 6 years ago
  29. ad15482 Add remote timestamps and queue_index to context by Austin Schuh · 6 years ago
  30. 217a978 Add basic support for nodes by Austin Schuh · 6 years ago
  31. 39788ff Add timing reports for both simulation and shm by Austin Schuh · 6 years ago
  32. 5f1cc5c Require a name when making a simulated event loop by Austin Schuh · 6 years ago
  33. de8a8ff Add event time for timers and phased loops by Austin Schuh · 6 years ago
  34. cb7da4b Convert aos over to flatbuffers by Alex Perry · 6 years ago[Renamed (72%) from aos/events/shm-event-loop_test.cc]
  35. f257f3c Prefix LOG and CHECK with AOS_ by Austin Schuh · 6 years ago
  36. 9fe68f7 Convert control loop tests over to simulated event loop by Austin Schuh · 6 years ago
  37. 52d325c Add AddPhasedLoop to support phased loops by Austin Schuh · 6 years ago
  38. 6b6dfa5 Run all timers in the main thread with epoll by Austin Schuh · 6 years ago
  39. 3115a20 Add SetRuntimeRealtimePriority by Austin Schuh · 6 years ago
  40. 44019f9 Add RunFor to SimulatedEventLoopFactory by Austin Schuh · 6 years ago
  41. c79768b Add FetchNext to ShmEventLoop by James Kuszmaul · 7 years ago
  42. e4a70d6 Prototype event-loop.h for queue dependency injection. by Parker Schuh · 8 years ago