summaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Expand)AuthorAgeFilesLines
* Update main to point to 1.15.2 patch releaseDerek Mauro2024-08-011-1/+1
* Update main branch to reflect the release of 1.15.0Derek Mauro2024-07-161-1/+1
* Workaround GCC 12 -Wrestrict false-positiveDerek Mauro2024-07-101-3/+3
* Add a bounds check to protect against an empty vector from GetArgs(), whichAbseil Team2024-06-281-2/+5
* Skip the predicate on SIGSEGV in death-test on Android builds with API level ...Abseil Team2024-06-131-0/+2
* Change GoogleTest flag removal to not read beyond the end of the arrayDerek Mauro2024-05-211-6/+6
* Make EXPECT_DEATH_IF_SUPPORTED work with matchersAbseil Team2024-05-132-26/+27
* Merge pull request #4527 from abhina-sree:abhina/add_zosCopybara-Service2024-05-061-1/+1
|\
| * add zos for death test supportrefs/pull/4527/headAbhina Sreeskantharajan2024-05-021-1/+1
* | Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOSrefs/pull/3991/headPaul Groke2024-05-0289-3426/+4850
|\ \ | |/
| * Adds "IWYU pragma: export" to gtest-param-util.hAbseil Team2024-04-251-1/+1
| * Use `[[maybe_unused]]` when it is available to avoidDerek Mauro2024-04-165-75/+101
| * Merge pull request #4508 from davidmatson:addJsonSkippedCopybara-Service2024-04-083-16/+61
| |\
| | * Add skipped messages to JSON output (fixes #4507).refs/pull/4508/headDavid Matson2024-04-033-16/+62
| * | No external changeAbseil Team2024-04-051-1/+1
| * | [gtest] Use `std::index_sequence` and friends instead of rolling our ownLawrence Wolf-Sonkin2024-04-043-64/+14
| * | Merge pull request #4505 from to01z:add-winapi-partition-games-supportCopybara-Service2024-04-034-23/+26
| |\ \
| | * | Revert changes to googletest-port-test.ccrefs/pull/4505/headTroels Gram2024-03-291-2/+2
| | * | Add support for compiling GoogleTest for XboxTroels Gram2024-03-245-13/+19
| * | | Fix a race condition between the Watcher thread and the main threadDerek Mauro2024-04-031-10/+25
| | |/ | |/|
| * | Merge pull request #4503 from davidmatson:fixTypoCopybara-Service2024-04-021-1/+1
| |\ \
| | * | Fix typo in comment.refs/pull/4503/headDavid Matson2024-03-291-1/+1
| | |/
| * | Merge pull request #4502 from davidmatson:fixStreamHelpTextOsCopybara-Service2024-04-021-1/+1
| |\ \
| | * | Fix help text for stream_result_to flag.refs/pull/4502/headDavid Matson2024-03-281-1/+1
| | |/
| * | Automated Code ChangeAbseil Team2024-03-301-2/+2
| |/
| * Merge pull request #4490 from memdo:mainCopybara-Service2024-03-183-10/+13
| |\
| | * Add colored output support for Alacrittyrefs/pull/4490/headMustafa Berkay Düzenli2024-03-153-0/+5
| |/
| * Reland: Optimize Google Test process startupAbseil Team2024-03-086-144/+141
| * Revert Optimize Google Test process startupAbseil Team2024-03-056-160/+162
| * Optimize Google Test process startupAbseil Team2024-03-056-162/+160
| * Merge pull request #4477 from tmiguelf:feature/soup_cleanupCopybara-Service2024-02-281-10/+10
| |\
| | * Fixed gcc linker error 58refs/pull/4477/headTiago Freire2024-02-231-10/+20
| * | Make sure that current_test_suite and current_test_info are mutex-protected w...Abseil Team2024-02-273-30/+59
| |/
| * gtest.h: add IWYU export pragmasAbseil Team2024-02-151-10/+10
| * Use _Exit instead of _exit in GoogleTestAbseil Team2024-02-073-44/+48
| * Destroy installed environments in normal code, not in static teardown.Abseil Team2024-02-074-51/+67
| * Modifications to improve portability of googletest tests.Abseil Team2024-01-312-5/+12
| * Do not emit stack traces for messages generated by SUCCEED()Abseil Team2024-01-302-8/+14
| * Fix double-promotion warnings in AppropriateResolution()Abseil Team2024-01-231-21/+28
| * Merge pull request #4444 from michaeldleslie:only_apply_lregex_for_qnx710_and...Copybara-Service2024-01-221-1/+1
| |\
| | * only apply -lregex for qnx710 and newerrefs/pull/4444/headMichael Leslie2024-01-101-1/+1
| * | googletest: Fix incorrect comment about `value_param` of `internal::MakeAndRe...Dino Radakovic2024-01-221-1/+1
| * | If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag libraryAbseil Team2024-01-182-6/+14
| * | Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEMAbseil Team2024-01-162-6/+11
| * | Do not emit stack traces for messages generated by GTEST_SKIP()Abseil Team2024-01-163-8/+15
| |/
| * Disable -Wfloat-equal in AppropriateResolution().Krzysztof Kosiński2024-01-091-0/+7
| * Add `FAIL_AT` macro variant of `FAIL` matching `ADD_FAILURE`, `ADD_FAILURE_AT`Abseil Team2023-12-131-0/+1
| * Remove unnecessary conversionTom Hughes2023-12-121-2/+2
| * Merge pull request #4426 from tamaskenez:cmake_external_absl_re2Copybara-Service2023-12-041-0/+4
| |\
| | * Allow using external absl and re2.refs/pull/4426/headTamas Kenez2023-12-011-0/+4