summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/gtest.h
Commit message (Expand)AuthorAgeFilesLines
* Reland: Optimize Google Test process startupAbseil Team2024-03-081-3/+3
* Revert Optimize Google Test process startupAbseil Team2024-03-051-3/+3
* Optimize Google Test process startupAbseil Team2024-03-051-3/+3
* Make sure that current_test_suite and current_test_info are mutex-protected w...Abseil Team2024-02-271-0/+16
* gtest.h: add IWYU export pragmasAbseil Team2024-02-151-10/+10
* Destroy installed environments in normal code, not in static teardown.Abseil Team2024-02-071-1/+2
* Add `FAIL_AT` macro variant of `FAIL` matching `ADD_FAILURE`, `ADD_FAILURE_AT`Abseil Team2023-12-131-0/+1
* Merge pull request #4330 from IncludeGuardian:remove-iomanipCopybara-Service2023-08-081-5/+4
|\
| * Remove public includes of `<iomanip>`refs/pull/4330/headElliot Goodrich2023-08-031-5/+4
* | Merge pull request #4313 from kimvaleen:mainCopybara-Service2023-07-181-2/+2
|\ \ | |/ |/|
| * Fixed variables that could be declared 'const'refs/pull/4313/headkimvaleen2023-07-111-1/+1
|/
* Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.Abseil Team2023-06-151-1/+4
* Use '=default' to define trivial constructor/destructorsrefs/pull/4221/headTom Hughes2023-04-211-3/+3
* Internal Code ChangeAbseil Team2023-03-241-3/+3
* Fix compilation with -Wundef.Tom Hughes2023-03-061-14/+14
* Use "#ifdef" with public macrosTom Hughes2023-03-061-1/+1
* Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2023-03-061-1/+1
* Remove int64_t cast in RecordPropertyTom Hughes2023-02-211-1/+1
* Fix -Wsign-conversion warningsTom Hughes2023-02-021-1/+7
* Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes2023-01-301-8/+2
* Fix formatting of C++ filesTom Hughes2023-01-241-2/+2
* IWYU: Add missing std includesTom Hughes2023-01-051-0/+4
* Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes.Abseil Team2022-11-151-3/+1
* Defined a testing::SrcDir() function that returns the name of a directoryAbseil Team2022-11-111-2/+9
* Merge pull request #4039 from zloylos:fix-return-fail-at-4038Copybara-Service2022-11-101-3/+3
|\
| * Add return for GTEST_FAIL_ATrefs/pull/4039/headDenis Hananein2022-10-151-2/+2
* | RecordProperty serializes ints and 64-bit ints, including size_tsAbseil Team2022-11-071-1/+2
|/
* Merge pull request #3967 from BMBurstein:custom_type_combineCopybara-Service2022-10-041-1/+1
|\
| * Custom type with Combine(). Fix for #3781Baruch Burstein2022-07-311-1/+1
* | Uses a simpler mechanism to disable the copying of GoogleTest test suites, to...Abseil Team2022-09-301-0/+11
* | Rollback: Moves boilerplate disabling copy constructor/assignment from Google...Abseil Team2022-09-281-15/+0
* | Rollback: Uses a simpler mechanism to disable the copying of GoogleTest test ...Abseil Team2022-09-281-5/+12
* | Uses a simpler mechanism to disable the copying of GoogleTest test suites.Abseil Team2022-09-281-12/+5
* | Moves boilerplate disabling copy constructor/assignment from GoogleTest's TES...Abseil Team2022-09-281-0/+15
|/
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-221-9/+18
* Running clang-format over all of GoogleTestAbseil Team2022-03-151-148/+120
* Factor out AssertionResult into dedicated gtest-assertion-result header + imp...Abseil Team2022-01-191-187/+2
* Consistently apply IWYU pragmas across googletest and googlemock headersAbseil Team2022-01-181-4/+3
* Googletest exportAbseil Team2021-11-091-0/+1
* Googletest exportAbseil Team2021-11-031-1/+1
* Merge pull request #3638 from limitedAtonement:3637-disabled-outputCJ Johnson2021-11-031-0/+4
|\
| * Re #3637 Show Disabled Tests in testing outputrefs/pull/3638/headlmat2021-11-011-0/+4
|/
* Googletest exportAbseil Team2021-07-221-4/+0
* Merge pull request #3472 from jwnimmer-tri:fix-dont-macrosCJ Johnson2021-07-221-3/+4
|\
| * Fix location of GOOGLETEST_CM0011 markerrefs/pull/3472/headDerek Mauro2021-07-141-1/+1
| * Use GTEST_DONT_DEFINE_TEST_F to guard TEST_FJeremy Nimmer2021-07-011-4/+5
* | Googletest exportAbseil Team2021-07-071-11/+10
* | Googletest exportAbseil Team2021-07-071-0/+6
|/
* chore: fix spellingrefs/pull/3364/headJohn Bampton2021-04-151-1/+1
* Googletest exportAbseil Team2021-04-051-4/+23