Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4302 from ciband:feat/nrf52 | Copybara-Service | 2023-07-18 | 1 | -1/+2 |
|\ | | | | | | | | | PiperOrigin-RevId: 549006105 Change-Id: Ifbe2bf57e10df4c71e51dbfaf1687f4f621f5106 | ||||
| * | add support for nrf52refs/pull/4302/head | Chris Johnson | 2023-06-27 | 1 | -1/+1 |
|/ | | | | Added support for Nordic nRF52 series of MCUs | ||||
* | Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..." | Tom Hughes | 2023-03-06 | 1 | -4/+4 |
| | | | | | | | This is compatible with compiling with "-Wundef" (#3267). PiperOrigin-RevId: 513943378 Change-Id: I47cf5fabbb77be061c4483a0adc54511af6b191c | ||||
* | Running clang-format over all of GoogleTest | Abseil Team | 2022-03-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | A few tests are examining code locations and looking af the resulting line numbers to verify that GoogleTest shows those to users correctly. Some of those locations change when clang-format is run. For those locations, I've wrapped portions in: // clang-format off ... // clang-format on There may be other locations that are currently not tickled by running clang-format. PiperOrigin-RevId: 434844712 Change-Id: I3a9f0a6f39eff741c576b6de389bef9b1d11139d | ||||
* | Revert "remove MSVC workaround: wmain link error in the static library"refs/pull/2609/head | Krystian Kuzniarek | 2019-11-27 | 1 | -2/+9 |
| | | | | This reverts commit 298a40f023e6813d2bf73847c3a38ceaf5e46320. | ||||
* | Revert "unify googletest and googlemock main functions" | Krystian Kuzniarek | 2019-11-27 | 1 | -1/+1 |
| | | | | This reverts commit a909becdc599c46bcb57346b6123cb57cd07d15d. | ||||
* | unify googletest and googlemock main functionsrefs/pull/2596/head | Krystian Kuzniarek | 2019-11-22 | 1 | -1/+1 |
| | |||||
* | remove MSVC workaround: wmain link error in the static library | Krystian Kuzniarek | 2019-11-22 | 1 | -9/+2 |
| | |||||
* | Merge pull request #2515 from ciband:feat/support_esp8266 | vslashg | 2019-10-25 | 1 | -1/+8 |
|\ | | | | | | | PiperOrigin-RevId: 276333426 | ||||
| * | Add ESP8266 configs to PlatformIO build | Chris Johnson | 2019-10-11 | 1 | -1/+8 |
| | | | | | | | | | | Added various conditional compliations for ESP8266 to stub out missing functionality. | ||||
| * | feat: Add support for ESP8266 platform | Chris Johnson | 2019-10-11 | 1 | -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_json | Gennadiy Civil | 2019-01-23 | 1 | -7/+1 |
|\ | | | | | | | PiperOrigin-RevId: 230554814 | ||||
| * | fix: Add Arduino setup()/loop() functions back | Chris | 2019-01-07 | 1 | -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 points | Chris | 2019-01-03 | 1 | -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_platformio | Gennadiy Civil | 2018-12-14 | 1 | -0/+17 |
|\ | | | | | | | PiperOrigin-RevId: 225552792 | ||||
| * | feat: Add initial support for PlatformIO and Arduino | Chris Johnson | 2018-12-05 | 1 | -0/+16 |
|/ | |||||
* | Comments changes, no functionality changesrefs/pull/1740/head | Gennadiy Civil | 2018-08-14 | 1 | -2/+1 |
| | |||||
* | Formatting changes,small cleanup, no functionality changesrefs/pull/1705/head | Gennadiy Civil | 2018-08-07 | 1 | -1/+2 |
| | |||||
* | Updated broken and outdated URLs | Piotr KÄ…kol | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | move googlemock files into googlemock/ subdir | Billy Donahue | 2015-08-25 | 1 | -0/+54 |