summaryrefslogtreecommitdiff
path: root/googletest
Commit message (Expand)AuthorAgeFilesLines
* Give CreateArgvFromArgs internal linkageAbseil Team2023-05-111-1/+4
* This trips up when compiling with -Wvla otherwise.Abseil Team2023-05-051-2/+2
* Merge pull request #4146 from lygstate:fixes_std_pair_diffCopybara-Service2023-05-022-5/+31
|\
| * Merge branch 'main' into fixes_std_pair_diffAndy Soffer2023-05-0153-748/+856
| |\ | |/ |/|
* | Merge pull request #4227 from Vertexwahn:fix-spellingCopybara-Service2023-05-014-4/+4
|\ \
| * | Fix spellingVertexwahn2023-04-254-4/+4
* | | Use GTEST_INTERNAL_CPLUSPLUS_LANG instead of __cplusplusDino Radakovic2023-04-281-8/+9
* | | Use Abseil Flag public API for flag parsing.Abseil Team2023-04-263-26/+63
|/ /
* | Use '=default' to define trivial constructor/destructorsTom Hughes2023-04-2114-48/+48
* | Add missing std includesTom Hughes2023-04-2015-0/+37
* | Use std::make_uniqueTom Hughes2023-04-201-1/+1
* | Fix spellingTom Hughes2023-04-201-4/+4
* | Add missing std includesTom Hughes2023-04-207-59/+66
* | Make parameter names in function declaration match the names in theTom Hughes2023-04-201-10/+10
* | Merge pull request #3993 from pgroke-dt:work-around-GCC-11-ADL-bugCopybara-Service2023-04-121-6/+7
|\ \
| * | work around GCC 6~11 ADL bugPaul Groke2022-09-151-6/+7
* | | Support --gtest_stream_result_to on macOSAbseil Team2023-04-112-2/+3
* | | gtest.cc: run tests within a test suite in a deterministic order.Abseil Team2023-04-051-0/+20
* | | Rolled back due to breaking existing tests.Abseil Team2023-04-031-20/+0
* | | gtest.cc: run tests within a test suite in a deterministic order.Aaron Jacobs2023-03-301-0/+20
* | | Merge pull request #4103 from gonzalobg:bugfix/nvcxx_supportCopybara-Service2023-03-281-1/+1
|\ \ \
| * | | Add doc commentgonzalobg2023-03-231-1/+1
| * | | Fix warnings with nvc++ as the compilerGonzalo Brito Gadeschi2022-12-281-1/+1
* | | | Internal Code ChangeAbseil Team2023-03-242-5/+5
* | | | Internal Code ChangeAbseil Team2023-03-235-12/+9
* | | | gtest.cc: add a newline after a failure when there is no OS stack trace.Aaron Jacobs2023-03-224-15/+21
* | | | Fix minor bug -- if ExecDeathTestChildMain() ever returns, we should exitAbseil Team2023-03-211-2/+1
* | | | Merge pull request #4157 from dpogue:patch-1Copybara-Service2023-03-201-0/+4
|\ \ \ \
| * | | | Set CMP0069 policy to avoid warningsDarryl Pogue2023-02-171-0/+4
* | | | | Remove unused using-declarations in sample unit testsAbseil Team2023-03-202-2/+0
* | | | | Fix typo in test case name.Abseil Team2023-03-191-1/+1
* | | | | Merge pull request #4182 from venik:venik-char8-lib-fixCopybara-Service2023-03-173-7/+7
|\ \ \ \ \
| * | | | | __cpp_char8_t does not cover std::u8string implementation, but __cpp_lib_char...Alexander Nikforov2023-03-063-3/+5
* | | | | | Merge pull request #4180 from sergio-nsk:patch-3Copybara-Service2023-03-161-2/+2
|\ \ \ \ \ \
| * | | | | | Environment variables are accessible in UWP/WinRT appsSergey2023-03-101-2/+2
* | | | | | | [gtest] Drop custom-rolled heterogeneous comparator functors in favor of C++ ...Lawrence Wolf-Sonkin2023-03-101-49/+16
|/ / / / / /
* | | | | | Apply clang-tidy fixesAbseil Team2023-03-092-4/+5
* | | | | | Add a comment to clarify Fuchsia process launcher requirement.Abseil Team2023-03-081-0/+5
* | | | | | Apply clang-tidy fixesAbseil Team2023-03-076-16/+3
* | | | | | Fix compilation of googletest-printers-test.cc when using -WundefTom Hughes2023-03-071-2/+4
* | | | | | Suppress std::string DLL interface warning introduced in commit f063cd25c90cb...Abseil Team2023-03-071-1/+3
* | | | | | Fix compilation with -Wundef.Tom Hughes2023-03-063-19/+23
* | | | | | Always specify definitions for internal macrosTom Hughes2023-03-061-0/+20
* | | | | | Remove GTEST_FOR_GOOGLE_ macroTom Hughes2023-03-061-4/+0
* | | | | | Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"Tom Hughes2023-03-066-21/+22
* | | | | | Use "#ifdef" with public macrosTom Hughes2023-03-0615-48/+48
* | | | | | Only define GTEST_IS_THREADSAFE to 1, not 0Tom Hughes2023-03-061-2/+0
* | | | | | Always specify definitions for internal macrosTom Hughes2023-03-061-3/+20
* | | | | | Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2023-03-0619-241/+283
|/ / / / /
* | | | | Eliminate argv list action parameter.Abseil Team2023-02-271-2/+1