1. 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
  2. 01 Dec, 2017 1 commit
  3. 07 Nov, 2017 1 commit
  4. 30 Oct, 2017 2 commits
  5. 29 Oct, 2017 1 commit
  6. 25 Oct, 2017 9 commits
  7. 24 Oct, 2017 1 commit
  8. 20 Oct, 2017 2 commits
  9. 18 Oct, 2017 7 commits
  10. 16 Oct, 2017 2 commits
  11. 14 Oct, 2017 1 commit
  12. 07 Oct, 2017 1 commit
  13. 03 Oct, 2017 1 commit
  14. 27 Sep, 2017 1 commit
  15. 23 Sep, 2017 2 commits
  16. 21 Sep, 2017 3 commits
  17. 20 Sep, 2017 1 commit
  18. 19 Sep, 2017 1 commit
  19. 16 Sep, 2017 1 commit
    • Benjamin Kircher's avatar
      Remove redundant declaration · d4af64ca
      Benjamin Kircher authored
      TempDir() function is declared twice, once in `internal/gtest-port.h`
      and a second time in `gtest.h`.
      
      Fixes a warning with GCC when -Wredundant-decls is given.
      d4af64ca
  20. 15 Sep, 2017 1 commit