1. 19 Jul, 2018 1 commit
  2. 18 Jul, 2018 8 commits
  3. 17 Jul, 2018 2 commits
  4. 16 Jul, 2018 2 commits
  5. 13 Jul, 2018 2 commits
  6. 12 Jul, 2018 5 commits
  7. 11 Jul, 2018 7 commits
  8. 10 Jul, 2018 4 commits
    • Gennadiy Civil's avatar
      Fix heading · 4f919428
      Gennadiy Civil authored
      [skip ci] 
      4f919428
    • Gennadiy Civil's avatar
      Docs sync · 50daf299
      Gennadiy Civil authored
      [ci skip]
      50daf299
    • Derek Mauro's avatar
      Pass the --no_stacktrace_support argument to the CMake tests · d772e203
      Derek Mauro authored
      This does the same thing to the CMake tests that is done to the
      Bazel tests, and now makes the CMake tests pass.
      d772e203
    • Derek Mauro's avatar
      Adds stacktrace support from Abseil to Google Test · 4c417877
      Derek Mauro authored
      This change adds the ability to generate stacktraces in Google Test on
      both failures of assertions/expectations and on crashes. The
      stacktrace support is conditionally available only when using Abseil
      with Google Test.
      
      To use this support, run the test under Bazel with a command like this:
      
      bazel test --define absl=1 --test_env=GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1 //path/to/your:test
      
      The "--define absl=1" part enables stacktraces on assertion/expectation
      failures.
      
      The "--test_env=GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1" part enables
      the signal handler that logs a stacktrace in the event of a crash
      (this also requires the "--define absl=1" part). This is not the
      default since it may interfere with existing tests.
      4c417877
  9. 29 Jun, 2018 1 commit
  10. 14 Jun, 2018 6 commits
  11. 13 Jun, 2018 2 commits