"docs/gmock_cook_book.md" did not exist on "a2b8a8e07628e5fd60644b6dd99c1b5e7d7f1f47"
  1. 05 Mar, 2018 1 commit
  2. 27 Feb, 2018 3 commits
  3. 23 Feb, 2018 1 commit
  4. 12 Feb, 2018 1 commit
  5. 09 Feb, 2018 1 commit
  6. 08 Feb, 2018 1 commit
  7. 26 Jan, 2018 2 commits
  8. 09 Jan, 2018 1 commit
  9. 03 Jan, 2018 2 commits
  10. 12 Dec, 2017 1 commit
  11. 11 Dec, 2017 2 commits
  12. 08 Dec, 2017 1 commit
  13. 07 Dec, 2017 1 commit
  14. 03 Dec, 2017 1 commit
    • Carlos O'Ryan's avatar
      Run autoconf from top-level directory. · aea8580e
      Carlos O'Ryan authored
      This is part (hopefully all) of the fixes for #776.  The top-level
      configure.ac configures googletest first and then googlemock.
      With this changes it is possible to embed googletest into another
      project that uses autoconf.  For an example (though it is WIP), see
      the commits (and soon PR) referenced from google/protobuf#236.
      aea8580e
  15. 02 Dec, 2017 1 commit
  16. 27 Nov, 2017 1 commit
  17. 27 Oct, 2017 1 commit
  18. 25 Oct, 2017 3 commits
  19. 14 Oct, 2017 1 commit
  20. 27 Sep, 2017 1 commit
  21. 09 Sep, 2017 1 commit
  22. 01 Sep, 2017 1 commit
    • Roman Lebedev's avatar
      CMake: use threads if allowed and found, not just if found. · 1a62d1b0
      Roman Lebedev authored
      If the user's cmakelists.txt first look for threads using
      find_package(Threads), then set(gtest_disable_pthreads ON),
      and then include googletest. GoogleTest will not look for
      threads. But since they have already been found before in
      user's cmakelists, it will use them regardless.
      
      This helped me fix build issue in darktable-org/rawspeed
      on windows/MSYS2, even though there are threads, and they
      are usable, googletest build was failing with issues
      about AutoHandle. I was first looking for threads, and only
      then including googletest, so no matter the value of
      gtest_disable_pthreads, it failed.
      
      The other obvious solution is for user to first include
      googletest, and only then look for threads by himself.
      1a62d1b0
  23. 31 Aug, 2017 1 commit
  24. 29 Aug, 2017 2 commits
  25. 28 Aug, 2017 1 commit
  26. 24 Aug, 2017 1 commit
  27. 22 Aug, 2017 2 commits
  28. 21 Aug, 2017 1 commit
  29. 20 Aug, 2017 2 commits
  30. 18 Aug, 2017 1 commit