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.8.x
Google's C++ test framework: https://github.com/google/googletest
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
googletest
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
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
7
-11/+11
|
\
\
|
*
|
changed http to https
refs/pull/4349/head
sthd
2023-08-22
7
-11/+11
|
/
/
*
|
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
*
|
|
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 #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
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
*
|
|
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
1
-1/+1
|
/
/
*
|
Make `AbslStringify` usage public in GoogleTest
Abseil Team
2023-07-21
2
-0/+50
*
|
Remove unused cast implementation
Derek Mauro
2023-07-19
1
-41/+0
*
|
Merge pull request #4313 from kimvaleen:main
Copybara-Service
2023-07-18
2
-15/+16
|
\
\
|
*
|
Fixed variables that could be declared 'const'
refs/pull/4313/head
kimvaleen
2023-07-11
2
-2/+2
*
|
|
Merge pull request #4302 from ciband:feat/nrf52
Copybara-Service
2023-07-18
4
-4/+9
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
add support for nrf52
refs/pull/4302/head
Chris Johnson
2023-06-27
4
-4/+8
*
|
|
Merge pull request #4308 from smr99:fix-float-cast
Copybara-Service
2023-07-11
1
-2/+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Use template type FloatType in the cast.
refs/pull/4308/head
Steve Robbins
2023-07-04
1
-2/+2
*
|
|
Update docstring of PrintWithFallback(..) to reflect the recently changed ord...
Abseil Team
2023-07-07
1
-1/+1
|
/
/
*
|
Fix C++20 compatibility bug.
Mike Kruskal
2023-07-01
3
-8/+8
*
|
Make GoogleTest handle SEH exceptions before stack unwinding rather than afte...
Abseil Team
2023-06-30
2
-46/+27
*
|
Print stack traces on SEH exceptions on Windows
Abseil Team
2023-06-28
1
-18/+21
*
|
On platforms without a file system, don't log an error when no
Derek Mauro
2023-06-28
1
-2/+4
*
|
Resolve an issue where the resolution of `operator<<` overloads would attempt...
Abseil Team
2023-06-27
2
-2/+20
*
|
Merge pull request #4300 from eltociear:patch-1
Copybara-Service
2023-06-27
1
-2/+2
|
\
\
|
|
/
|
/
|
|
*
Fix typo in googletest-catch-exceptions-test.py
refs/pull/4300/head
Ikko Eltociear Ashimine
2023-06-22
1
-2/+2
*
|
Merge branch 'google:main' into feat/qn9090
refs/pull/4301/head
Chris Johnson
2023-06-22
10
-98/+70
|
\
\
|
|
/
|
*
Merge pull request #4293 from juan-lunarg:juan/fix_remaining_cmake_version
Copybara-Service
2023-06-21
2
-63/+28
|
|
\
|
|
*
cmake: Remove remaining checks for CMAKE_VERSION
refs/pull/4293/head
Juan Ramos
2023-06-21
2
-61/+26
|
|
/
|
*
cmake: Clean up policy code
refs/pull/4290/head
Juan Ramos
2023-06-20
2
-18/+0
|
*
Merge pull request #4288 from juan-lunarg:juan/cmake_min_3_dot_6
Copybara-Service
2023-06-20
1
-2/+1
|
|
\
|
|
*
cmake: Raise min to 3.6
refs/pull/4288/head
Juan Ramos
2023-06-19
1
-2/+1
[next]