summaryrefslogtreecommitdiff
path: root/googletest
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #4164 from sergio-nsk:patch-2Copybara-Service2023-02-271-0/+4
|\ \
| * | Fix error in_death_test_child_process: undeclared identifierSergey2023-02-211-0/+3
* | | Reorder printers list.Phoebe Liang2023-02-271-2/+3
* | | Add `const` qualifier to `gtest_sentinel` which doesn't change.Abseil Team2023-02-241-1/+1
* | | Avoid redundant declaration of static constexpr members in c++17Dino Radakovic2023-02-222-0/+7
|/ /
* | Remove int64_t cast in RecordPropertyTom Hughes2023-02-214-14/+12
|/
* Remove strdup usageAbseil Team2023-02-154-115/+54
* Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEMAbseil Team2023-02-142-1/+10
* Avoid reliance on <any> header without RTTI on MSVCAbseil Team2023-02-131-1/+2
* Fix _MSC_VER checkTom Hughes2023-02-081-1/+1
* Remove GTEST_USES_PCRE referencesTom Hughes2023-02-071-21/+0
* Fix -Wsign-conversion warningsTom Hughes2023-02-025-16/+50
* Remove unneccessary "#if _MSC_VER"Tom Hughes2023-02-022-6/+2
* Add a trailing decimal point to FormatTimeInMillisAsSeconds() output when inputAbseil Team2023-02-024-5/+24
* Build gmock Python tests when building with cmakeTom Hughes2023-02-011-2/+4
* Fix sign conversion warning from clang:Tom Hughes2023-01-311-2/+3
* Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes2023-01-302-15/+4
* Test current behavior of doubles and floats in RecordPropertyTom Hughes2023-01-273-4/+21
* Fix formatting in Python filesTom Hughes2023-01-265-84/+158
* Fix Python docstrings to match style guideTom Hughes2023-01-267-33/+88
* Use more specific assertLess instead of assertTrueTom Hughes2023-01-251-2/+1
* Fix pylint warningTom Hughes2023-01-251-15/+23
* Remove pylint disable comments that no longer trigger warningsTom Hughes2023-01-252-7/+3