- 11 Nov, 2015 4 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
-
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
-
- 10 Nov, 2015 2 commits
-
-
Billy Donahue authored
googlemock: Disable WhenDynamicCastToTest tests when RTTI is off
-
Billy Donahue authored
googlemock: Support C++11 language with pre-C++11 library
-
- 30 Oct, 2015 4 commits
-
-
Billy Donahue authored
Fix building of gtest with -fvisibility=hidden [#451]
-
Dominic Meiser authored
-
Dominic Meiser authored
When this option is set gtest itself is built with -fvisibility=hidden with gcc and clang. This replicates MSVC's default behaviour with gcc and clang.
-
Dominic Meiser authored
This is to enable using gtest with -fvisibility=hidden.
-
- 19 Oct, 2015 2 commits
-
-
Billy Donahue authored
update googletest readme to fix broken links
-
Anurag Soni authored
-
- 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_.
-
- 04 Oct, 2015 3 commits
-
-
Billy Donahue authored
Fix URLs in documentation (point to github, relative links)
-
Marco Molteni authored
-
Marco Molteni authored
-
- 23 Sep, 2015 2 commits
-
-
Billy Donahue authored
Fix broken link to FrequentlyAskedQuestions
-
Marco Molteni authored
-
- 20 Sep, 2015 4 commits
-
-
Billy Donahue authored
Adding missing files to googlemock distribution.
-
Billy Donahue authored
Adding missing header files to the distribution.
-
Martin Maly authored
-
Martin Maly authored
-
- 17 Sep, 2015 4 commits
-
-
Billy Donahue authored
Fix relative links in googlemock docs.
-
Billy Donahue authored
-
Billy Donahue authored
Fix the googlemock autotools build.
-
Simon Newton authored
-
- 09 Sep, 2015 2 commits
-
-
Billy Donahue authored
Fix unused static variable warning on Windows
-
Orgad Shaneh authored
-
- 08 Sep, 2015 4 commits
-
-
Billy Donahue authored
-
Billy Donahue authored
These tuples are created with make_tuple, which is given temporaries. The make_tuple is in a function argument list. A possibly overzealous static_assert in libc++'s std::tuple ctor is firing in our 'Perform(make_tuple("hi"))' calls, so we can't use its make_tuple here. Instead we will use explicitly-constructed tuples constructed from non-temporary strings. Workaround for llvm bug: https://llvm.org/bugs/show_bug.cgi?id=20855 An alternative to https://github.com/google/googletest/pull/580 . -
Billy Donahue authored
FIX add missing blank line between text and table
-
Billy Donahue authored
Add c++11 build to the Travis matrix.
-
- 07 Sep, 2015 1 commit
-
-
deki authored
-
- 04 Sep, 2015 1 commit
-
-
Daus Salar authored
The markdown interpreter don't interpret the table otherwise.
-
- 01 Sep, 2015 5 commits
-
-
Billy Donahue authored
build once
-
Billy Donahue authored
-
Billy Donahue authored
run tests in Travis CI
-
Billy Donahue authored
-
Billy Donahue authored
-