summaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Expand)AuthorAgeFilesLines
* Suppress std::string DLL interface warning introduced in commit f063cd25c90cb...Abseil Team2023-03-071-1/+3
* Fix compilation with -Wundef.Tom Hughes2023-03-063-19/+23
* Always specify definitions for internal macrosTom Hughes2023-03-061-0/+20
* Remove GTEST_FOR_GOOGLE_ macroTom Hughes2023-03-061-4/+0
* Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"Tom Hughes2023-03-066-21/+22
* Use "#ifdef" with public macrosTom Hughes2023-03-0615-48/+48
* Only define GTEST_IS_THREADSAFE to 1, not 0Tom Hughes2023-03-061-2/+0
* Always specify definitions for internal macrosTom Hughes2023-03-061-3/+20
* Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2023-03-0619-241/+283
* 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
* | Reorder printers list.Phoebe Liang2023-02-271-2/+3
* | Add `const` qualifier to `gtest_sentinel` which doesn't change.Abseil Team2023-02-241-1/+1
* | Avoid redundant declaration of static constexpr members in c++17Dino Radakovic2023-02-222-0/+7
|/
* Remove int64_t cast in RecordPropertyTom Hughes2023-02-214-14/+12
* Remove strdup usageAbseil Team2023-02-154-115/+54
* Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEMAbseil Team2023-02-142-1/+10
* Avoid reliance on <any> header without RTTI on MSVCAbseil Team2023-02-131-1/+2
* Fix _MSC_VER checkTom Hughes2023-02-081-1/+1
* Remove GTEST_USES_PCRE referencesTom Hughes2023-02-071-21/+0
* Fix -Wsign-conversion warningsTom Hughes2023-02-025-16/+50
* Remove unneccessary "#if _MSC_VER"Tom Hughes2023-02-022-6/+2
* Add a trailing decimal point to FormatTimeInMillisAsSeconds() output when inputAbseil Team2023-02-024-5/+24
* Build gmock Python tests when building with cmakeTom Hughes2023-02-011-2/+4
* Fix sign conversion warning from clang:Tom Hughes2023-01-311-2/+3
* Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes2023-01-302-15/+4
* Test current behavior of doubles and floats in RecordPropertyTom Hughes2023-01-273-4/+21
* Fix formatting in Python filesTom Hughes2023-01-265-84/+158
* Fix Python docstrings to match style guideTom Hughes2023-01-267-33/+88
* Use more specific assertLess instead of assertTrueTom Hughes2023-01-251-2/+1
* 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