Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/googletest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3f05f651ae36
Choose a base ref
...
head repository: google/googletest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f2fb48c3b3d7
Choose a head ref
  • 10 commits
  • 40 files changed
  • 5 contributors

Commits on Aug 20, 2019

  1. restore mistakenly removed iffs in their explicit form

    Due to confusion arisen from "iff" standing for "if and only if",
    this commit uses the latter.
    kuzkry committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    7bd4a7f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Googletest export

    ...text exposed to GitHub repo https://www.github.com/google/googletest
    
    PiperOrigin-RevId: 267617889
    Abseil Team authored and shaindelschwartz committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    c2b2cd8 View commit details
    Browse the repository at this point in the history
  2. Googletest export

    ...text exposed to GitHub repo https://www.github.com/google/googletest
    
    PiperOrigin-RevId: 267654546
    Abseil Team authored and shaindelschwartz committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    62a109a View commit details
    Browse the repository at this point in the history
  3. Googletest export

    Move IsFalse/IsTrue to a more appropriate section in the gmock matchers cheat sheet.
    
    I'm assuming their current placement within the "Container Matchers" list is a mistake -- they don't seem to be container related and would fit well with other generic matchers.
    
    PiperOrigin-RevId: 268016027
    Abseil Team authored and shaindelschwartz committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    3a45039 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Googletest export

    Some mechanical and grammatical fixes to the Primer.
    
    PiperOrigin-RevId: 268200783
    Abseil Team authored and shaindelschwartz committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    33a0d4f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Googletest export

    In the text fixtures section, point to the specific FAQ entry on constructors vs. `SetUp`.
    
    PiperOrigin-RevId: 268509969
    Abseil Team authored and shaindelschwartz committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    274afe5 View commit details
    Browse the repository at this point in the history
  2. Googletest export

    Merge 4c9ef09 into 565f1b8
    
    Closes #2403
    
    COPYBARA_INTEGRATE_REVIEW=#2403 from IYP-Programer-Yeah:remove-compile-assert-type-equal 4c9ef09
    PiperOrigin-RevId: 268681883
    IYP-Programer-Yeah authored and shaindelschwartz committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    ac24edd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2387 from kuzkry:iff

    PiperOrigin-RevId: 268693457
    shaindelschwartz committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    c7a03da View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Googletest export

    CppCon announcement
    
    PiperOrigin-RevId: 268950306
    gennadiycivil committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    cad3bc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Googletest export

    Merge 3bdefdb into fb49e6c
    
    Closes #2407
    
    COPYBARA_INTEGRATE_REVIEW=#2407 from kuzkry:StaticAssertTypeEq 3bdefdb
    PiperOrigin-RevId: 269255328
    kuzkry authored and shaindelschwartz committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    f2fb48c View commit details
    Browse the repository at this point in the history
Loading