- 01 Aug, 2017 1 commit
-
-
Gennadiy Civil authored
Add gtest-parallel to open-source projects.
-
- 31 Jul, 2017 3 commits
-
-
Gennadiy Civil authored
Fixed typo
-
Gennadiy Civil authored
fix links to Google C++ Style Guide
-
Christophe Vidal authored
-
- 30 Jul, 2017 1 commit
-
-
Herbert Thielen authored
-
- 26 Jul, 2017 6 commits
-
-
Gennadiy Civil authored
Fix table formatting.
-
Gennadiy Civil authored
Minor grammar fix in docs.
-
Gennadiy Civil authored
docs: fix broken link
-
Jose Nino authored
-
Gennadiy Civil authored
Fixes a typo in FAQ.md
-
Gennadiy Civil authored
docs: fix broken link from dummies guide to cook book
-
- 11 Jul, 2017 1 commit
-
-
Peter Boström authored
-
- 05 Jul, 2017 1 commit
-
-
Vincent Palancher authored
-
- 02 Jul, 2017 1 commit
-
-
Carlos O'Ryan authored
-
- 01 Jul, 2017 4 commits
-
-
Carlos O'Ryan authored
The document itself uses lambdas later, all the scaffolding to work around lack of lambdas should be considered for removal, but that is much larger an effort than I can commit to.
-
Carlos O'Ryan authored
-
Carlos O'Ryan authored
-
Carlos O'Ryan authored
The markdown was not working for a small table, fixed.
-
- 23 Jun, 2017 2 commits
-
-
Billy Donahue authored
Add NetBSD support
-
Billy Donahue authored
Colouring in help text
-
- 21 Jun, 2017 1 commit
-
-
Chris-Sharpe authored
-
- 19 Jun, 2017 1 commit
-
-
Jose Nino authored
-
- 11 Jun, 2017 2 commits
-
-
Billy Donahue authored
-
Billy Donahue authored
Fixing float comparison broken link
-
- 08 Jun, 2017 1 commit
-
-
jorgehb authored
Updating the link with a valid one. The old one was considered obsolete by the publisher.
-
- 30 May, 2017 1 commit
-
-
lipk authored
-
- 23 May, 2017 1 commit
-
-
Billy Donahue authored
Fix -Wmicrosoft-cast warnings when using gtest with clang on Windows.
-
- 18 May, 2017 2 commits
-
-
Billy Donahue authored
Changes add ability to overwrite TempDir(), issue https://github.com/…
-
-
- 16 May, 2017 3 commits
-
-
Billy Donahue authored
Use std::string and ::string explicitly in gtest and gmock code.
-
Billy Donahue authored
Fixing typo in documentation.
-
Billy Donahue authored
Gender-neutralize comments in gtest.h.
-
- 15 May, 2017 5 commits
-
-
Nico Weber authored
This merges a Google-internal change.
-
Nico Weber authored
This merges a Google-internal change (117235625). Original CL description: This CL was created manually in about an hour with sed, a Python script to find all the places unqualified 'string' was mentioned, and some help from Emacs to add the "std::" qualifications, plus a few manual tweaks.
-
Nico Weber authored
This upstreams a Google-internal change. Original CL description: The C++ standard says that function pointers are not implicitly convertible to object pointers. Visual Studio disregards that and allows implicit conversion between function pointers and object points, and enough code relies on this that clang follows suit in Microsoft-compatibility mode. However, clang emits a -Wmicrosoft-cast warning when such a conversion is done: E:\b\c\b\win_clang\src\sandbox\win\src\sync_dispatcher.cc(42,7): warning: implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast] This change fixes this warning in gtest, while hopefully not changing any behavior. The change does two things: 1. It replaces the if in DefaultPrintTo with SFINAE 2. In C++11 mode, it uses enable_if<is_function<>> instead of ImplicitlyConvertible<T*, const void*> to check if the explicit cast is needed. With this change, functions will use the branch with the reintpret_casts with Visual Studio and clang/win, and clang no longer needs to warn that it implicitly converts a function pointer to a void pointer. -
Nico Weber authored
This upstreams a Google-internal change.
-
Billy Donahue authored
Add missing headers to Xcode framework target.
-
- 11 May, 2017 1 commit
-
-
Billy Donahue authored
Pick up GTEST_API_ definition in gtest/internal/custom/gtest-port.h.
-
- 07 May, 2017 1 commit
-
-
Billy Donahue authored
Annotate ColoredPrintf with the format attribute and fix bugs.
-
- 06 May, 2017 1 commit
-
-
Kamil Rytarowski authored
NetBSD is a modern UNIX-like Operating System. Enable GTEST_HAS_PTHREAD and GTEST_HAS_DEATH_TEST on NetBSD.
-