- 08 Dec, 2015 1 commit
-
-
Paul Rosset authored
-
- 04 Dec, 2015 2 commits
-
-
Billy Donahue authored
Fix lots of broken links in documentation
-
Caleb Morse authored
-
- 02 Dec, 2015 2 commits
-
-
Billy Donahue authored
Fix AdvancedGuide link in FAQ.md
-
Tim Ansell authored
-
- 30 Nov, 2015 5 commits
-
-
Billy Donahue authored
Update README URLs based on HTTP redirects
-
Billy Donahue authored
Update DevGuide.md
-
Billy Donahue authored
Fixing some table error in file
-
Billy Donahue authored
Update FAQ.md
-
Billy Donahue authored
Fix typo in googlemock/README.md
-
- 29 Nov, 2015 1 commit
-
-
Ali Sa'ad Eddeen authored
Some tables have missing commas inside the code that make some table cells merge, added missing commas
-
- 28 Nov, 2015 1 commit
-
-
Arkady Shapkin authored
-
- 25 Nov, 2015 1 commit
-
-
ReadmeCritic authored
-
- 24 Nov, 2015 5 commits
-
-
Billy Donahue authored
Fix missing-field-initializers GCC/Clang warning (issue 433).
-
Patrick J. LoPresti authored
-
Billy Donahue authored
Add CMake install rules for gtest libraries and headers
-
Billy Donahue authored
Adding CMakeLists.txt to the root dir
-
Billy Donahue authored
Fix C++11 clang builds in Travis CI
-
- 23 Nov, 2015 2 commits
-
-
Taylor Braun-Jones authored
-
Billy Donahue authored
Fix warnings encountered in MSVC build of gtest/gmock tests
-
- 12 Nov, 2015 1 commit
-
-
Mark Mentovai authored
-
- 11 Nov, 2015 5 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
-
Fábio Junqueira authored
Adding functionality to build googletest from the root directory
-
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
-
- 18 Oct, 2015 6 commits
-
-
Anton Klautsan authored
-
Anton Klautsan authored
-
Anton Klautsan authored
-
Anton Klautsan authored
-
Anton Klautsan authored
-
Anton Klautsan authored
-