1. 11 Oct, 2019 1 commit
  2. 10 Oct, 2019 1 commit
  3. 05 Feb, 2019 1 commit
  4. 01 Feb, 2019 1 commit
    • Chris's avatar
      fix: Add *_all.cc files to ignore list · fe519d64
      Chris authored
      Added [gmock|gtest]_all.cc to PIO ignore list to avoid getting duplicate
      symbols since PIO will compile the individual files.
      fe519d64
  5. 04 Jan, 2019 1 commit
  6. 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
  7. 29 Dec, 2018 1 commit
  8. 21 Dec, 2018 1 commit
  9. 15 Dec, 2018 1 commit
  10. 07 Dec, 2018 1 commit
  11. 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