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

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    921972c View commit details
    Browse the repository at this point in the history
  2. Fix: shadow member

    NINI1988 committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    25385c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Add missing call for gtest_list_output_unittest_ unitTest.

    Add unitTest for fixed TEST_P line number.
    Use CodeLocation TestInfo struct.
    NINI1988 committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    ff48726 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Fix build issue for MinGW

    Fixes #2885
    zoddicus committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    1eda5d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    93dc015 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Merge pull request #2891 from zoddicus:fixMinGW

    PiperOrigin-RevId: 317666280
    mbxx committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    62f388e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2718 from NINI1988:master

    PiperOrigin-RevId: 317696457
    mbxx committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    5e0cf72 View commit details
    Browse the repository at this point in the history
  3. Googletest export

    Make sure sanitizers do not tamper with the stack here in StackLowerThanAddress().
    
    PiperOrigin-RevId: 318082465
    Abseil Team authored and mbxx committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    a4007e9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2902 from mshingote:master

    PiperOrigin-RevId: 318147761
    mbxx committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    849ed6b View commit details
    Browse the repository at this point in the history
  5. Googletest export

    Update auto_mock to support C++17 nested namespaces
    
    PiperOrigin-RevId: 318192214
    Abseil Team authored and mbxx committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    05c4a03 View commit details
    Browse the repository at this point in the history
  6. Googletest export

    Normalize headers in gMock docs
    
    Increasing Header levels on two pages, to better match other pages in the same directory.
    
    PiperOrigin-RevId: 318280892
    Abseil Team authored and mbxx committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    e561358 View commit details
    Browse the repository at this point in the history
  7. Googletest export

    Add Bazel build rules for gtest_list_output_unittest.py and correct some off-by-one line number expectations.
    
    PiperOrigin-RevId: 318466071
    Abseil Team authored and mbxx committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    aee0f9d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Googletest export

    Improve compatibility with strict compilers targeting Windows
    
    Remove an unnecessary ##, which could result in warnings about invalid preprocessor tokens when pasting to an initial '('
    
    PiperOrigin-RevId: 319277617
    Abseil Team authored and derekmauro committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    356f2d2 View commit details
    Browse the repository at this point in the history
Loading