summaryrefslogtreecommitdiffstats
path: root/googletest/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | RecordProperty serializes ints and 64-bit ints, including size_tsAbseil Team2022-11-071-1/+2
* | | Fix typo in documentation of ConvertGenerator()Abseil Team2022-11-051-1/+1
* | | Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRoo...Abseil Team2022-10-181-0/+10
* | | Fix detection of the no_sanitize("hwaddress") attributeDerek Mauro2022-10-171-1/+12
|/ /
* | Use attribute testing to simplify portable attribute macrosDerek Mauro2022-10-141-48/+37
* | Terse printing of std::reference_wrapper hides pointerAbseil Team2022-10-141-0/+7
* | Merge pull request #3967 from BMBurstein:custom_type_combineCopybara-Service2022-10-043-1/+113
|\ \
| * \ Merge branch 'google:main' into custom_type_combineBaruch2022-09-282-11/+23
| |\ \
| * \ \ Merge branch 'google:main' into custom_type_combineBaruch2022-08-251-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Custom type with Combine(). Fix for #3781Baruch Burstein2022-07-313-1/+112
* | | | Uses a simpler mechanism to disable the copying of GoogleTest test suites, to...Abseil Team2022-09-302-6/+12
* | | | Rollback: Moves boilerplate disabling copy constructor/assignment from Google...Abseil Team2022-09-282-16/+6
* | | | Rollback: Uses a simpler mechanism to disable the copying of GoogleTest test ...Abseil Team2022-09-282-6/+13
* | | | Uses a simpler mechanism to disable the copying of GoogleTest test suites.Abseil Team2022-09-282-13/+6
* | | | Moves boilerplate disabling copy constructor/assignment from GoogleTest's TES...Abseil Team2022-09-282-6/+16
| |_|/ |/| |
* | | Merge pull request #4016 from Maratyszcza:qurtCopybara-Service2022-09-272-11/+23
|\ \ \ | |_|/ |/| |
| * | Port GoogleTest to QuRT (Hexagon RTOS)refs/pull/4016/headMarat Dukhan2022-09-262-8/+19
|/ /
* | Explicitly instantiate matchee std::string in MatchesRegexDino Radakovic2022-08-041-1/+1
|/
* Continuation for #3183refs/pull/3953/headYuriy Chernyshov2022-07-211-2/+2
* Merge pull request #3946 from anpol:export-tlvhbaseCopybara-Service2022-07-181-1/+1
|\
| * export ThreadLocalValueHolderBase which is required by exported APIs.refs/pull/3946/headAndrei Polushin2022-07-141-1/+1
* | Merge pull request #3927 from yutotnh:fix-typoCopybara-Service2022-07-181-1/+1
|\ \ | |/ |/|
| * fix: some typos in commentyutotnh2022-07-011-1/+1
* | Merge pull request #3928 from venik:venik-clean-upCopybara-Service2022-07-121-2/+1
|\ \
| * | cleanup from unique_ptr branchrefs/pull/3928/headAlexander Nikforov2022-07-011-2/+1
| |/
* | Enable heterogeneous lookup for RegisteredTestsMap.Chris Kennelly2022-07-071-1/+2
|/
* Disable warning C4251 around refactored codeDerek Mauro2022-06-162-0/+9
* Merge pull request #3866 from eidosmontreal:simplify_shouldusecolorCopybara-Service2022-06-131-1/+2
|\
| * Simplify ColoredPrintf to rely on ShouldUseColorGaspard Petit2022-05-301-1/+2
* | Remove undefined internal function.Abseil Team2022-06-091-8/+0
|/
* Add clarifying comments about when to use EXPECT_NONFATAL_FAILURE vs. EXPECT_...Abseil Team2022-05-121-4/+6
* Fixup some missing overrides in googletest.Abseil Team2022-05-101-2/+2
* Use RE2 for the regex implementation when building with Bazel and using AbseilDerek Mauro2022-04-261-28/+42
* Merge pull request #3797 from glandium:issue3514Copybara-Service2022-04-261-3/+4
|\
| * Always initialize fields in MatcherBase constructorsrefs/pull/3797/headMike Hommey2022-04-201-3/+4
* | Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-229-95/+146
* | Eliminate the legacy GTEST_COMPILE_ASSERT_ macroDerek Mauro2022-04-211-11/+0
|/
* Use the Abseil flags library when Abseil is presentDerek Mauro2022-04-042-41/+53
* Running clang-format over all of GoogleTestAbseil Team2022-03-1519-1057/+957
* Remove references to deleted script gen_gtest_pred_impl.pyDino Radakovic2022-03-141-3/+0
* GetCurrentOsStackTraceExceptTop (both the method of UnitTestImpl and the wrap...Abseil Team2022-02-011-0/+14
* Factor out AssertionResult into dedicated gtest-assertion-result header + imp...Abseil Team2022-01-193-188/+237
* Consistently apply IWYU pragmas across googletest and googlemock headersAbseil Team2022-01-1819-18/+73
* Merge pull request #3725 from bsilver8192:remove-another-disallow-assignCopybara-Service2022-01-111-15/+0
* Add NOLINT to address modernize-use-trailing-return-type in TEST_F usesAbseil Team2021-12-071-4/+8
* Googletest exportAbseil Team2021-11-091-0/+1
* Googletest exportAbseil Team2021-11-091-0/+6
* Googletest exportAbseil Team2021-11-031-1/+1
* Merge pull request #3638 from limitedAtonement:3637-disabled-outputCJ Johnson2021-11-031-0/+4
|\
| * Re #3637 Show Disabled Tests in testing outputrefs/pull/3638/headlmat2021-11-011-0/+4