1. 04 Jan, 2019 1 commit
  2. 03 Jan, 2019 2 commits
    • Chris's avatar
      fix: Correct *_main.cc paths · 0c0ca903
      Chris authored
      0c0ca903
    • Chris's avatar
      fix: Remove Arduino entry points · 4d62b5b9
      Chris authored
      Improved flexibility by removing the Arduino entry points in favor of manual calls to setup/loop that the user can call from their entry point.  This is the more common use case for Arudino.
      
      Also added the gtest/gmock_main files to the PlatformIO ignore list since we are not supporting that feature.
      4d62b5b9
  3. 29 Dec, 2018 1 commit
  4. 21 Dec, 2018 1 commit
  5. 15 Dec, 2018 1 commit
  6. 07 Dec, 2018 1 commit
  7. 06 Dec, 2018 1 commit
    • Chris Johnson's avatar
      chore: Add initial library.json config · 39c09043
      Chris Johnson authored
      Added initial library.json config for PlatformIO
      
      Version will be synced to proper googletest version once the PIO library has been registered and proven out round trip.
      39c09043