1. 27 Jun, 2016 1 commit
  2. 26 Jun, 2016 1 commit
  3. 25 Jun, 2016 2 commits
  4. 16 Mar, 2016 1 commit
  5. 02 Mar, 2016 2 commits
  6. 26 Feb, 2016 2 commits
  7. 24 Feb, 2016 1 commit
  8. 22 Feb, 2016 2 commits
  9. 21 Feb, 2016 1 commit
    • Paul Wilkinson's avatar
      Fix formatting in AdvancedGuide.md · 83d3b47a
      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.
      83d3b47a
  10. 17 Feb, 2016 1 commit
  11. 16 Feb, 2016 1 commit
  12. 31 Jan, 2016 1 commit
  13. 19 Jan, 2016 2 commits
  14. 23 Dec, 2015 1 commit
  15. 06 Dec, 2015 1 commit
  16. 04 Dec, 2015 1 commit
  17. 02 Dec, 2015 1 commit
  18. 29 Nov, 2015 1 commit
  19. 28 Nov, 2015 1 commit
  20. 24 Nov, 2015 1 commit
  21. 23 Nov, 2015 1 commit
  22. 11 Nov, 2015 2 commits
    • Mark Mentovai's avatar
      Better use of character constants · 322a4914
      Mark Mentovai authored
      322a4914
    • Mark Mentovai's avatar
      Fix warnings encountered in MSVC build of gtest/gmock tests · 8b085f0d
      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
      8b085f0d
  23. 30 Oct, 2015 3 commits
  24. 19 Oct, 2015 1 commit
  25. 12 Oct, 2015 1 commit
  26. 08 Oct, 2015 1 commit
  27. 04 Oct, 2015 2 commits
  28. 02 Oct, 2015 2 commits
  29. 20 Sep, 2015 1 commit
  30. 09 Sep, 2015 1 commit