summaryrefslogtreecommitdiffstats
path: root/googletest/src
Commit message (Expand)AuthorAgeFilesLines
* gtest.cc: add a newline after a failure when there is no OS stack trace.Aaron Jacobs2023-03-231-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...refs/pull/4182/headAlexander Nikforov2023-03-071-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-281-2/+1
* Merge pull request #4164 from sergio-nsk:patch-2Copybara-Service2023-02-271-0/+4
|\
| * Fix error in_death_test_child_process: undeclared identifierrefs/pull/4164/headSergey2023-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-061-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 TERMrefs/pull/4058/headDenis 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 #3884refs/pull/4036/headDenis 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)refs/pull/4016/headMarat 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 charrefs/pull/3916/headJé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
* | Merge pull request #3918 from assafpr:master2mainCopybara-Service2022-08-012-2/+2
|\ \
| * | Update gtest.ccassafpr2022-06-271-1/+1
| * | Update gtest-death-test.ccassafpr2022-06-271-1/+1
| |/
* | gtest-death-test: add 'noreturn'refs/pull/3951/headMatei Dibu2022-07-201-1/+1
* | Merge pull request #3927 from yutotnh:fix-typoCopybara-Service2022-07-182-6/+6
|\ \
| * | fix: some typos in sourcerefs/pull/3927/headyutotnh2022-07-012-4/+4
| * | fix: some typos in commentyutotnh2022-07-011-2/+2
| |/
* | Merge pull request #3928 from venik:venik-clean-upCopybara-Service2022-07-121-1/+1
|\ \
| * | cleanup from unique_ptr branchrefs/pull/3928/headAlexander Nikforov2022-07-011-1/+1
| |/
* | Merge pull request #3868 from eidosmontreal:fix_undefined_symbol_kMaxRangeCopybara-Service2022-07-111-0/+2
|\ \ | |/ |/|
| * Fix for undefined symbol: testing::internal::Random::kMaxRangerefs/pull/3868/headGaspard Petit2022-05-311-0/+2
* | Merge pull request #3863 from eidosmontreal:fix_unused-variable_warningCopybara-Service2022-06-141-9/+9
|\ \