Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Correct *-all.cc file pathsrefs/pull/2107/head | Chris Johnson | 2019-02-05 | 1 | -2/+2 |
| | |||||
* | fix: Add *_all.cc files to ignore list | Chris | 2019-02-01 | 1 | -0/+2 |
| | | | | | Added [gmock|gtest]_all.cc to PIO ignore list to avoid getting duplicate symbols since PIO will compile the individual files. | ||||
* | Merge branch 'chore/fix_library_json' of ↵ | Chris | 2019-01-04 | 1 | -1/+1 |
|\ | | | | | | | https://github.com/ciband/googletest into chore/fix_library_json | ||||
| * | Merge branch 'master' into chore/fix_library_json | Chris Johnson | 2019-01-04 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge pull request #2037 from ciband:chore/fix_library_json | Gennadiy Civil | 2019-01-03 | 1 | -32/+36 |
| | |\ | | | | | | | | | | | | | PiperOrigin-RevId: 227615222 | ||||
| | * | | fix: Correct GitHub pathsrefs/pull/2027/head | Chris Johnson | 2018-12-21 | 1 | -2/+2 |
| | | | | |||||
* | | | | chore: Alphabetize exclude directories. | Chris | 2019-01-04 | 1 | -3/+3 |
|/ / / | |||||
* | | | fix: Correct *_main.cc paths | Chris | 2019-01-03 | 1 | -2/+2 |
| | | | |||||
* | | | fix: Remove Arduino entry points | Chris | 2019-01-03 | 1 | -1/+3 |
| |/ |/| | | | | | | | | | 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. | ||||
* | | fix: Add additional source and include directories. | Chris | 2018-12-29 | 1 | -34/+38 |
|/ | | | | This is still a work in progress. | ||||
* | fix: correct JSON syntax | Chris | 2018-12-15 | 1 | -1/+1 |
| | |||||
* | chore: Update version to latest release | Chris Johnson | 2018-12-07 | 1 | -1/+1 |
| | |||||
* | chore: Add initial library.json config | Chris Johnson | 2018-12-06 | 1 | -0/+51 |
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. |