summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Shut up a Clang warning.Abseil Team2022-12-151-1/+6
* Fix a typo in the gMock sample code for Defining a Custom Matcher Class.Abseil Team2022-12-141-1/+1
* Convert feature requests to a formDerek Mauro2022-12-122-24/+33
* Refactor matrix verification into VerifyMatchMatrix.refs/pull/4082/headAbseil Team2022-12-122-17/+17
* Introduces a new porting flag (GTEST_HAS_FILE_SYSTEM) to indicate whether a p...Abseil Team2022-12-125-40/+115
* Fall back to the system clock when building with newlib on a system without a...Tom Hughes2022-12-081-3/+10
* Migrate GoogleTest to a bug report template and add a link to the discussionDerek Mauro2022-12-073-43/+57
* Remove the unused class TestNameIsDerek Mauro2022-12-061-31/+0
* Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.Abseil Team2022-11-302-4/+4
* Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigg...Abseil Team2022-11-295-3/+59
* This commit fixes a minor verb conjugation error in gmock_cook_book.md.Abseil Team2022-11-231-1/+1
* Merge pull request #4066 from zloylos:doc/make_uniqCopybara-Service2022-11-212-5/+5
|\
| * Change MakeUnique -> std::make_unique in docsrefs/pull/4066/headDenis Hananein2022-11-202-5/+5
|/
* When printing floating-point numbers, print full precision by default.Abseil Team2022-11-162-1/+84
* Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes.Abseil Team2022-11-154-15/+7
* Merge pull request #4058 from zloylos:support-kitty-termCopybara-Service2022-11-143-9/+14
|\
| * Support kitty TERMrefs/pull/4058/headDenis Hananein2022-11-103-0/+5
* | Merge pull request #4060 from RerEngineer:mainCopybara-Service2022-11-141-3/+3
|\ \
| * | (no commit message)refs/pull/4060/headRerEngineer2022-11-120-0/+0
| * | fixing gcc.gnu domain redirectionRerEngineer2022-11-121-1/+1
|/ /
* | Defined a testing::SrcDir() function that returns the name of a directoryAbseil Team2022-11-113-11/+140
* | Merge pull request #4039 from zloylos:fix-return-fail-at-4038Copybara-Service2022-11-101-3/+3
|\ \
| * | Add return for GTEST_FAIL_ATrefs/pull/4039/headDenis Hananein2022-10-151-2/+2
* | | Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class.Abseil Team2022-11-081-1/+1
* | | RecordProperty serializes ints and 64-bit ints, including size_tsAbseil Team2022-11-073-8/+9
* | | Fix typo in documentation of ConvertGenerator()Abseil Team2022-11-051-1/+1
* | | Add documentation for `--gunit_recreate_environments_when_repeating`.Abseil Team2022-11-031-2/+6
* | | Merge pull request #4041 from zloylos:allow-naming-expectationsCopybara-Service2022-10-253-11/+48
|\ \ \
| * | | Fix format without expectation namerefs/pull/4041/headDenis Hananein2022-10-211-2/+2
| * | | Change messagesDenis Hananein2022-10-212-10/+9
| * | | Allow naming expectations #3970Denis Hananein2022-10-202-4/+29
| | |/ | |/|
* | | Use git commit hash in CMake quickstartDino Radakovic2022-10-251-3/+2
* | | Clarify that parameter generator does not evaluate immediatelyAbseil Team2022-10-241-0/+5
|/ /
* | Merge pull request #4036 from zloylos:fix-output-json-3884Copybara-Service2022-10-191-0/+3
|\ \
| * | Fix JSON output format #3884refs/pull/4036/headDenis Hananein2022-10-111-0/+3
* | | CMake: Add GTEST_HAS_ABSL build option for using AbslAbseil Team2022-10-192-0/+17
* | | Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRoo...Abseil Team2022-10-183-18/+85
* | | Fix detection of the no_sanitize("hwaddress") attributeDerek Mauro2022-10-171-1/+12
* | | Merge pull request #4037 from KloolK:patch-1Copybara-Service2022-10-171-17/+8
|\ \ \
| * | | Fix table markup in testing.mdrefs/pull/4037/headJan2022-10-141-17/+8
* | | | Add Windows CI scriptDino Radakovic2022-10-171-0/+56
| |_|/ |/| |
* | | Use attribute testing to simplify portable attribute macrosDerek Mauro2022-10-141-48/+37
* | | Terse printing of std::reference_wrapper hides pointerAbseil Team2022-10-142-0/+30
|/ /
* | Merge pull request #4035 from Vertexwahn:update-depsCopybara-Service2022-10-121-8/+13
|\ \
| * | Update rules_python, bazel_skylib and platfromsrefs/pull/4035/headVertexwahn2022-10-081-8/+13
* | | Workaround for Visual C++ error C2039 with std::tuple_element_t.Abseil Team2022-10-122-4/+15
| |/ |/|
* | Merge pull request #4032 from Ferenc-:suggest-fixed-versionCopybara-Service2022-10-101-1/+1
|\ \ | |/ |/|
| * Suggests a release with fixed CMakeLists.txtrefs/pull/4032/headFerenc Géczi2022-10-091-1/+1
|/
* Update the POSIX Extended section of the Regular Expression Wikipedia pageAbseil Team2022-10-071-1/+1
* [fuchsia] Use __builtin_trap to trigger gunit_break_on_failure on non-x86 archAbseil Team2022-10-061-0/+12