- 27 Feb, 2018 2 commits
-
-
Xiaoyi Zhang authored
-
Xiaoyi Zhang authored
-
- 12 Feb, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 09 Feb, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 08 Feb, 2018 1 commit
-
-
Troy Holsapple authored
-
- 26 Jan, 2018 2 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
- 09 Jan, 2018 1 commit
-
-
Loo Rong Jie authored
and x64_windows_msvc
-
- 03 Jan, 2018 2 commits
-
-
Gennadiy Civil authored
-
David Benjamin authored
This makes it easier to use GTest in projects that build with the -Wmissing-declarations warning. This fixes the warning in headers and source files, though not GTest's own tests as it is rather noisy there.
-
- 12 Dec, 2017 1 commit
-
-
Carlos O'Ryan authored
Per the review comments.
-
- 11 Dec, 2017 2 commits
-
-
Bryan Zimmerman authored
-
Bryan Zimmerman authored
-
- 08 Dec, 2017 1 commit
-
-
Carlos O'Ryan authored
Without the directive embedding googletest into third_party breaks any //... target.
-
- 07 Dec, 2017 1 commit
-
-
Wojciech Mamrak authored
-
- 03 Dec, 2017 1 commit
-
-
Carlos O'Ryan authored
This is part (hopefully all) of the fixes for #776. The top-level configure.ac configures googletest first and then googlemock. With this changes it is possible to embed googletest into another project that uses autoconf. For an example (though it is WIP), see the commits (and soon PR) referenced from google/protobuf#236.
-
- 02 Dec, 2017 1 commit
-
-
Romain Geissler authored
Fix double free when building Gtest/GMock in shared libraries and linking a test executable with both.
-
- 27 Nov, 2017 1 commit
-
-
Sam Lunt authored
-
- 27 Oct, 2017 1 commit
-
-
Bryan Zimmerman authored
change static_cast to ImplicitCast_ for consitency fixes for building with path names containing spaces
-
- 25 Oct, 2017 3 commits
-
-
Romain Geissler authored
-
Arkady Shapkin authored
-
Arkadiy Shapkin authored
-
- 14 Oct, 2017 1 commit
-
-
Dariusz Ostolski authored
-
- 27 Sep, 2017 1 commit
-
-
Jonathan Wakely authored
-
- 09 Sep, 2017 1 commit
-
-
Alex Yursha authored
-
- 01 Sep, 2017 1 commit
-
-
Roman Lebedev authored
If the user's cmakelists.txt first look for threads using find_package(Threads), then set(gtest_disable_pthreads ON), and then include googletest. GoogleTest will not look for threads. But since they have already been found before in user's cmakelists, it will use them regardless. This helped me fix build issue in darktable-org/rawspeed on windows/MSYS2, even though there are threads, and they are usable, googletest build was failing with issues about AutoHandle. I was first looking for threads, and only then including googletest, so no matter the value of gtest_disable_pthreads, it failed. The other obvious solution is for user to first include googletest, and only then look for threads by himself.
-
- 31 Aug, 2017 1 commit
-
-
Herbert Thielen authored
-
- 29 Aug, 2017 2 commits
-
-
Herbert Thielen authored
-
Herbert Thielen authored
-
- 28 Aug, 2017 1 commit
-
-
Alyssa Wilk authored
-
- 24 Aug, 2017 1 commit
-
-
Arkady Shapkin authored
-
- 22 Aug, 2017 2 commits
-
-
Arkady Shapkin authored
VS2010 solution only to simplify old users (who used these solutions) upgrading to new gtest/gmock, new users should use CMake generated solutions. VS2010 solution can be opened in any new VS.
-
Roman Perepelitsa authored
-
- 21 Aug, 2017 1 commit
-
-
Maurice Gilden authored
-
- 20 Aug, 2017 2 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Slightly better names and cleaner tests. Please review
-
- 18 Aug, 2017 4 commits
-
-
Maurice Gilden authored
-
Maurice Gilden authored
-
Maurice Gilden authored
-
Maurice Gilden authored
-