1. 02 Sep, 2020 5 commits
  2. 01 Sep, 2020 4 commits
  3. 31 Aug, 2020 2 commits
  4. 30 Aug, 2020 3 commits
  5. 29 Aug, 2020 16 commits
  6. 28 Aug, 2020 6 commits
  7. 27 Aug, 2020 4 commits
    • german's avatar
      1be18dc1
    • german's avatar
      Address comments · e6fc3b56
      german authored
      e6fc3b56
    • german's avatar
      Implement a basic class for motion devices · 2d207ec6
      german authored
      2d207ec6
    • Lioncash's avatar
      input_common: Eliminate most global state · 9e1b0af2
      Lioncash authored
      Abstracts most of the input mechanisms under an InputSubsystem class
      that is managed by the frontends, eliminating any static constructors
      and destructors. This gets rid of global accessor functions and also
      allows the frontends to have a more fine-grained control over the
      lifecycle of the input subsystem.
      
      This also makes it explicit which interfaces rely on the input subsystem
      instead of making it opaque in the interface functions. All that remains
      to migrate over is the factories, which can be done in a separate
      change.
      9e1b0af2