index
:
googletest.git
05CC6081FCBD0071053DE78238E136B3
1278977C598F83A02A525FEA38941265
4422C11159FF3F7F49E4BC959EE89D06
498B35FA518A5E1CF8C95CE6D51091B2
77A9B20B4C1E02FAC90D1D942E1D4C18
8EA412EE54E54CAC6E49EE3B7C209DA1
9A681768AABE08D1EFA5CA77528236A4
B4DE7B5F4F45390ABCFB887AFADA9303
BC1EDD4B325FB2BF16E1EF6DF8EFC0DF
main
master
v1.10.x
v1.12.x
v1.13.x
v1.14.x
v1.15.x
v1.16.x
v1.8.x
Google's C++ test framework: https://github.com/google/googletest
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Update code with IWYU annotations.
Abseil Team
2023-09-18
1
-7/+7
*
|
Use the `empty()` method to check for emptiness instead of `length()`
Abseil Team
2023-09-18
2
-2/+2
*
|
GoogleTest FAQ: minor punctuation fixes
refs/pull/4362/head
Michael Hirshleifer
2023-09-14
1
-15/+15
*
|
Remove Googletest FAQ entry for obsolete `ProtocolMessageEquals` and `Protoco...
Michael Hirshleifer
2023-09-14
1
-21/+0
*
|
Merge pull request #4342 from tanzislam:prefer-tmpdir-on-android
Copybara-Service
2023-09-14
1
-8/+24
|
\
\
|
*
|
Reuse TempDir() function
refs/pull/4342/head
Tanzinul Islam
2023-08-26
1
-4/+1
|
*
|
Prefer $TMPDIR to /data/local/tmp on Android
Tanzinul Islam
2023-08-18
1
-1/+7
*
|
|
Merge pull request #4365 from tanzislam:fix-thread-count-after-thread-creation
Copybara-Service
2023-09-11
1
-3/+3
|
\
\
\
|
*
|
|
Count threads after thread-creation while still holding mutex lock
refs/pull/4365/head
Tanzinul Islam
2023-09-03
1
-3/+3
|
/
/
/
*
|
|
googletest: Add universal printer for `std::span`
Dino Radakovic
2023-08-25
3
-2/+53
*
|
|
Merge pull request #4349 from sthd:httpToHttps
Copybara-Service
2023-08-23
11
-20/+20
|
\
\
\
|
*
|
|
changed http to https
refs/pull/4349/head
sthd
2023-08-22
11
-21/+21
|
/
/
/
*
|
|
Merge pull request #4343 from sthd:http-to-https
Copybara-Service
2023-08-22
3
-11/+11
|
\
\
\
|
*
\
\
Merge branch 'google:main' into http-to-https
refs/pull/4343/head
Elior Schneider
2023-08-20
1
-1/+2
|
|
\
\
\
|
*
|
|
|
Update advanced.md
Elior Schneider
2023-08-20
1
-1/+1
|
*
|
|
|
Merge branch 'google:main' into http-to-https
Elior Schneider
2023-08-18
3
-44/+28
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
Changed 2 public links from http to https
sthd
2023-08-11
1
-2/+2
|
*
|
|
|
Changed 3 public links from http to https
sthd
2023-08-11
1
-3/+3
|
*
|
|
|
Changed 2 public links from http to https
sthd
2023-08-11
1
-2/+2
|
*
|
|
|
Changed 3 public links from http to https
sthd
2023-08-11
1
-3/+3
*
|
|
|
|
googletest: Replace http with https in links to docs
Dino Radakovic
2023-08-22
2
-4/+4
*
|
|
|
|
CI: Update the Linux hybrid-latest docker container used for testing
Derek Mauro
2023-08-21
1
-1/+1
*
|
|
|
|
Clean up typos: Exhaused => Exhausted
Abseil Team
2023-08-21
1
-1/+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #4322 from pgawro:ansi_colors
Copybara-Service
2023-08-18
1
-1/+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
googletest: ansi color fix
refs/pull/4322/head
Patryk Gawroński
2023-08-16
1
-1/+2
*
|
|
|
Improve error message for invalid parameterized test names.
Abseil Team
2023-08-17
1
-1/+3
*
|
|
|
Merge pull request #4333 from ngie-eign:gtest_help_test-fix-FreeBSD
Copybara-Service
2023-08-15
1
-3/+14
|
\
\
\
\
|
*
|
|
|
Fix GTestHelpTest.TestHelpFlag on FreeBSD
refs/pull/4333/head
Enji Cooper
2023-08-08
1
-3/+13
*
|
|
|
|
gtest_help_test: Make method names `snake_case`, conforming with [the style g...
Dino Radakovic
2023-08-15
1
-7/+7
*
|
|
|
|
gtest_help_test: Inline test helper functions
Dino Radakovic
2023-08-15
1
-23/+7
*
|
|
|
|
Merge pull request #4334 from ngie-eign:fix-RETest-non-ABSL
Copybara-Service
2023-08-15
1
-2/+2
|
\
\
\
\
\
|
*
|
|
|
|
Fix RETest/1.ImplicitConstructorWorks on non-ABSL platforms
refs/pull/4334/head
Enji Cooper
2023-08-08
1
-2/+2
|
|
/
/
/
/
*
|
|
|
|
gtest_help_test: Delete obsolete helper `TestUnknownFlagWithAbseil`
Dino Radakovic
2023-08-15
1
-13/+0
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Specify SetUpTestSuite is required to be public.
Abseil Team
2023-08-10
1
-4/+4
*
|
|
|
Merge pull request #4330 from IncludeGuardian:remove-iomanip
Copybara-Service
2023-08-08
2
-6/+4
|
\
\
\
\
|
*
|
|
|
Remove public includes of `<iomanip>`
refs/pull/4330/head
Elliot Goodrich
2023-08-03
2
-6/+4
*
|
|
|
|
Merge pull request #4328 from robert-shade:suppress_unreachable_warning
Copybara-Service
2023-08-07
1
-1/+7
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Avoid unreachable code warning
refs/pull/4328/head
Robert Shade
2023-08-02
1
-1/+7
*
|
|
|
|
Make references to `#include`s consistent across docs
Dino Radakovic
2023-08-07
3
-4/+3
*
|
|
|
|
Merge pull request #4323 from pgawro:gtest_ExpectThrowTest_DoesNotGenerateUnr...
Copybara-Service
2023-08-03
1
-1/+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
gtest: Supress warning about set unused variable
refs/pull/4323/head
Patryk Gawroński
2023-07-26
1
-1/+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Update documentation to refer to v1.14
Derek Mauro
2023-08-02
2
-5/+5
*
|
|
|
Bump version to v1.14 in preparation for release
v1.14.0-pre
v1.14.0
v1.14.x
Derek Mauro
2023-08-02
1
-1/+1
*
|
|
|
Remove the GTEST_HAS_DOWNCAST_ customization point.
Derek Mauro
2023-08-02
1
-14/+4
*
|
|
|
Add googletest-message-test to the Bazel tests
Derek Mauro
2023-08-02
1
-0/+1
*
|
|
|
Make testing::Message support streamed AbslStringify values
Phoebe Liang
2023-08-01
2
-2/+57
*
|
|
|
Update GoogleTest dependencies
Derek Mauro
2023-08-01
2
-20/+20
*
|
|
|
Merge pull request #4325 from juliencombattelli:main
Copybara-Service
2023-07-31
1
-1/+1
|
\
\
\
\
|
*
|
|
|
Use #if and not #ifdef to check filesystem support
refs/pull/4325/head
Julien Combattelli
2023-07-29
1
-1/+1
|
|
/
/
/
*
|
|
|
Adjust includes to use <> instead of "", consistent with quickstart pages.
Abseil Team
2023-07-28
6
-8/+8
|
/
/
/
[prev]
[next]