summaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix pylint warningTom Hughes2023-01-251-15/+23
* | | Remove pylint disable comments that no longer trigger warningsTom Hughes2023-01-252-7/+3
* | | Fix formatting in subset of Python filesTom Hughes2023-01-2522-1322/+1441
* | | Replace numeric lints with their string equivalentTom Hughes2023-01-252-6/+6
* | | Fix formatting of C++ filesTom Hughes2023-01-248-36/+34
* | | Fix formatting of Markdown filesTom Hughes2023-01-241-7/+21
* | | Remove FloatingPoint::Max() in favor of std::numeric_limits::max()Derek Mauro2023-01-241-14/+0
* | | Replace deprecated python callsTom Hughes2023-01-1713-183/+269
* | | Fix -Wimplicit-int-float-conversion warningTom Hughes2023-01-171-2/+8
* | | Update documentation for v1.13.0Derek Mauro2023-01-171-1/+1
* | | Add an explicit #error that C++ versions less than C++14 are not supportedDerek Mauro2023-01-121-0/+13
* | | Fix GTEST_OS_ESP8266 checkTom Hughes2023-01-051-1/+1
* | | IWYU: Add missing std includesTom Hughes2023-01-0520-0/+36
* | | Workaround for GCC12 bug illustrated by https://godbolt.org/z/Pe5aE59xGDerek Mauro2023-01-041-1/+2
* | | Fix _MSC_VER checkTom Hughes2023-01-041-1/+1
|/ /
* | Introduces a new porting flag (GTEST_HAS_FILE_SYSTEM) to indicate whether a p...Abseil Team2022-12-125-40/+115
* | 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
* | When printing floating-point numbers, print full precision by default.Abseil Team2022-11-162-1/+84
* | Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes.Abseil Team2022-11-154-15/+7
* | Merge pull request #4058 from zloylos:support-kitty-termCopybara-Service2022-11-143-9/+14
|\ \
| * | Support kitty TERMrefs/pull/4058/headDenis Hananein2022-11-103-0/+5
* | | Merge pull request #4060 from RerEngineer:mainCopybara-Service2022-11-141-3/+3
|\ \ \
| * | | fixing gcc.gnu domain redirectionRerEngineer2022-11-121-1/+1
|/ / /
* | | Defined a testing::SrcDir() function that returns the name of a directoryAbseil Team2022-11-113-11/+140
* | | 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-073-8/+9
* | | | Fix typo in documentation of ConvertGenerator()Abseil Team2022-11-051-1/+1
| |/ / |/| |
* | | 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
* | | | CMake: Add GTEST_HAS_ABSL build option for using AbslAbseil Team2022-10-191-0/+16
* | | | Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRoo...Abseil Team2022-10-183-18/+85
* | | | Fix detection of the no_sanitize("hwaddress") attributeDerek Mauro2022-10-171-1/+12
| |/ / |/| |
* | | Use attribute testing to simplify portable attribute macrosDerek Mauro2022-10-141-48/+37
* | | 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
|\ \ \ \