- 09 Feb, 2018 1 commit
-
-
Gennadiy Civil 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.
-
- 11 Dec, 2017 1 commit
-
-
Bryan Zimmerman authored
-
- 08 Dec, 2017 1 commit
-
-
Carlos O'Ryan authored
Without the directive embedding googletest into third_party breaks any //... target.
-
- 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 2 commits
-
-
Arkady Shapkin authored
-
Arkadiy Shapkin authored
-
- 27 Sep, 2017 1 commit
-
-
Jonathan Wakely authored
-
- 28 Aug, 2017 1 commit
-
-
Alyssa Wilk authored
-
- 22 Aug, 2017 1 commit
-
-
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
-
- 16 Aug, 2017 1 commit
-
-
Alyssa Wilk authored
-
- 10 Aug, 2017 3 commits
-
-
misterg authored
-
misterg authored
-
Alyssa Wilk authored
-
- 09 Aug, 2017 3 commits
- 04 Aug, 2017 1 commit
-
-
Shlomi Fish authored
-
- 15 May, 2017 1 commit
-
-
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.
-
- 14 Jul, 2016 2 commits
-
-
mazong1123 authored
-
mazong1123 authored
-
- 27 Apr, 2016 1 commit
-
-
Li Peng authored
Signed-off-by:Li Peng <lip@dtdream.com>
-
- 17 Feb, 2016 1 commit
-
-
Jacob Meacham authored
-
- 12 Nov, 2015 1 commit
-
-
Mark Mentovai authored
-
- 11 Nov, 2015 3 commits
-
-
Mark Mentovai authored
The helper needs to be templated because its argument type can’t be known. FloatingPointTest is instantiated with RawType = float and RawType = double, so Bits will be an unsigned 32-bit or 64-bit type. size_t will be either 32 or 64 bits depending on the system’s definition, typically based on pointer size.
-
Mark Mentovai authored
-
Mark Mentovai authored
This fixes these warnings: …\gtest\googletest\test\gtest-port_test.cc(78) : error C2220: warning treated as error - no 'object' file generated …\gtest\googletest\test\gtest-port_test.cc(78) : warning C4309: 'static_cast' : truncation of constant value …\gtest\googletest\test\gtest-port_test.cc(79) : warning C4309: 'static_cast' : truncation of constant value …\gtest\googlemock\test\gmock-matchers_test.cc(2712) : error C2220: warning treated as error - no 'object' file generated …\gtest\googlemock\test\gmock-matchers_test.cc(2706) : while compiling class template member function 'testing::gmock_matchers_test::FloatingPointTest<float>::FloatingPointTest(void)' …\gtest\googlemock\test\gmock-matchers_test.cc(2896) : see reference to function template instantiation 'testing::gmock_matchers_test::FloatingPointTest<float>::FloatingPointTest(void)' being compiled …\gtest\googlemock\test\gmock-matchers_test.cc(2896) : see reference to class template instantiation 'testing::gmock_matchers_test::FloatingPointTest<float>' being compiled …\gtest\googlemock\test\gmock-matchers_test.cc(2712) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data …\gtest\googlemock\test\gmock-matchers_test.cc(2714) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data …\gtest\googlemock\test\gmock-matchers_test.cc(2716) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data …\gtest\googlemock\test\gmock-matchers_test.cc(2717) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data …\gtest\googlemock\test\gmock-matchers_test.cc(2718) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data …\gtest\googlemock\test\gmock-matchers_test.cc(2721) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data …\gtest\googlemock\test\gmock-matchers_test.cc(2723) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
-
- 12 Oct, 2015 2 commits
-
-
-
Mark Mentovai authored
This guards use of <type_traits> and its features with GTEST_HAS_STD_TYPE_TRAITS_, and std::function with GTEST_HAS_STD_FUNCTION_.
-