Commit Graph

13 Commits

Author SHA1 Message Date
Chris Johnson
5852ab6da6 fix: Correct *-all.cc file paths 2019-02-05 16:16:43 -06:00
Chris
11e994319b fix: Add *_all.cc files to ignore list
Added [gmock|gtest]_all.cc to PIO ignore list to avoid getting duplicate
symbols since PIO will compile the individual files.
2019-01-31 21:56:30 -06:00
Chris
86e6f5e1c4 Merge branch 'chore/fix_library_json' of https://github.com/ciband/googletest into chore/fix_library_json 2019-01-03 21:15:19 -06:00
Chris Johnson
8d9f5e665a Merge branch 'master' into chore/fix_library_json 2019-01-03 21:13:20 -06:00
Chris
0625ef62ac chore: Alphabetize exclude directories. 2019-01-03 21:01:02 -06:00
Chris
6e76a61036 fix: Correct *_main.cc paths 2019-01-03 12:14:40 -06:00
Chris
53527583a8 fix: Remove Arduino entry points
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.
2019-01-03 12:12:19 -06:00
Gennadiy Civil
c8670a646b Merge pull request #2037 from ciband:chore/fix_library_json
PiperOrigin-RevId: 227615222
2019-01-02 21:39:36 -05:00
Chris
06873c4125 fix: Add additional source and include directories.
This is still a work in progress.
2018-12-29 12:57:04 -06:00
Chris Johnson
a77bcf110a fix: Correct GitHub paths 2018-12-21 12:44:54 -06:00
Chris
25df705381 fix: correct JSON syntax 2018-12-15 13:31:56 -06:00
Chris Johnson
bcaf46a630 chore: Update version to latest release 2018-12-07 12:24:01 -06:00
Chris Johnson
66b9a6018e chore: Add initial library.json config
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.
2018-12-06 12:35:06 -06:00