1. 13 Jun, 2020 1 commit
    • DonLakeFlyer's avatar
      · b70a4f01
      DonLakeFlyer authored
      LinkInterface and Vehicle uses mutexes to synchronize writing bytes to the link instead of queued signals
      b70a4f01
  2. 01 Feb, 2020 1 commit
  3. 11 Aug, 2019 1 commit
  4. 21 Jun, 2018 1 commit
  5. 26 Dec, 2016 1 commit
  6. 31 May, 2016 1 commit
  7. 22 May, 2016 1 commit
  8. 25 Mar, 2016 1 commit
  9. 31 Oct, 2015 1 commit
  10. 18 Feb, 2015 1 commit
  11. 11 Dec, 2014 1 commit
  12. 10 Dec, 2014 1 commit
  13. 28 Nov, 2014 1 commit
    • Don Gagne's avatar
      New Unit Testing framework · 028c7009
      Don Gagne authored
      Allows for UI unit tests to be written:
      - Ability to respond to expected message boxes
      - Ability to fail test if unexpected message boxes occurs
      028c7009
  14. 24 Nov, 2014 1 commit
    • Don Gagne's avatar
      Link connect/disconnect only through LinkManager · f65c0a57
      Don Gagne authored
      Centralize all connecting and disconnecting of links through
      LinkManager::[Connect|Disconnect]Link api. Connect/Disconnect no longer
      allowed through LinkInterface. This allows creation of new
      LinkManager::setConnections[Suspended|Allowed] methods to disallow
      connections as needed.
      f65c0a57
  15. 31 Jul, 2014 1 commit
    • Don Gagne's avatar
      Bump signal wait time · 2076d3d4
      Don Gagne authored
      When unit tests are being run in TeamCity the host box can end up being
      very bogged down with other builds. So need to up wait time, to take
      into account CPUs grinding.
      2076d3d4
  16. 15 Jun, 2014 2 commits
  17. 29 Dec, 2013 3 commits