aboutsummaryrefslogtreecommitdiffstats
path: root/library.json
Commit message (Collapse)AuthorAgeFilesLines
* clean-up broken paths for PlatformIOKrystian Kuzniarek2019-10-111-12/+0
|
* fix: Correct *-all.cc file pathsChris Johnson2019-02-051-2/+2
|
* fix: Add *_all.cc files to ignore listChris2019-01-311-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 ↵Chris2019-01-031-1/+1
|\ | | | | | | https://github.com/ciband/googletest into chore/fix_library_json
| * Merge branch 'master' into chore/fix_library_jsonChris Johnson2019-01-031-1/+1
| |\
| | * Merge pull request #2037 from ciband:chore/fix_library_jsonGennadiy Civil2019-01-021-32/+36
| | |\ | | | | | | | | | | | | PiperOrigin-RevId: 227615222
| | * | fix: Correct GitHub pathsChris Johnson2018-12-211-2/+2
| | | |
* | | | chore: Alphabetize exclude directories.Chris2019-01-031-3/+3
|/ / /
* | | fix: Correct *_main.cc pathsChris2019-01-031-2/+2
| | |
* | | fix: Remove Arduino entry pointsChris2019-01-031-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.Chris2018-12-291-34/+38
|/ | | | This is still a work in progress.
* fix: correct JSON syntaxChris2018-12-151-1/+1
|
* chore: Update version to latest releaseChris Johnson2018-12-071-1/+1
|
* chore: Add initial library.json configChris Johnson2018-12-061-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.