- 30 Jul, 2017 1 commit
-
-
Herbert Thielen authored
-
- 26 Jul, 2017 1 commit
-
-
Jose Nino 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.
-
- 19 Jun, 2017 1 commit
-
-
Jose Nino 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.
-
- 26 Feb, 2017 1 commit
-
-
Billy Donahue authored
Issue #1028
-
- 18 Dec, 2016 1 commit
-
-
Craig Scott authored
-
- 17 Dec, 2016 1 commit
-
-
Craig Scott authored
Adds instructions for how to add gtest and gmock to another CMake project directly. Downloading of the googletest sources happens as configure time, allowing it to be added to the main build directly via the add_subdirectory() command. This ensures googletest is built with the same compiler settings, etc. and will typically result in a more robust and more convenient build arrangement.
-
- 13 Sep, 2016 1 commit
-
-
Marco Molteni authored
-
- 12 Sep, 2016 9 commits
-
-
Samuel Roth authored
-
Samuel Roth authored
-
Samuel Roth authored
-
Samuel Roth authored
-
Samuel Roth authored
-
Samuel Roth authored
-
Samuel Roth authored
-
Samuel Roth authored
-
Samuel Roth authored
-
- 14 Jul, 2016 2 commits
-
-
mazong1123 authored
-
mazong1123 authored
-
- 15 May, 2016 3 commits
-
-
mazong1123 authored
-
mazong1123 authored
-
mazong1123 authored
-
- 08 Mar, 2016 1 commit
-
-
Paul Hadfield authored
-
- 21 Feb, 2016 1 commit
-
-
Paul Wilkinson authored
Put occurrences of "#include" in a code span so they are not interpreted as headers. Other documents were not broken because the #include was not at the start of the line, but put them in code spans anyway just in case the text gets refilled in the future.
-
- 17 Feb, 2016 1 commit
-
-
Jacob Meacham authored
-
- 08 Dec, 2015 1 commit
-
-
Paul Rosset authored
-
- 06 Dec, 2015 1 commit
-
-
Craig Scott authored
-
- 03 Dec, 2015 1 commit
-
-
Joan Puigcerver 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_.
-
- 23 Sep, 2015 1 commit
-
-
Marco Molteni authored
-