summaryrefslogtreecommitdiff
path: root/googletest/src
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 #4227 from Vertexwahn:fix-spellingCopybara-Service2023-05-012-2/+2
|\
| * Fix spellingVertexwahn2023-04-252-2/+2
* | Use Abseil Flag public API for flag parsing.Abseil Team2023-04-261-15/+54
|/
* Use '=default' to define trivial constructor/destructorsTom Hughes2023-04-212-8/+8
* Add missing std includesTom Hughes2023-04-207-0/+21
* Make parameter names in function declaration match the names in theTom Hughes2023-04-201-10/+10
* 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
* 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-221-0/+2
* Fix minor bug -- if ExecDeathTestChildMain() ever returns, we should exitAbseil Team2023-03-211-2/+1
* Merge pull request #4182 from venik:venik-char8-lib-fixCopybara-Service2023-03-171-1/+1
|\
| * __cpp_char8_t does not cover std::u8string implementation, but __cpp_lib_char...Alexander Nikforov2023-03-061-1/+1
* | Add a comment to clarify Fuchsia process launcher requirement.Abseil Team2023-03-081-0/+5
* | Remove GTEST_FOR_GOOGLE_ macroTom Hughes2023-03-061-4/+0
* | Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"Tom Hughes2023-03-062-7/+7
* | Use "#ifdef" with public macrosTom Hughes2023-03-064-16/+16
* | Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2023-03-066-104/+113
|/
* 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
|/
* Remove strdup usageAbseil Team2023-02-152-94/+42
* Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEMAbseil Team2023-02-141-1/+6
* Fix -Wsign-conversion warningsTom Hughes2023-02-021-5/+0
* Add a trailing decimal point to FormatTimeInMillisAsSeconds() output when inputAbseil Team2023-02-022-1/+10
* Fix formatting of C++ filesTom Hughes2023-01-242-11/+8
* Fix GTEST_OS_ESP8266 checkTom Hughes2023-01-051-1/+1
* IWYU: Add missing std includesTom Hughes2023-01-051-0/+1
* Workaround for GCC12 bug illustrated by https://godbolt.org/z/Pe5aE59xGDerek Mauro2023-01-041-1/+2
* Introduces a new porting flag (GTEST_HAS_FILE_SYSTEM) to indicate whether a p...Abseil Team2022-12-123-4/+45
* Fall back to the system clock when building with newlib on a system without a...Tom Hughes2022-12-081-3/+10
* Remove the unused class TestNameIsDerek Mauro2022-12-051-31/+0
* Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes.Abseil Team2022-11-151-1/+1
* Merge pull request #4058 from zloylos:support-kitty-termCopybara-Service2022-11-141-9/+10
|\
| * Support kitty TERMDenis Hananein2022-11-101-0/+1
* | Defined a testing::SrcDir() function that returns the name of a directoryAbseil Team2022-11-111-9/+34
* | RecordProperty serializes ints and 64-bit ints, including size_tsAbseil Team2022-11-071-6/+4
|/
* Merge pull request #4036 from zloylos:fix-output-json-3884Copybara-Service2022-10-191-0/+3
|\
| * Fix JSON output format #3884Denis Hananein2022-10-111-0/+3
* | Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRoo...Abseil Team2022-10-181-18/+57
|/
* [fuchsia] Use __builtin_trap to trigger gunit_break_on_failure on non-x86 archAbseil Team2022-10-061-0/+12
* Merge pull request #4016 from Maratyszcza:qurtCopybara-Service2022-09-272-2/+14
|\
| * Port GoogleTest to QuRT (Hexagon RTOS)Marat Dukhan2022-09-262-2/+14
* | Add GoogleTest workaround for MSVC crash with Address Sanitizer (ASAN) on ver...Abseil Team2022-09-271-1/+2
|/
* Merge pull request #3916 from asmodai27:mainCopybara-Service2022-08-301-1/+1
|\
| * Avoid implicit conversion from int to charJérôme Travert2022-06-261-1/+1
* | Consider all TERM values ending in "-256color" to be color supporting. In par...Abseil Team2022-08-261-6/+3