summaryrefslogtreecommitdiffstats
path: root/googletest/src
Commit message (Expand)AuthorAgeFilesLines
* add support for nrf52refs/pull/4302/headChris Johnson2023-06-272-3/+5
* Merge branch 'google:main' into feat/qn9090refs/pull/4301/headChris Johnson2023-06-223-7/+8
|\
| * Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.Abseil Team2023-06-152-4/+4
| * Skip entire test suite with `GTEST_SKIP()` in `SetUpTestSuite`Dino Radakovic2023-06-141-1/+2
| * Check for file system for current directoryrefs/pull/4269/headJoakim Plate2023-06-021-2/+2
* | add support for nxp qn9090 mcuChris Johnson2023-06-221-2/+2
|/
* 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 spellingrefs/pull/4227/headVertexwahn2023-04-252-2/+2
* | Use Abseil Flag public API for flag parsing.Abseil Team2023-04-261-15/+54
|/
* Use '=default' to define trivial constructor/destructorsrefs/pull/4221/headTom 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-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