• Joined on 2024-11-06
coffee synced commits to refs/pull/4389/merge at coffee/googletest from mirror 2026-07-30 08:16:27 +08:00
f11e4be85d Merge 4272bb51904567609a1cd35c1a38003d0a20395a into a0f06a70e3da7afa88da9527c43951bca1f7cef2
a0f06a70e3 Make GoogleTest handle std::monostate and valueless_by_exception() for std::variant similarly to how it handles std::nullopt
Compare 2 commits »
coffee synced commits to refs/pull/4571/merge at coffee/googletest from mirror 2026-07-30 08:16:27 +08:00
442f708851 Merge 763d27219ce526b2f0f1779199b13c61a3833cd2 into a0f06a70e3da7afa88da9527c43951bca1f7cef2
a0f06a70e3 Make GoogleTest handle std::monostate and valueless_by_exception() for std::variant similarly to how it handles std::nullopt
Compare 2 commits »
coffee synced commits to refs/pull/4628/merge at coffee/googletest from mirror 2026-07-30 08:16:27 +08:00
3a94245863 Merge 1c9e9a635f3a7a6be7771559fe28ea70bcee8de4 into a0f06a70e3da7afa88da9527c43951bca1f7cef2
a0f06a70e3 Make GoogleTest handle std::monostate and valueless_by_exception() for std::variant similarly to how it handles std::nullopt
Compare 2 commits »
coffee synced commits to refs/pull/4670/merge at coffee/googletest from mirror 2026-07-30 08:16:27 +08:00
bf846710cd Merge d38cdaefc2b0f0f1acc3fbdec4bc747c6a533b58 into a0f06a70e3da7afa88da9527c43951bca1f7cef2
a0f06a70e3 Make GoogleTest handle std::monostate and valueless_by_exception() for std::variant similarly to how it handles std::nullopt
Compare 2 commits »
coffee synced commits to refs/pull/4672/merge at coffee/googletest from mirror 2026-07-30 08:16:27 +08:00
6f2df35ff9 Merge fac82b687b4910e551431d83613859e9a2c7eef8 into a0f06a70e3da7afa88da9527c43951bca1f7cef2
a0f06a70e3 Make GoogleTest handle std::monostate and valueless_by_exception() for std::variant similarly to how it handles std::nullopt
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
1269db9643 Fix GetTestSuite(i) ignoring shuffle order UnitTestImpl::GetTestSuite(int i) computes the shuffled index from test_suite_indices_ but then accesses test_suites_ using the raw parameter 'i' instead of the computed 'index'. This causes the public API UnitTest::GetTestSuite(i) to return test suites in original registration order rather than the active shuffle order. The mutable variant GetMutableSuiteCase(i) correctly uses 'index', and the equivalent function TestSuite::GetTestInfo(i) also uses 'index'. This was a copy-paste typo introduced in commit bd851333 (Sep 2009) when the shuffle feature was first added. The bug is observable from within TestEventListener callbacks during test execution when --gtest_shuffle is active.
Compare 4 commits »
coffee synced commits to refs/pull/4687/merge at coffee/googletest from mirror 2026-07-30 08:16:27 +08:00
a97a90d3dc Merge 2075c621119d7ec5ad0f9817c92dea1702642d53 into a0f06a70e3da7afa88da9527c43951bca1f7cef2
a0f06a70e3 Make GoogleTest handle std::monostate and valueless_by_exception() for std::variant similarly to how it handles std::nullopt
Compare 2 commits »
coffee synced commits to refs/pull/4695/merge at coffee/googletest from mirror 2026-07-30 08:16:27 +08:00
a7f4506139 Merge 1d93448edca339f2f1566d05596ba8064d38113b into a0f06a70e3da7afa88da9527c43951bca1f7cef2
a0f06a70e3 Make GoogleTest handle std::monostate and valueless_by_exception() for std::variant similarly to how it handles std::nullopt
Compare 2 commits »
coffee synced commits to refs/pull/4702/merge at coffee/googletest from mirror 2026-07-30 08:16:27 +08:00
4ec63abb9a Merge aaebbb24f65fe9ba33c679b4c1ea4311948b168e into a0f06a70e3da7afa88da9527c43951bca1f7cef2
a0f06a70e3 Make GoogleTest handle std::monostate and valueless_by_exception() for std::variant similarly to how it handles std::nullopt
Compare 2 commits »
coffee synced commits to refs/pull/4788/merge at coffee/googletest from mirror 2026-07-30 08:16:27 +08:00
7d665159cc Merge 8d24b1552bb723d36f006cce2d64861496b29377 into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
1269db9643 Fix GetTestSuite(i) ignoring shuffle order UnitTestImpl::GetTestSuite(int i) computes the shuffled index from test_suite_indices_ but then accesses test_suites_ using the raw parameter 'i' instead of the computed 'index'. This causes the public API UnitTest::GetTestSuite(i) to return test suites in original registration order rather than the active shuffle order. The mutable variant GetMutableSuiteCase(i) correctly uses 'index', and the equivalent function TestSuite::GetTestInfo(i) also uses 'index'. This was a copy-paste typo introduced in commit bd851333 (Sep 2009) when the shuffle feature was first added. The bug is observable from within TestEventListener callbacks during test execution when --gtest_shuffle is active.
Compare 3 commits »
coffee synced commits to refs/pull/4789/merge at coffee/googletest from mirror 2026-07-30 08:16:27 +08:00
84eed1c1a6 Merge 05a9ebf4e22629288c86305ab41bab75b75d2d96 into a0f06a70e3da7afa88da9527c43951bca1f7cef2
a0f06a70e3 Make GoogleTest handle std::monostate and valueless_by_exception() for std::variant similarly to how it handles std::nullopt
Compare 2 commits »
coffee synced commits to refs/pull/4793/merge at coffee/googletest from mirror 2026-07-30 08:16:27 +08:00
f291bedc2b Merge 171cab7465106d5ad0c6222cad59d0ed03afe3ba into a0f06a70e3da7afa88da9527c43951bca1f7cef2
a0f06a70e3 Make GoogleTest handle std::monostate and valueless_by_exception() for std::variant similarly to how it handles std::nullopt
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
Compare 7 commits »
coffee synced commits to refs/pull/4801/merge at coffee/googletest from mirror 2026-07-30 08:16:27 +08:00
3bf762679d Merge 1df993eb7b29b071d46e70669d01953ee80d7f7c into a0f06a70e3da7afa88da9527c43951bca1f7cef2
a0f06a70e3 Make GoogleTest handle std::monostate and valueless_by_exception() for std::variant similarly to how it handles std::nullopt
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
Compare 7 commits »
coffee synced commits to refs/pull/4828/merge at coffee/googletest from mirror 2026-07-30 08:16:27 +08:00
0ee27e27ab Merge d32e674de80fc15231be5304e357a91001342ed5 into a0f06a70e3da7afa88da9527c43951bca1f7cef2
a0f06a70e3 Make GoogleTest handle std::monostate and valueless_by_exception() for std::variant similarly to how it handles std::nullopt
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
1269db9643 Fix GetTestSuite(i) ignoring shuffle order UnitTestImpl::GetTestSuite(int i) computes the shuffled index from test_suite_indices_ but then accesses test_suites_ using the raw parameter 'i' instead of the computed 'index'. This causes the public API UnitTest::GetTestSuite(i) to return test suites in original registration order rather than the active shuffle order. The mutable variant GetMutableSuiteCase(i) correctly uses 'index', and the equivalent function TestSuite::GetTestInfo(i) also uses 'index'. This was a copy-paste typo introduced in commit bd851333 (Sep 2009) when the shuffle feature was first added. The bug is observable from within TestEventListener callbacks during test execution when --gtest_shuffle is active.
Compare 4 commits »
coffee synced commits to refs/pull/4864/merge at coffee/googletest from mirror 2026-07-30 08:16:27 +08:00
06582db7c2 Merge 9d0754ba6b6de882d55bdfb9439a84c9aa85dd3e into a0f06a70e3da7afa88da9527c43951bca1f7cef2
a0f06a70e3 Make GoogleTest handle std::monostate and valueless_by_exception() for std::variant similarly to how it handles std::nullopt
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
Compare 7 commits »
coffee synced commits to refs/pull/4876/merge at coffee/googletest from mirror 2026-07-30 08:16:27 +08:00
ee02e61fe2 Merge bfa18a8ae8de00b7a63938c1883d96423a9093e8 into a0f06a70e3da7afa88da9527c43951bca1f7cef2
a0f06a70e3 Make GoogleTest handle std::monostate and valueless_by_exception() for std::variant similarly to how it handles std::nullopt
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
c6f04243ed Automated Code Change
af4c3cfcb3 Automated Code Change
Compare 7 commits »
coffee synced commits to refs/pull/10764/head at coffee/mbedtls from mirror 2026-07-30 00:06:36 +08:00
de9ff8f334 makefile: allow TF-PSA-Crypto path to be specified
3e1139ba1b cmake: Allow generic path for TF-PSA-Crypto repo
884c5f81a5 doc: configure doxygen file before
3bb3738679 Merge pull request #10820 from minosgalanakis/tools/fix-auto-generated-files
12556bc2a2 Merge pull request #10804 from valeriosetti/improve-rsa-pubkey-import-err-code
Compare 8 commits »
coffee synced commits to refs/pull/10764/merge at coffee/mbedtls from mirror 2026-07-30 00:06:36 +08:00
e803e66589 Merge de9ff8f3347c617f2b833401a5011d81fa74d912 into 3bb373867917b674265067cbd38b9d252c43d014
de9ff8f334 makefile: allow TF-PSA-Crypto path to be specified
3e1139ba1b cmake: Allow generic path for TF-PSA-Crypto repo
884c5f81a5 doc: configure doxygen file before
Compare 4 commits »
coffee synced commits to clean at coffee/fmt from mirror 2026-07-30 00:06:28 +08:00
a915a67897 Handle const-qualified named arguments
coffee synced commits to refs/pull/4837/merge at coffee/googletest from mirror 2026-07-30 00:06:26 +08:00
5b4c60a1a7 Merge 7a60b1abe8be0a2790f7c7aebd2a065ecad60d3a into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
1269db9643 Fix GetTestSuite(i) ignoring shuffle order UnitTestImpl::GetTestSuite(int i) computes the shuffled index from test_suite_indices_ but then accesses test_suites_ using the raw parameter 'i' instead of the computed 'index'. This causes the public API UnitTest::GetTestSuite(i) to return test suites in original registration order rather than the active shuffle order. The mutable variant GetMutableSuiteCase(i) correctly uses 'index', and the equivalent function TestSuite::GetTestInfo(i) also uses 'index'. This was a copy-paste typo introduced in commit bd851333 (Sep 2009) when the shuffle feature was first added. The bug is observable from within TestEventListener callbacks during test execution when --gtest_shuffle is active.
Compare 3 commits »
coffee synced commits to refs/pull/4894/merge at coffee/googletest from mirror 2026-07-30 00:06:26 +08:00
fa09f4c835 Merge bef2a5834c193419e5cba354058a76f3c42010c1 into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600
3ff51c3e80 Merge pull request #5041 from alvinjaison:fix/get-test-suite-shuffle-index
1269db9643 Fix GetTestSuite(i) ignoring shuffle order UnitTestImpl::GetTestSuite(int i) computes the shuffled index from test_suite_indices_ but then accesses test_suites_ using the raw parameter 'i' instead of the computed 'index'. This causes the public API UnitTest::GetTestSuite(i) to return test suites in original registration order rather than the active shuffle order. The mutable variant GetMutableSuiteCase(i) correctly uses 'index', and the equivalent function TestSuite::GetTestInfo(i) also uses 'index'. This was a copy-paste typo introduced in commit bd851333 (Sep 2009) when the shuffle feature was first added. The bug is observable from within TestEventListener callbacks during test execution when --gtest_shuffle is active.
Compare 3 commits »