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: b4961ab1cbda
Choose a base ref
...
head repository: google/googletest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 90a443f9c243
Choose a head ref
  • 10 commits
  • 8 files changed
  • 5 contributors

Commits on Aug 1, 2019

  1. remove an excessive mutable type specifier

    MockFunction's private member cannot be reached from outside and all its
    non-static member functions are not const.
    kuzkry committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    637b041 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    c39ee9c View commit details
    Browse the repository at this point in the history
  2. fix broken links

    kuzkry committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    d0cb77d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2359 from kuzkry:superfluous-mutable

    PiperOrigin-RevId: 261947085
    CJ-Johnson committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    07ec69a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2375 from kuzkry:broken-links

    PiperOrigin-RevId: 261970482
    gennadiycivil committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    f64f7bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6aa98d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Merge pull request #2372 from pitrou:issue2371-windows-crt-asserts

    PiperOrigin-RevId: 262040609
    gennadiycivil committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    79690c5 View commit details
    Browse the repository at this point in the history
  2. Googletest export

    Add general explanation of MOCK_METHOD, including list of supported qualifiers.
    
    PiperOrigin-RevId: 262077180
    Abseil Team authored and gennadiycivil committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    dd5402d View commit details
    Browse the repository at this point in the history
  3. Googletest export

    Fix broken links.
    
    PiperOrigin-RevId: 262123510
    Abseil Team authored and gennadiycivil committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    f8f5fca View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2378 from kuzkry:markdown-table

    PiperOrigin-RevId: 262135359
    gennadiycivil committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    90a443f View commit details
    Browse the repository at this point in the history
Loading