| Commit message (Expand) | Author | Age | Files | Lines |
* | Specify SetUpTestSuite is required to be public. | Abseil Team | 2023-08-10 | 1 | -4/+4 |
|
|
* | Make references to `#include`s consistent across docs | Dino Radakovic | 2023-08-07 | 3 | -4/+3 |
|
|
* | Adjust includes to use <> instead of "", consistent with quickstart pages. | Abseil Team | 2023-07-28 | 5 | -7/+7 |
|
|
* | Fix typo in gmock_cook_book.mdrefs/pull/4317/head | Anton Sosnin | 2023-07-19 | 1 | -2/+2 |
|
|
* | Change `::testing` to `testing` in Testing Reference doc | Abseil Team | 2023-06-29 | 1 | -35/+35 |
|
|
* | Update code examples in the gMock Cookbook following C++ best practices. | Abseil Team | 2023-06-22 | 1 | -22/+24 |
|
|
* | cmake: Raise min to 3.6refs/pull/4288/head | Juan Ramos | 2023-06-19 | 1 | -9/+5 |
|
|
* | internal g3doc documentation change. | Abseil Team | 2023-06-09 | 1 | -1/+1 |
|
|
* | Copy supported platforms from README onto https://google.github.io/googletest... | Dino Radakovic | 2023-06-01 | 1 | -33/+6 |
|
|
* | Provide example for setting C++ language standard in GoogleTest's Bazel quick... | Dino Radakovic | 2023-05-31 | 1 | -1/+8 |
|
|
* | Add CXX_STANDARD_REQUIRED to CMake quickstartrefs/pull/4250/head | Shlomi Nissan | 2023-05-21 | 1 | -0/+1 |
|
|
* | Update gMock Cookbook to reflect deprecation of testing::ByMove | Abseil Team | 2023-04-17 | 1 | -18/+13 |
|
|
* | Update naming to "GoogleTest" in the GoogleTest Primer. | Abseil Team | 2023-03-29 | 1 | -34/+34 |
|
|
* | Replace `const char*` with `absl::string_view` as the latter is preferred. | Abseil Team | 2023-03-24 | 1 | -4/+4 |
|
|
* | Revise documentation to include AbslStringify | Phoebe Liang | 2023-03-20 | 1 | -88/+111 |
|
|
* | 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 |
|
|
* | | 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 |
|
|
* | | | Added a missing semicolon for GTEST_FLAG_SET code snippet. | Abseil Team | 2023-02-23 | 1 | -1/+1 |
| |/
|/| |
|
* | | Add support for the alternative base64 encoding in RFC 4648 section 5 to `Whe... | Abseil Team | 2023-02-06 | 1 | -1/+1 |
|/ |
|
* | Make document and example code more clear in the caveat section for potential... | Abseil Team | 2023-01-26 | 1 | -5/+11 |
|
|
* | Mention `DescribeMatcher` in matchers.md | Abseil Team | 2023-01-25 | 1 | -0/+12 |
|
|
* | Mention using MockFunction as a way to mock free functions. | Abseil Team | 2023-01-18 | 1 | -0/+4 |
|
|
* | Use a more recent commit of googletest that uses OS constraints from | Abseil Team | 2022-12-22 | 1 | -7/+6 |
|
|
* | Fix a typo in the documentation for "Using Predicates as Matchers". | Abseil Team | 2022-12-20 | 1 | -1/+1 |
|
|
* | Comment that q0_ in primer should remain empty | Dino Radakovic | 2022-12-20 | 1 | -0/+1 |
|
|
* | Specify a name for a `Property` in a code example. | Abseil Team | 2022-12-19 | 1 | -1/+1 |
|
|
* | Fix a typo in the gMock sample code for Defining a Custom Matcher Class. | Abseil Team | 2022-12-14 | 1 | -1/+1 |
|
|
* | This commit fixes a minor verb conjugation error in gmock_cook_book.md. | Abseil Team | 2022-11-23 | 1 | -1/+1 |
|
|
* | Change MakeUnique -> std::make_unique in docsrefs/pull/4066/head | Denis Hananein | 2022-11-20 | 2 | -5/+5 |
|
|
* | Add documentation for `--gunit_recreate_environments_when_repeating`. | Abseil Team | 2022-11-03 | 1 | -2/+6 |
|
|
* | Use git commit hash in CMake quickstart | Dino Radakovic | 2022-10-25 | 1 | -3/+2 |
|
|
* | Clarify that parameter generator does not evaluate immediately | Abseil Team | 2022-10-24 | 1 | -0/+5 |
|
|
* | Merge pull request #4037 from KloolK:patch-1 | Copybara-Service | 2022-10-17 | 1 | -17/+8 |
|\ |
|
| * | Fix table markup in testing.mdrefs/pull/4037/head | Jan | 2022-10-14 | 1 | -17/+8 |
|/ |
|
* | Update the POSIX Extended section of the Regular Expression Wikipedia page | Abseil Team | 2022-10-07 | 1 | -1/+1 |
|
|
* | Merge pull request #3967 from BMBurstein:custom_type_combine | Copybara-Service | 2022-10-04 | 1 | -7/+16 |
|\ |
|
| * | Merge branch 'google:main' into custom_type_combine | Baruch | 2022-09-25 | 1 | -1/+1 |
| |\
| |/
|/| |
|
| * | Merge branch 'google:main' into custom_type_combine | Baruch | 2022-09-14 | 1 | -6/+7 |
| |\ |
|
| * \ | Merge branch 'google:main' into custom_type_combine | Baruch | 2022-08-25 | 4 | -8/+8 |
| |\ \ |
|
| * | | | Custom type with Combine(). Fix for #3781 | Baruch Burstein | 2022-07-31 | 1 | -0/+1 |
|
|
* | | | | Update link to Bazel installation guiderefs/pull/4011/head | John Hinnegan | 2022-09-18 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Use UnorderedElementsAre in example about using matchers with maps | Abseil Team | 2022-09-09 | 1 | -6/+7 |
| |/
|/| |
|
* | | Merge pull request #3918 from assafpr:master2main | Copybara-Service | 2022-08-01 | 4 | -8/+8 |
|\ \
| |/
|/| |
|
| * | Update advanced.md | assafpr | 2022-06-27 | 1 | -5/+5 |
|
|
| * | Update faq.md | assafpr | 2022-06-22 | 1 | -1/+1 |
|
|
| * | documentation, change mater branch to main | assafpr | 2022-06-22 | 1 | -1/+1 |
|
|