1. 23 Oct, 2019 3 commits
    • vslashg's avatar
      Merge pull request #2522 from cloudrex:patch-1 · 1110c471
      vslashg authored
      PiperOrigin-RevId: 276271201
      1110c471
    • vslashg's avatar
      Merge pull request #2514 from thejcannon:msvc_macro_issue · 8bab7883
      vslashg authored
      PiperOrigin-RevId: 276134684
      8bab7883
    • Abseil Team's avatar
      Googletest export · aa1146da
      Abseil Team authored
      Split the scoped trace examples into two snippets.
      
      This doesn't have an effect in the github markdown renderer, but in some other renderers/templates, this leads them to be independently copy-pastable. In particular, the markdown rendering that Google uses internally has a copy button for each code snippet, which, before this change, would copy both lines. Bad copy button, no cookie! After this change, there will be two such buttons, one per line, and clicking a copy button will copy only the one snippet it is next to, and not the other. This is desirable because nobody will ever want to copy both lines, only one or the other.
      
      PiperOrigin-RevId: 276079009
      aa1146da
  2. 22 Oct, 2019 7 commits
  3. 19 Oct, 2019 1 commit
  4. 18 Oct, 2019 2 commits
  5. 17 Oct, 2019 3 commits
    • Abseil Team's avatar
      Googletest export · bbe4b736
      Abseil Team authored
      Added IsNan matcher
      
      PiperOrigin-RevId: 275278634
      bbe4b736
    • Gennadiy Civil's avatar
      Merge pull request #2507 from roblub:master · 2995ca56
      Gennadiy Civil authored
      PiperOrigin-RevId: 275076905
      2995ca56
    • Alexey Spiridonov's avatar
      [googletest] Output skip message · cbf019de
      Alexey Spiridonov authored
      Closes #2208
      
      Previously, skip messages were invisible, so debugging skips was hard.
      
      Now we have this:
      
      ```
      $ ./googletest/gtest_skip_test
      Running main() from /home/lesha/github/snarkmaster/googletest/googletest/src/gtest_main.cc
      [==========] Running 3 tests from 2 test suites.
      [----------] Global test environment set-up.
      [----------] 1 test from SkipTest
      [ RUN      ] SkipTest.DoesSkip
      /home/lesha/github/snarkmaster/googletest/googletest/test/gtest_skip_test.cc:38: Skipped
      skipping single test
      [  SKIPPED ] SkipTest.DoesSkip (0 ms)
      [----------] 1 test from SkipTest (1 ms total)
      ...
      ```
      cbf019de
  6. 16 Oct, 2019 3 commits
  7. 11 Oct, 2019 16 commits
  8. 10 Oct, 2019 5 commits