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
...
|
*
|
Docs: Add mention of `gtest_recreate_environments_when_repeating`
refs/pull/4435/head
kaswhy
2024-01-23
1
-11/+13
|
*
|
Docs: add conditions for calling SetUp and TearDown()
kaswhy
2024-01-11
1
-8/+12
|
*
|
Docs: add conditions for calling TearDown()
kaswhy
2023-12-28
1
-3/+6
*
|
|
Add support for Bzlmod for the next release
Derek Mauro
2024-01-25
8
-22/+122
*
|
|
Fix double-promotion warnings in AppropriateResolution()
Abseil Team
2024-01-23
1
-21/+28
*
|
|
Merge pull request #4444 from michaeldleslie:only_apply_lregex_for_qnx710_and...
Copybara-Service
2024-01-22
1
-1/+1
|
\
\
\
|
*
|
|
only apply -lregex for qnx710 and newer
refs/pull/4444/head
Michael Leslie
2024-01-10
1
-1/+1
*
|
|
|
googletest: Fix incorrect comment about `value_param` of `internal::MakeAndRe...
Dino Radakovic
2024-01-22
1
-1/+1
*
|
|
|
If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag library
Abseil Team
2024-01-18
2
-6/+14
*
|
|
|
Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEM
Abseil Team
2024-01-16
2
-6/+11
*
|
|
|
Do not emit stack traces for messages generated by GTEST_SKIP()
Abseil Team
2024-01-16
3
-8/+15
|
/
/
/
*
|
|
Update CI builds to use Bazel 7.0.0
Derek Mauro
2024-01-09
3
-7/+5
*
|
|
Add a note about argv requiring NULL termination.
Abseil Team
2024-01-09
1
-1/+3
*
|
|
Disable -Wfloat-equal in AppropriateResolution().
Krzysztof KosiĆski
2024-01-09
1
-0/+7
|
/
/
*
|
Accept move-only callables in `InvokeArguments`
Abseil Team
2023-12-28
2
-2/+14
*
|
Minor documentation correction.
Abseil Team
2023-12-22
1
-2/+2
*
|
Fix broken links in primer.md
Derek Mauro
2023-12-19
1
-2/+2
*
|
Fix data race in leak detection
Abseil Team
2023-12-18
1
-0/+1
*
|
Add `FAIL_AT` macro variant of `FAIL` matching `ADD_FAILURE`, `ADD_FAILURE_AT`
Abseil Team
2023-12-13
1
-0/+1
*
|
Remove unnecessary conversion
Tom Hughes
2023-12-12
1
-2/+2
*
|
Merge pull request #4426 from tamaskenez:cmake_external_absl_re2
Copybara-Service
2023-12-04
2
-0/+13
|
\
\
|
*
|
Allow using external absl and re2.
refs/pull/4426/head
Tamas Kenez
2023-12-01
2
-0/+13
*
|
|
Skip find_package(Python3) when not building tests
Derek Mauro
2023-12-04
1
-1/+3
|
/
/
*
|
Implement `testing::Rethrow` to throw exceptions more easily via `std::except...
Abseil Team
2023-11-27
2
-3/+30
*
|
Merge pull request #4397 from botovq:raise
Copybara-Service
2023-10-30
1
-0/+1
|
\
\
|
*
|
Add missing include for raise(3)
refs/pull/4397/head
Theo Buehler
2023-10-25
1
-0/+1
*
|
|
Export gmock-spec-builders.
Abseil Team
2023-10-26
1
-0/+1
|
/
/
*
|
StartsWith: Explicitly construct matcher-typed strings from matchee parameter
refs/pull/4398/head
Dino Radakovic
2023-10-23
2
-2/+11
*
|
Improve error message for invalid parameterized test names.
Abseil Team
2023-10-19
1
-2/+2
*
|
s/::testing::/testing::/ in test documentation outside of using statements to...
Abseil Team
2023-10-18
1
-7/+7
*
|
gtest-death-test-internal: Delete obsolete string constants
Dino Radakovic
2023-10-17
1
-3/+1
*
|
Fix RE::Init for Android and NetBSD.
Abseil Team
2023-10-05
2
-4/+15
*
|
gmock_cook_book: Document `DoAll`'s return type requirement
Dino Radakovic
2023-10-03
1
-0/+6
*
|
Merge pull request #4382 from idzm:fix_cmake_comments
Copybara-Service
2023-10-02
4
-42/+42
|
\
\
|
*
|
cmake: Fix comments in cmake files
refs/pull/4382/head
Dzmitry Ivaniuk
2023-09-29
4
-43/+42
|
/
/
*
|
Resolve `-Wundef` triggering on `GTEST_CREATE_SHARED_LIBRARY` and `GTEST_LINK...
Abseil Team
2023-09-25
1
-2/+2
*
|
Merge pull request #4374 from masbug:main
Copybara-Service
2023-09-25
1
-4/+5
|
\
\
|
*
|
Fix compile warnings in gmock-function-mocker.h
refs/pull/4374/head
Mitja Spes
2023-09-21
1
-4/+4
*
|
|
Update C++ feature detection in `gtest-port.h` to rely on feature test macros...
Abseil Team
2023-09-22
1
-24/+36
*
|
|
Use `absl::HasAbslStringify`, instead of the internal version.
Abseil Team
2023-09-21
2
-15/+13
*
|
|
googletest: Update absl to version with HasAbslStringify
Dino Radakovic
2023-09-21
1
-4/+4
|
/
/
*
|
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
|
/
/
/
[prev]
[next]