summaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Expand)AuthorAgeFilesLines
...
* | Terse printing of std::reference_wrapper hides pointerAbseil Team2022-10-142-0/+30
|/
* Suggests a release with fixed CMakeLists.txtrefs/pull/4032/headFerenc Géczi2022-10-091-1/+1
* [fuchsia] Use __builtin_trap to trigger gunit_break_on_failure on non-x86 archAbseil Team2022-10-061-0/+12
* Makes Clang compilations via Ninja on Windows define _DLL only for shared CRT...Abseil Team2022-10-051-2/+7
* Merge pull request #3967 from BMBurstein:custom_type_combineCopybara-Service2022-10-044-10/+182
|\
| * Merge branch 'google:main' into custom_type_combineBaruch2022-09-285-14/+39
| |\
| * \ Merge branch 'google:main' into custom_type_combineBaruch2022-09-142-7/+4
| |\ \
| * \ \ Merge branch 'google:main' into custom_type_combineBaruch2022-08-255-8/+8
| |\ \ \
| * | | | Custom type with Combine(). Fix for #3781Baruch Burstein2022-07-314-10/+179
* | | | | Uses a simpler mechanism to disable the copying of GoogleTest test suites, to...Abseil Team2022-09-302-6/+12
* | | | | Rollback: Moves boilerplate disabling copy constructor/assignment from Google...Abseil Team2022-09-282-16/+6
* | | | | Rollback: Uses a simpler mechanism to disable the copying of GoogleTest test ...Abseil Team2022-09-282-6/+13
* | | | | Uses a simpler mechanism to disable the copying of GoogleTest test suites.Abseil Team2022-09-282-13/+6
* | | | | Moves boilerplate disabling copy constructor/assignment from GoogleTest's TES...Abseil Team2022-09-282-6/+16
| |_|_|/ |/| | |
* | | | Merge pull request #4016 from Maratyszcza:qurtCopybara-Service2022-09-274-13/+37
|\ \ \ \
| * | | | Port GoogleTest to QuRT (Hexagon RTOS)refs/pull/4016/headMarat Dukhan2022-09-264-10/+33
| | |_|/ | |/| |
* | | | 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
| |_|/ |/| |
* | | gtest_unittest: Call FAIL() in lambda, fix incorrect fatality expectationDino Radakovic2022-08-081-2/+2
* | | Explicitly instantiate matchee std::string in MatchesRegexDino Radakovic2022-08-041-1/+1
* | | Merge pull request #3918 from assafpr:master2mainCopybara-Service2022-08-013-4/+4
|\ \ \
| * | | Update gtest.ccassafpr2022-06-271-1/+1
| * | | Update gtest-death-test.ccassafpr2022-06-271-1/+1
| * | | documentation, change mater branch to mainassafpr2022-06-221-2/+2
| |/ /
* | | Merge pull request #3951 from matdibu:mainCopybara-Service2022-08-011-1/+1
|\ \ \ | |_|/ |/| |
| * | gtest-death-test: add 'noreturn'refs/pull/3951/headMatei Dibu2022-07-201-1/+1
* | | Continuation for #3183refs/pull/3953/headYuriy Chernyshov2022-07-211-2/+2
|/ /
* | Merge pull request #3940 from anpol:pdb-static-libCopybara-Service2022-07-181-1/+2
|\ \
| * | cmake: make PDB output directory match that of a static library.refs/pull/3940/headAndrei Polushin2022-07-121-1/+2
* | | Merge pull request #3946 from anpol:export-tlvhbaseCopybara-Service2022-07-181-1/+1
|\ \ \
| * | | export ThreadLocalValueHolderBase which is required by exported APIs.refs/pull/3946/headAndrei Polushin2022-07-141-1/+1
| |/ /
* | | Merge pull request #3939 from anpol:python-find-strategyCopybara-Service2022-07-181-0/+6
|\ \ \
| * | | cmake: find python in order specified by PATH environment variable.refs/pull/3939/headAndrei Polushin2022-07-121-0/+6
| |/ /
* | | Merge pull request #3927 from yutotnh:fix-typoCopybara-Service2022-07-183-7/+7
|\ \ \ | |/ / |/| |
| * | fix: some typos in sourcerefs/pull/3927/headyutotnh2022-07-012-4/+4
| * | fix: some typos in commentyutotnh2022-07-012-3/+3
* | | Merge pull request #3928 from venik:venik-clean-upCopybara-Service2022-07-125-8/+7
|\ \ \
| * | | cleanup from unique_ptr branchrefs/pull/3928/headAlexander Nikforov2022-07-015-8/+7
| |/ /
* | | 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 #3844 from akohlmey:intel-llvm-utf8-fixCopybara-Service2022-07-111-1/+3
|\ \ \ \
| * | | | set -utf-8 flag only for real MSVC compilers. E.g. not Intel's icx.exerefs/pull/3844/headAxel Kohlmeyer2022-05-181-1/+3
| |/ / /
* | | | CMake: raise the default C++ standard to cxx_std_14Derek Mauro2022-07-081-1/+1
* | | | Enable heterogeneous lookup for RegisteredTestsMap.Chris Kennelly2022-07-071-1/+2
| |/ / |/| |
* | | docs: update googletest README for release 1.12.0refs/pull/3912/headJulian Arkenau2022-06-251-2/+2
| |/ |/|
* | Disable warning C4251 around refactored codeDerek Mauro2022-06-162-0/+9
* | Merge pull request #3863 from eidosmontreal:fix_unused-variable_warningCopybara-Service2022-06-141-9/+9
|\ \
| * | Move declaration of kStdOutFileNo and kStdErrFilenorefs/pull/3863/headGaspard Petit2022-06-111-11/+9