aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/src/gmock_main.cc
Commit message (Collapse)AuthorAgeFilesLines
* Revert "remove MSVC workaround: wmain link error in the static library"Krystian Kuzniarek2019-11-271-2/+9
| | | | This reverts commit 298a40f023e6813d2bf73847c3a38ceaf5e46320.
* Revert "unify googletest and googlemock main functions"Krystian Kuzniarek2019-11-271-1/+1
| | | | This reverts commit a909becdc599c46bcb57346b6123cb57cd07d15d.
* unify googletest and googlemock main functionsKrystian Kuzniarek2019-11-221-1/+1
|
* remove MSVC workaround: wmain link error in the static libraryKrystian Kuzniarek2019-11-221-9/+2
|
* Merge pull request #2515 from ciband:feat/support_esp8266vslashg2019-10-251-1/+8
|\ | | | | | | PiperOrigin-RevId: 276333426
| * Add ESP8266 configs to PlatformIO buildChris Johnson2019-10-111-1/+8
| | | | | | | | | | Added various conditional compliations for ESP8266 to stub out missing functionality.
| * feat: Add support for ESP8266 platformChris Johnson2019-10-111-1/+1
|/ | | | | | Added support for ESP8266 Arduino platform. Refactored Arduino defines to use the GTEST_OS_* model.
* Merge pull request #2041 from ciband:chore/fix_library_jsonGennadiy Civil2019-01-231-7/+1
|\ | | | | | | PiperOrigin-RevId: 230554814
| * fix: Add Arduino setup()/loop() functions backChris2019-01-071-0/+14
| | | | | | | | Added setup()/loop() functions back to *_main.cc files to support compiling in CI. Future features could enable this for the end user.
| * fix: Remove Arduino entry pointsChris2019-01-031-17/+0
|/ | | | | | 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.
* Merge pull request #2000 from ciband:feat/add_support_platformioGennadiy Civil2018-12-141-0/+17
|\ | | | | | | PiperOrigin-RevId: 225552792
| * feat: Add initial support for PlatformIO and ArduinoChris Johnson2018-12-041-0/+16
|/
* Comments changes, no functionality changesGennadiy Civil2018-08-141-2/+1
|
* Formatting changes,small cleanup, no functionality changesGennadiy Civil2018-08-071-1/+2
|
* Updated broken and outdated URLsPiotr KÄ…kol2018-07-251-1/+1
|
* move googlemock files into googlemock/ subdirBilly Donahue2015-08-251-0/+54