Commit Graph

  • f372c76026 Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRootDirectory() in GoogleTest Abseil Team 2022-10-18 08:51:57 -0700
  • 26d3ab5442 Fix detection of the no_sanitize("hwaddress") attribute Derek Mauro 2022-10-17 16:15:24 -0700
  • 6d71d901e1 Merge pull request #4037 from KloolK:patch-1 Copybara-Service 2022-10-17 14:08:04 -0700
  • 88c59752c0 Add Windows CI script Dino Radakovic 2022-10-17 10:39:12 -0700
  • 6f149520a1 Add return for GTEST_FAIL_AT Denis Hananein 2022-10-16 01:57:22 +0200
  • a9b2f0495c Use attribute testing to simplify portable attribute macros Derek Mauro 2022-10-14 11:00:07 -0700
  • 137b6e2770 Terse printing of std::reference_wrapper hides pointer Abseil Team 2022-10-14 10:32:14 -0700
  • a41c3d0fb8
    Fix table markup in testing.md Jan 2022-10-14 09:12:51 +0200
  • 67174c7675 Merge pull request #4035 from Vertexwahn:update-deps Copybara-Service 2022-10-12 13:02:05 -0700
  • d29b143bda Workaround for Visual C++ error C2039 with std::tuple_element_t. Abseil Team 2022-10-12 10:30:15 -0700
  • 1d505b8e40 Fix JSON output format #3884 Denis Hananein 2022-10-11 12:11:46 +0200
  • d9bb8412d6 Merge pull request #4032 from Ferenc-:suggest-fixed-version Copybara-Service 2022-10-10 13:58:48 -0700
  • 671cfb7dbf Suggests a release with fixed CMakeLists.txt Ferenc Géczi 2022-10-07 00:00:00 +0000
  • 0231584a60 Update rules_python, bazel_skylib and platfroms Vertexwahn 2022-10-08 13:33:18 +0200
  • 9fbb657503 Update the POSIX Extended section of the Regular Expression Wikipedia page Abseil Team 2022-10-07 14:20:15 -0700
  • 67e264834a [fuchsia] Use __builtin_trap to trigger gunit_break_on_failure on non-x86 arch Abseil Team 2022-10-06 11:21:49 -0700
  • 08935483cb Makes Clang compilations via Ninja on Windows define _DLL only for shared CRT builds, as one would already expect from MSVC builds. (Previously, static Clang/Ninja builds on Windows also implicitly defined _DLL, which was problematic.) Abseil Team 2022-10-05 12:26:54 -0700
  • 4052e05c29 Merge pull request #4020 from cclauss:patch-1 Copybara-Service 2022-10-04 14:25:21 -0700
  • 8c4dc11539 Merge pull request #3967 from BMBurstein:custom_type_combine Copybara-Service 2022-10-04 07:06:58 -0700
  • 93f08be653 Uses a simpler mechanism to disable the copying of GoogleTest test suites, to move code out of the TEST_P macro. Abseil Team 2022-09-30 10:54:41 -0700
  • 79d0399dba
    Merge branch 'google:main' into custom_type_combine Baruch 2022-09-29 14:53:55 +0300
  • d1a0039b97 Rollback: Moves boilerplate disabling copy constructor/assignment from GoogleTest's TEST_P macro into a header file to avoid triggering warnings in user code. Abseil Team 2022-09-28 15:24:12 -0700
  • 19387c9dd5 Rollback: Uses a simpler mechanism to disable the copying of GoogleTest test suites. Abseil Team 2022-09-28 14:58:29 -0700
  • c43b916a96 Uses a simpler mechanism to disable the copying of GoogleTest test suites. Abseil Team 2022-09-28 14:14:25 -0700
  • 4924e0610a Moves boilerplate disabling copy constructor/assignment from GoogleTest's TEST_P macro into a header file to avoid triggering warnings in user code. Abseil Team 2022-09-28 11:55:06 -0700
  • 24683e2d6a
    Merge branch 'google:main' into custom_type_combine Baruch 2022-09-28 11:32:21 +0300
  • e23cdb78e9 Merge pull request #4016 from Maratyszcza:qurt Copybara-Service 2022-09-27 13:49:56 -0700
  • dfa6735236 Add GoogleTest workaround for MSVC crash with Address Sanitizer (ASAN) on version 17.3.3 Abseil Team 2022-09-27 12:08:58 -0700
  • 9836817d82
    Branding: macOS Christian Clauss 2022-09-27 12:47:32 +0200
  • 83bd792e36
    Upgrade GitHub Actions Checkout Christian Clauss 2022-09-27 12:44:59 +0200
  • 7a3abfec0a Port GoogleTest to QuRT (Hexagon RTOS) Marat Dukhan 2022-09-20 23:07:33 -0700
  • 173dd7c7d6
    Merge branch 'google:main' into custom_type_combine Baruch 2022-09-25 13:35:27 +0300
  • 63907e1bfe Merge pull request #4011 from softwaregravy:patch-1 Copybara-Service 2022-09-21 14:45:58 -0700
  • 05cc575c65
    Update link to Bazel installation guide John Hinnegan 2022-09-18 10:54:36 -0400
  • 096014a45d work around GCC 6~11 ADL bug Paul Groke 2022-09-15 13:36:49 +0200
  • 56070d8903
    Merge branch 'google:main' into custom_type_combine Baruch 2022-09-14 21:46:21 +0300
  • 1336c4b6d1 Fix MSVC C++14 flag for GitHub workflow Derek Mauro 2022-09-13 10:12:42 -0700
  • 7cafeff7bd Rollback 4fa8cfe3f4 Derek Mauro 2022-09-13 08:14:45 -0700
  • 4fa8cfe3f4 Merge pull request #3984 from keith:ks/bazel-move-std-c-14-to-.bazelrc Copybara-Service 2022-09-12 20:06:25 -0700
  • c29315dda4 Use UnorderedElementsAre in example about using matchers with maps Abseil Team 2022-09-09 15:14:20 -0700
  • 0f6885405c Remove obsolete MSVC warning pragmas for Invalid<T>() Abseil Team 2022-09-08 09:41:57 -0700
  • 0e0d9feefa Fixed header guards to match style guide conventions. Abseil Team 2022-09-01 07:24:20 -0700
  • b42fa26690 extend GTEST_HAS_PTHREAD default to enable threading on Solaris, AIX and z/OS Paul Groke 2022-08-31 15:02:46 +0200
  • 9080381758 Merge pull request #3916 from asmodai27:main Copybara-Service 2022-08-30 12:40:01 -0700
  • afd902e992 Consider all TERM values ending in "-256color" to be color supporting. In particular this handles TERM=hterm-256color correctly. Abseil Team 2022-08-26 06:34:54 -0700
  • dd969ed5fe
    Merge branch 'google:main' into custom_type_combine Baruch 2022-08-25 10:55:49 +0300
  • 25cc5777a1 Add support of 19-member structs to gmock UnpackStructImpl. Hardik Vala 2022-08-22 06:42:26 -0700
  • 91c3669f21
    bazel: move -std=c++14 to .bazelrc Keith Smiley 2022-08-19 11:10:56 -0700
  • c0e032efe5 Update README.md to point to the Foundational C++ Support Policy Derek Mauro 2022-08-16 10:23:11 -0700
  • 7274ec1864 Add --features=external_include_paths to Bazel CI to ignore warnings from dependencies Derek Mauro 2022-08-12 10:46:04 -0700
  • 4c9a3bb62b gtest_unittest: Call FAIL() in lambda, fix incorrect fatality expectation Dino Radakovic 2022-08-08 11:47:36 -0700
  • 5b909beeec Explicitly instantiate matchee std::string in MatchesRegex Dino Radakovic 2022-08-04 10:53:26 -0700
  • 6045bf2ade Merge pull request #3918 from assafpr:master2main Copybara-Service 2022-08-01 11:47:51 -0700
  • fa3f444be1 Merge pull request #3951 from matdibu:main Copybara-Service 2022-08-01 08:59:08 -0700
  • 3280a930bf Custom type with Combine(). Fix for #3781 Baruch Burstein 2022-07-31 22:50:04 +0300
  • dd7a9d29a3 Add support of 18-member structs to gmock UnpackStructImpl. Abseil Team 2022-07-28 17:14:35 -0700
  • 3bc8fb3723 Merge pull request #3953 from georgthegreat:patch-1 Copybara-Service 2022-07-26 10:57:52 -0700
  • b1e9b6323a Add IsEmpty overload for C-style strings Dino Radakovic 2022-07-25 14:37:44 -0700
  • aa2e91fd69
    Continuation for #3183 Yuriy Chernyshov 2022-07-21 14:25:43 +0300
  • 61720589cb gtest-death-test: add 'noreturn' Matei Dibu 2022-07-20 19:16:51 +0300
  • 7735334a46 Merge pull request #3940 from anpol:pdb-static-lib Copybara-Service 2022-07-18 13:45:12 -0700
  • 43a6712a0c Merge pull request #3946 from anpol:export-tlvhbase Copybara-Service 2022-07-18 13:39:19 -0700
  • 71feea653b Merge pull request #3939 from anpol:python-find-strategy Copybara-Service 2022-07-18 13:30:20 -0700
  • 91480a4e79 Merge pull request #3927 from yutotnh:fix-typo Copybara-Service 2022-07-18 13:29:19 -0700
  • 760acf30e3 Merge pull request #3921 from Krzmbrzl:patch-1 Copybara-Service 2022-07-18 10:48:58 -0700
  • 2d1cd6ee27 Set cmake policy CMP0069 Robert Adam 2022-06-28 10:47:00 +0200
  • 3655149a60 export ThreadLocalValueHolderBase which is required by exported APIs. Andrei Polushin 2022-07-14 21:36:41 +0700
  • a2d6ee847e cmake: make PDB output directory match that of a static library. Andrei Polushin 2022-07-11 17:16:58 +0700
  • 96ddde1235 cmake: find python in order specified by PATH environment variable. Andrei Polushin 2022-07-11 17:35:43 +0700
  • bea621c3c3 Merge pull request #3928 from venik:venik-clean-up Copybara-Service 2022-07-12 07:19:18 -0700
  • 78aa2ba440 Merge pull request #3787 from codeinred:fix-quickstart Copybara-Service 2022-07-11 12:23:26 -0700
  • 4086e92d86 Add envvar BAZEL_CXXOPTS=-std=c++14 to the GitHub Actions CI Derek Mauro 2022-07-11 10:16:57 -0700
  • 2e1346de56 Merge pull request #3868 from eidosmontreal:fix_undefined_symbol_kMaxRange Copybara-Service 2022-07-11 08:49:28 -0700
  • 8f01400b77 Merge pull request #3844 from akohlmey:intel-llvm-utf8-fix Copybara-Service 2022-07-11 08:46:06 -0700
  • 4556086674 CMake: raise the default C++ standard to cxx_std_14 Derek Mauro 2022-07-08 08:21:06 -0700
  • e009c3d3dc Enable heterogeneous lookup for RegisteredTestsMap. Chris Kennelly 2022-07-07 09:18:16 -0700
  • 7107c44188 cleanup from unique_ptr branch Alexander Nikforov 2022-07-01 15:33:13 -0700
  • 4219e7254c Remove the Bazel provided default cxxopt -std=c++0x and replace it with -std=c++14 when testing with GCC 5. Derek Mauro 2022-07-01 10:53:18 -0700
  • 644a4bea02
    fix: some typos in source yutotnh 2022-07-01 18:33:14 +0900
  • 6c57d607c7
    fix: typo in test name yutotnh 2022-07-01 18:33:00 +0900
  • 2cf9987ce3
    fix: some typos in comment yutotnh 2022-07-01 18:32:49 +0900
  • 96f51426e4 Remove support for C++11 Derek Mauro 2022-06-30 09:53:12 -0700
  • 219af0d535 Update version number in CMakeLists.txt Note that this is 1.12.1 as there will be a patch release to fix this Derek Mauro 2022-06-30 07:09:49 -0700
  • d9335595b4 Add support of 17-member structs to gmock UnpackStructImpl. Abseil Team 2022-06-29 11:10:19 -0700
  • 9406a60c78 Mark internal-only function as having internal linkage. Abseil Team 2022-06-27 13:15:39 -0700
  • cdbed602b9 Merge pull request #3912 from jarkenau:main Copybara-Service 2022-06-27 07:55:52 -0700
  • dd72ed19fe
    Update gtest.cc assafpr 2022-06-27 09:59:06 +0300
  • d0af91ead3
    Update gmock-matchers.h assafpr 2022-06-27 09:56:59 +0300
  • 1547c2acc8
    Update gmock-actions.h assafpr 2022-06-27 09:55:28 +0300
  • 66d2463610
    Update gmock-spec-builders_test.cc assafpr 2022-06-27 09:53:40 +0300
  • 64df55449a
    Update gtest-death-test.cc assafpr 2022-06-27 09:51:44 +0300
  • dfa990f942
    Update gmock-spec-builders.cc assafpr 2022-06-27 09:50:36 +0300
  • df4b8edee0
    Update advanced.md assafpr 2022-06-27 09:48:05 +0300
  • 5eaa113903
    Avoid implicit conversion from int to char Jérôme Travert 2022-06-26 19:01:00 +0200
  • 72901486ba
    Avoid implicit conversion from int to char Jérôme Travert 2022-06-26 18:59:46 +0200
  • b9d2e1f62f docs: update googletest README for release 1.12.0 Julian Arkenau 2022-06-25 14:41:57 +0200
  • 5376968f69 Update README.md for release 1.12.0 Derek Mauro 2022-06-23 12:18:22 -0700
  • 15460959cb Update versions of WORKSPACE dependencies Derek Mauro 2022-06-22 09:23:04 -0700
  • fde6af6790
    documentation, change mater branch to main assafpr 2022-06-22 16:21:35 +0300
  • b59ae848d1
    Update faq.md assafpr 2022-06-22 16:12:54 +0300