Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Googletest export | Abseil Team | 2021-06-30 | 1 | -62/+0 |
| | | | | | | Deleting deprecated file. PiperOrigin-RevId: 381938709 | ||||
* | Remove exclusion of *-main and*-all targetsrefs/pull/2672/head | Ivan Oliveira Tarifa | 2020-01-15 | 1 | -4/+0 |
| | | | Removing exclusion of *-main and*-all targets from the library.json used on platformio. | ||||
* | Merge pull request #2515 from ciband:feat/support_esp8266 | vslashg | 2019-10-25 | 1 | -1/+20 |
|\ | | | | | | | PiperOrigin-RevId: 276333426 | ||||
| * | feat: Add ESP8266 support | Chris | 2019-10-14 | 1 | -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 Johnson | 2019-10-11 | 1 | -6/+26 |
| |/ | |||||
* | | Merge pull request #2511 from kuzkry:PlatformIO-clean-up | Gennadiy Civil | 2019-10-22 | 1 | -13/+1 |
|\ \ | | | | | | | | | | PiperOrigin-RevId: 275840343 | ||||
| * | | clean-up broken paths for PlatformIOrefs/pull/2511/head | Krystian Kuzniarek | 2019-10-11 | 1 | -12/+0 |
| |/ | |||||
* | | chore: update versionrefs/pull/2510/head | Chris Johnson | 2019-10-10 | 1 | -1/+1 |
|/ | | | Updated version from 1.8.1 to 1.10.0. | ||||
* | 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. |