Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export Test - Do Not Mergerefs/pull/2700/head77A9B20B4C1E02FAC90D1D942E1D4C18 | Abseil Team | 2020-02-07 | 1 | -1/+0 |
| | | | | | | | | Get rid of gmock-generated-matchers.h and gmock-generated-matchers.h.pump. Stop using pump for MATCHER* macroses generation. PiperOrigin-RevId: 293878808 | ||||
* | 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 #2497 from thejcannon:handle_null_filename | Gennadiy Civil | 2019-10-10 | 1 | -1/+5 |
|\ | | | | | | | PiperOrigin-RevId: 273585229 | ||||
| * | Use FormatFileLocation for streaming file and linerefs/pull/2497/head | Joshua Cannon | 2019-10-07 | 1 | -1/+2 |
|/ | |||||
* | restore mistakenly removed iffs in their explicit formrefs/pull/2387/head | Krystian Kuzniarek | 2019-08-20 | 3 | -11/+12 |
| | | | | | Due to confusion arisen from "iff" standing for "if and only if", this commit uses the latter. | ||||
* | fix typosrefs/pull/2356/head | Krystian Kuzniarek | 2019-07-30 | 3 | -8/+8 |
| | |||||
* | Googletest export | misterg | 2019-07-16 | 1 | -1/+1 |
| | | | | | | Fix documentation links PiperOrigin-RevId: 258389329 | ||||
* | Googletest export | Abseil Team | 2019-07-16 | 1 | -1/+1 |
| | | | | | | Update a broken link in a comment. PiperOrigin-RevId: 257493975 | ||||
* | Renaming doc files to make the file names more palatable and in preparation ↵ | Gennadiy Civil | 2019-06-19 | 1 | -1/+1 |
| | | | | for including documentation in sync process | ||||
* | Merge pull request #2041 from ciband:chore/fix_library_json | Gennadiy Civil | 2019-01-23 | 2 | -7/+13 |
|\ | | | | | | | 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. | ||||
| * | Merge branch 'master' into chore/fix_library_json | Chris Johnson | 2019-01-04 | 3 | -16/+4 |
| |\ | |/ |/| | |||||
| * | 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. | ||||
* | | Googletest export | misterg | 2019-01-03 | 1 | -4/+4 |
| | | | | | | | | | | | | TestCase->TestSuite refactoring PiperOrigin-RevId: 227702164 | ||||
* | | Googletest export | misterg | 2019-01-02 | 2 | -6/+0 |
| | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 227575279 | ||||
* | | Googletest export | Abseil Team | 2019-01-02 | 2 | -6/+0 |
|/ | | | | | | | | Remove the #ifs for old, unsupported and buggy compilers: * old versions of GCC & MSVC * Symbian PiperOrigin-RevId: 227116941 | ||||
* | 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 |
| | | |||||
* | | Googletest export | misterg | 2018-12-13 | 1 | -1/+1 |
|/ | | | | | | Internal Change PiperOrigin-RevId: 225231727 | ||||
* | Googletest export | Abseil Team | 2018-12-03 | 2 | -7/+7 |
| | | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219 | ||||
* | Googletest export | misterg | 2018-11-20 | 1 | -1/+1 |
| | | | | | | Internal Change PiperOrigin-RevId: 222123106 | ||||
* | Googletest export | durandal | 2018-11-20 | 1 | -110/+0 |
| | | | | | | Move the Matcher<T> interface to googletest so I can use it to extend death test regex matching in a subsequent change. PiperOrigin-RevId: 221675910 | ||||
* | Remove workarounds for unsupported MSVC versions | Robin Lindén | 2018-11-10 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1941 from barkovv:master | Gennadiy Civil | 2018-10-29 | 1 | -2/+2 |
|\ | | | | | | | PiperOrigin-RevId: 219134349 | ||||
| * | Replaced all NULLs with nullptr in googlemockrefs/pull/1941/head | Vadim Barkov | 2018-10-28 | 1 | -2/+2 |
| | | |||||
* | | Googletest export | misterg | 2018-10-29 | 1 | -1/+2 |
|/ | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336 | ||||
* | Googletest export | Abseil Team | 2018-10-26 | 1 | -2/+1 |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184 | ||||
* | Googletest export | misterg | 2018-10-26 | 1 | -1/+2 |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466 | ||||
* | Merge branch 'isnice' of https://github.com/BrukerJWD/googletest into isnice | Jonathan Wendeborn | 2018-10-16 | 7 | -236/+414 |
|\ | |||||
| * | Merge branch 'master' into isnice | BrukerJWD | 2018-10-16 | 7 | -236/+414 |
| |\ | |||||
| | * | Apply clang-tidy modernize-use-nullptr to googletest. | Abseil Team | 2018-10-05 | 2 | -28/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that googletest has moved to C++11, it should no longer use NULL or 0 for the null pointer. This patch converts all such usages to nullptr using clang-tidy. This prevents LLVM from issuing -Wzero-as-null-pointer-constant warnings. PiperOrigin-RevId: 215814400 | ||||
| | * | more comments changesrefs/pull/1741/head | Gennadiy Civil | 2018-08-14 | 1 | -1/+1 |
| | | | |||||
| | * | more comments changes | Gennadiy Civil | 2018-08-14 | 2 | -2/+2 |
| | | | |||||
| | * | Comments changes, no functionality changesrefs/pull/1740/head | Gennadiy Civil | 2018-08-14 | 7 | -14/+7 |
| | | | |||||
| | * | 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 |
| | | | |||||
| | * | Mark new GetWithoutMatchers method as part of the exported API, to address ↵ | David Sunderland | 2018-04-19 | 1 | -1/+1 |
| | | | | | | | | | | | | MSVC linker errors. | ||||
| | * | Don't use generalized initializer list; is C++11 extension. | David Sunderland | 2018-04-18 | 1 | -1/+1 |
| | | | |||||
| | * | Clone of unsubmitted cr/176529515. Introduce parameterless expectations. | David Sunderland | 2018-04-18 | 1 | -0/+2 |
| | | | |||||
| | * | ...mergingrefs/pull/1561/head | Gennadiy Civil | 2018-04-11 | 1 | -1/+1 |
| | | | |||||
| | * | merging | Gennadiy Civil | 2018-04-10 | 1 | -7/+10 |
| | | | |||||
| | * | merge | Gennadiy Civil | 2018-04-10 | 2 | -11/+8 |
| | |\ | |||||
| | | * | Revert "gmock actions 2"refs/pull/1556/head | Gennadiy Civil | 2018-04-10 | 2 | -16/+1 |
| | | | | |||||
| | | * | formatting | Gennadiy Civil | 2018-04-09 | 1 | -1/+1 |
| | | | |