aboutsummaryrefslogtreecommitdiffstats
path: root/library.json
Commit message (Collapse)AuthorAgeFilesLines
* Remove exclusion of *-main and*-all targetsIvan Oliveira Tarifa2020-01-151-4/+0
| | | Removing exclusion of *-main and*-all targets from the library.json used on platformio.
* Merge pull request #2515 from ciband:feat/support_esp8266vslashg2019-10-251-1/+20
|\ | | | | | | PiperOrigin-RevId: 276333426
| * feat: Add ESP8266 supportChris2019-10-131-1/+21
| |\ | | | | | | | | | | | | | | | | | | | | | * Added support for ESP8266 * Removed previous Arduino defines in favor of GTEST_OS_* syntax * Improved PlatformIO library file to be more stable when consumed in client applications.
| | * Update to distinguish prelease purpose of this fork.Chris Johnson2019-10-111-6/+26
| |/
* | Merge pull request #2511 from kuzkry:PlatformIO-clean-upGennadiy Civil2019-10-221-13/+1
|\ \ | | | | | | | | | PiperOrigin-RevId: 275840343
| * | clean-up broken paths for PlatformIOKrystian Kuzniarek2019-10-111-12/+0
| |/
* / chore: update versionChris Johnson2019-10-101-1/+1
|/ | | Updated version from 1.8.1 to 1.10.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.