| Commit message (Expand) | Author | Age | Files | Lines |
* | Move transitive dependencies of googletest to googletest_deps.bzl to allow ot... | Deanna Garcia | 2023-03-16 | 2 | -16/+25 |
|
|
* | Internal Code Change | Abseil Team | 2023-03-11 | 1 | -0/+1 |
|
|
* | [gtest] Drop custom-rolled heterogeneous comparator functors in favor of C++ ... | Lawrence Wolf-Sonkin | 2023-03-10 | 2 | -55/+23 |
|
|
* | Apply clang-tidy fixes | Abseil Team | 2023-03-09 | 2 | -4/+5 |
|
|
* | Add a comment to clarify Fuchsia process launcher requirement. | Abseil Team | 2023-03-08 | 1 | -0/+5 |
|
|
* | Apply clang-tidy fixes | Abseil Team | 2023-03-08 | 6 | -16/+3 |
|
|
* | Add -Wundef to the CI scripts when building with Bazel | Tom Hughes | 2023-03-07 | 2 | -0/+4 |
|
|
* | Fix compilation of googletest-printers-test.cc when using -Wundef | Tom Hughes | 2023-03-07 | 1 | -2/+4 |
|
|
* | Suppress std::string DLL interface warning introduced in commit f063cd25c90cb... | Abseil Team | 2023-03-07 | 1 | -1/+3 |
|
|
* | Internal Code Change | Abseil Team | 2023-03-07 | 1 | -1/+2 |
|
|
* | Fix indentation syntax error in feature request issue template | Dino Radakovic | 2023-03-06 | 1 | -3/+3 |
|
|
* | Fix compilation with -Wundef. | Tom Hughes | 2023-03-06 | 3 | -19/+23 |
|
|
* | Always specify definitions for internal macros | Tom Hughes | 2023-03-06 | 1 | -0/+20 |
|
|
* | Remove GTEST_FOR_GOOGLE_ macro | Tom Hughes | 2023-03-06 | 1 | -4/+0 |
|
|
* | Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL" | Tom Hughes | 2023-03-06 | 6 | -21/+22 |
|
|
* | Use "#ifdef" with public macros | Tom Hughes | 2023-03-06 | 17 | -50/+50 |
|
|
* | Only define GTEST_IS_THREADSAFE to 1, not 0 | Tom Hughes | 2023-03-06 | 1 | -2/+0 |
|
|
* | Always specify definitions for internal macros | Tom Hughes | 2023-03-06 | 1 | -3/+20 |
|
|
* | Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..." | Tom Hughes | 2023-03-06 | 27 | -263/+305 |
|
|
* | Internal Code Change | Abseil Team | 2023-03-03 | 3 | -3/+3 |
|
|
* | Merge pull request #4158 from VuPhamVan:main | Copybara-Service | 2023-02-28 | 1 | -1/+1 |
|\ |
|
| * | Fix typorefs/pull/4158/head | Vũ Phạm | 2023-02-19 | 1 | -1/+1 |
|
|
* | | Rephrase the description of TEST_F() arguments for clarity. | Abseil Team | 2023-02-28 | 1 | -4/+4 |
|
|
* | | Eliminate argv list action parameter. | Abseil Team | 2023-02-28 | 2 | -6/+5 |
|
|
* | | Merge pull request #4164 from sergio-nsk:patch-2 | Copybara-Service | 2023-02-27 | 1 | -0/+4 |
|\ \ |
|
| * | | Fix error in_death_test_child_process: undeclared identifierrefs/pull/4164/head | Sergey | 2023-02-21 | 1 | -0/+3 |
|
|
* | | | Reorder printers list. | Phoebe Liang | 2023-02-27 | 1 | -2/+3 |
|
|
* | | | Merge pull request #4143 from iwsfutcmd:patch-1 | Copybara-Service | 2023-02-27 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Update testing.mdrefs/pull/4143/head | Ben Yang | 2023-02-02 | 1 | -0/+1 |
|
|
* | | | | Reformat to current g3doc style guide. No content changes. | Abseil Team | 2023-02-27 | 1 | -11/+11 |
|
|
* | | | | Add `const` qualifier to `gtest_sentinel` which doesn't change. | Abseil Team | 2023-02-24 | 1 | -1/+1 |
|
|
* | | | | Added a missing semicolon for GTEST_FLAG_SET code snippet. | Abseil Team | 2023-02-23 | 1 | -1/+1 |
|
|
* | | | | Avoid redundant declaration of static constexpr members in c++17 | Dino Radakovic | 2023-02-22 | 2 | -0/+7 |
|
|
* | | | | Update googletest's test docker containers | Dino Radakovic | 2023-02-22 | 1 | -2/+2 |
| |/ /
|/| | |
|
* | | | Remove int64_t cast in RecordProperty | Tom Hughes | 2023-02-21 | 4 | -14/+12 |
| |/
|/| |
|
* | | Fix link in ReportUninterestingCall message | Abseil Team | 2023-02-16 | 3 | -6/+6 |
|
|
* | | Remove strdup usage | Abseil Team | 2023-02-15 | 4 | -115/+54 |
|
|
* | | Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEM | Abseil Team | 2023-02-14 | 2 | -1/+10 |
|
|
* | | Avoid reliance on <any> header without RTTI on MSVC | Abseil Team | 2023-02-13 | 1 | -1/+2 |
|
|
* | | Fix _MSC_VER check | Tom Hughes | 2023-02-08 | 1 | -1/+1 |
|
|
* | | Remove GTEST_USES_PCRE references | Tom Hughes | 2023-02-07 | 2 | -32/+2 |
|
|
* | | Fix GTEST_HAS_ABSL define check for [-Werror=undef] compilations | Martijn Vels | 2023-02-07 | 1 | -2/+2 |
|
|
* | | Add support for the alternative base64 encoding in RFC 4648 section 5 to `Whe... | Abseil Team | 2023-02-06 | 3 | -2/+10 |
|/ |
|
* | Fix compiler flags in Linux presubmit | Tom Hughes | 2023-02-02 | 1 | -1/+1 |
|
|
* | Fix -Wsign-conversion warnings | Tom Hughes | 2023-02-02 | 5 | -16/+50 |
|
|
* | Remove unneccessary "#if _MSC_VER" | Tom Hughes | 2023-02-02 | 2 | -6/+2 |
|
|
* | Add a trailing decimal point to FormatTimeInMillisAsSeconds() output when input | Abseil Team | 2023-02-02 | 4 | -5/+24 |
|
|
* | Fix include order | Tom Hughes | 2023-02-01 | 1 | -2/+2 |
|
|
* | Remove GMOCK_RENAME_MAIN | Tom Hughes | 2023-02-01 | 1 | -7/+0 |
|
|
* | Build gmock Python tests when building with cmake | Tom Hughes | 2023-02-01 | 1 | -2/+4 |
|
|