1. 28 Aug, 2009 2 commits
  2. 26 Aug, 2009 1 commit
  3. 21 Aug, 2009 1 commit
  4. 11 Aug, 2009 1 commit
    • chandlerc's avatar
      Fix the 'make dist' behavior to include gtest-tuple.h and gtest-tuple.h.pump. · 888b6ebe
      chandlerc authored
      Missing these caused failures on platforms depending on them as well as general
      failures of the dedicated tests for the tuple implementation.
      
      Change was tested by running 'make distcheck' and then extracting the result to
      an entirely separate location (a subdirectory is insufficient, thank you
      Autotools) and running './configure; make check'.
      888b6ebe
  5. 10 Aug, 2009 1 commit
  6. 07 Aug, 2009 1 commit
  7. 23 Jul, 2009 1 commit
  8. 22 Jul, 2009 1 commit
  9. 16 Jul, 2009 1 commit
  10. 15 Jul, 2009 1 commit
  11. 14 Jul, 2009 1 commit
  12. 13 Jul, 2009 1 commit
  13. 01 Jul, 2009 2 commits
  14. 25 Jun, 2009 2 commits
  15. 24 Jun, 2009 1 commit
  16. 22 Jun, 2009 1 commit
  17. 19 Jun, 2009 4 commits
  18. 17 Jun, 2009 1 commit
  19. 11 Jun, 2009 3 commits
  20. 09 Jun, 2009 3 commits
  21. 29 May, 2009 1 commit
  22. 18 May, 2009 1 commit
    • tsunanet's avatar
      Change a few visibilities to work around a bug in g++ 3.4.2. · 8de91f8f
      tsunanet authored
      
      
      It looks like this version of g++ is confused by the local class generated
      by the TEST_F macro and it can't tell that we're in a method that inherits
      the class we want to access.
      
      This bug causes the following kind of error:
      ../samples/../test/gtest_unittest.cc: In static member function `static void
      <unnamed>::ExpectFatalFailureTest_CatchesFatalFaliure_Test::TestBody()::GTestExpectFatalFailureHelper::Execute()':
      ../samples/../test/gtest_unittest.cc:799: error: `static void
      <unnamed>::ScopedFakeTestPartResultReporterTest::AddFailure(<unnamed>::ScopedFakeTestPartResultReporterTest::FailureMode)'
      is protected
      ../samples/../test/gtest_unittest.cc:883: error: within this context
      Signed-off-by: default avatarBenoit Sigoure <tsunanet@gmail.com>
      8de91f8f
  23. 07 May, 2009 1 commit
  24. 05 May, 2009 2 commits
  25. 29 Apr, 2009 1 commit
  26. 28 Apr, 2009 1 commit
  27. 25 Apr, 2009 1 commit
  28. 24 Apr, 2009 2 commits