Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use Googletest v1.10.0 (latest) #8

Merged
merged 449 commits into from
Oct 20, 2020
Merged

Update to use Googletest v1.10.0 (latest) #8

merged 449 commits into from
Oct 20, 2020
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 26, 2019

  1. Configuration menu
    Copy the full SHA
    9037e9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request google#2241 from ngie-eign:fix-wsign-conversion-fa…

    …llout
    
    PiperOrigin-RevId: 245430295
    gennadiycivil committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    61cdca5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Googletest export

    Internal Change
    
    PiperOrigin-RevId: 245788057
    gennadiycivil committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    82f9c8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87348c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c911d2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request google#2242 from SylvestreG:master

    PiperOrigin-RevId: 245798478
    gennadiycivil committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    9997a83 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

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

Commits on May 3, 2019

  1. Googletest export

    Clarify build system support - CMake and automake community supported
    
    PiperOrigin-RevId: 245821927
    gennadiycivil committed May 3, 2019
    Configuration menu
    Copy the full SHA
    63be3dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request google#2245 from daquexian:fix_wsign_conversion

    PiperOrigin-RevId: 246550729
    gennadiycivil committed May 3, 2019
    Configuration menu
    Copy the full SHA
    bf3ef5c View commit details
    Browse the repository at this point in the history
  3. Googletest export

    Remove special case for protocol buffers. It is no longer needed.
    
    PiperOrigin-RevId: 246550795
    Abseil Team authored and gennadiycivil committed May 3, 2019
    Configuration menu
    Copy the full SHA
    3f5b5b8 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Googletest export

    Print the test output on assertion failure.
    
    PiperOrigin-RevId: 247283764
    Abseil Team authored and gennadiycivil committed May 10, 2019
    Configuration menu
    Copy the full SHA
    5299815 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

  1. Use std::addressof to instead of plain '&'.

    Otherwise the code won't compile if the '&' operater is overloaded and
    return something that cannot be casted to void *.
    Chaoran Yang committed May 12, 2019
    Configuration menu
    Copy the full SHA
    2fc2383 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Configuration menu
    Copy the full SHA
    9d4cde4 View commit details
    Browse the repository at this point in the history
  2. add unit test for overload & operator

    Chaoran Yang committed May 13, 2019
    Configuration menu
    Copy the full SHA
    5b4a135 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Merge pull request google#2254 from chaoran:master

    PiperOrigin-RevId: 248759825
    gennadiycivil committed May 17, 2019
    Configuration menu
    Copy the full SHA
    03273a8 View commit details
    Browse the repository at this point in the history
  2. Update advanced.md

    Adding back section that was lost in merge
    gennadiycivil authored May 17, 2019
    Configuration menu
    Copy the full SHA
    f71fb4f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Fix typo introduced in 63be3dc (maintaners -> maintainers)

    Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
    ngie-eign committed May 20, 2019
    Configuration menu
    Copy the full SHA
    699943f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. unbreak windows build

    windows msvc toolchain with werror and wconversion
    will break if converting long to DWORD.
    741g committed May 22, 2019
    Configuration menu
    Copy the full SHA
    2f58f41 View commit details
    Browse the repository at this point in the history
  2. removing codegear

    gennadiycivil committed May 22, 2019
    Configuration menu
    Copy the full SHA
    928f7a3 View commit details
    Browse the repository at this point in the history
  3. removing msvc

    gennadiycivil committed May 22, 2019
    Configuration menu
    Copy the full SHA
    a67e9a8 View commit details
    Browse the repository at this point in the history
  4. removing msvc

    gennadiycivil committed May 22, 2019
    Configuration menu
    Copy the full SHA
    feb55f2 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Cleanup, remove legacy build scripts, googletest only provides Bazel and CMake
    gennadiycivil authored May 22, 2019
    Configuration menu
    Copy the full SHA
    dc792bc View commit details
    Browse the repository at this point in the history
  6. Merge pull request google#2259 from ngie-eign:fix-maintainers-typo

    PiperOrigin-RevId: 249500162
    gennadiycivil committed May 22, 2019
    Configuration menu
    Copy the full SHA
    88f0493 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Merge pull request google#2260 from 741g:master

    PiperOrigin-RevId: 249660276
    gennadiycivil committed May 23, 2019
    Configuration menu
    Copy the full SHA
    7f1c0f6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Update CONTRIBUTING.md

    Clarify googler PR policy
    gennadiycivil authored May 27, 2019
    Configuration menu
    Copy the full SHA
    a2059b4 View commit details
    Browse the repository at this point in the history
  2. Update CONTRIBUTING.md

    gennadiycivil authored May 27, 2019
    Configuration menu
    Copy the full SHA
    f5edb4f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Suppress CMake policy warning (CMP0048)

    As suggested in google#2150.
    mbrobbel committed May 28, 2019
    Configuration menu
    Copy the full SHA
    97d8c47 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Googletest export

    Add a safety nullptr check to catch the case where the /tmp file used for capturing a stream cannot be created.
    
    PiperOrigin-RevId: 250523012
    Abseil Team authored and gennadiycivil committed May 30, 2019
    Configuration menu
    Copy the full SHA
    899c082 View commit details
    Browse the repository at this point in the history
  2. Merge pull request google#2264 from mbrobbel:suppress-cmp0048-warning

    PiperOrigin-RevId: 250620088
    gennadiycivil committed May 30, 2019
    Configuration menu
    Copy the full SHA
    8ffb7e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Fuse gtest-spi.h into the resulting header.

    Previously this was fused into the source file, but this prevents users of the
    fused file from using those utilities directly.
    kalaxy committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    6044c26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    711fccf View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Googletest export

    comment change
    
    PiperOrigin-RevId: 251231524
    gennadiycivil authored and zhangxy988 committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    08a68b6 View commit details
    Browse the repository at this point in the history
  2. Googletest export

    fdio_pipe_half is now the same as fdio_pipe_half2. We can switch back to the cleaner name.
    
    PiperOrigin-RevId: 251633832
    Abseil Team authored and zhangxy988 committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    31200de View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. fix typo

    goudan-er authored Jun 6, 2019
    Configuration menu
    Copy the full SHA
    3ff7cd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Merge pull request google#2270 from Peter-Levine:fix-signed-wchar

    PiperOrigin-RevId: 251713108
    gennadiycivil committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    0183a45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    577daed View commit details
    Browse the repository at this point in the history
  3. Merge pull request google#2268 from kalaxy/fuse_spi_in_header

    Fuse gtest-spi.h into the resulting header.
    gennadiycivil authored Jun 7, 2019
    Configuration menu
    Copy the full SHA
    da10da0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Configuration menu
    Copy the full SHA
    60a6d5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b93980d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    527a493 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f79a3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbcb2eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    076b7f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Update README.md

    gennadiycivil authored Jun 12, 2019
    Configuration menu
    Copy the full SHA
    89656dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa9a476 View commit details
    Browse the repository at this point in the history
  3. Formatting Changes

    gennadiycivil committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    af4c2cb View commit details
    Browse the repository at this point in the history
  4. Setting CMP0054 policy to NEW. This allows to use the string "SHARED"…

    … without interpreting it as a variable.
    discopt committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    e580d99 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    d515158 View commit details
    Browse the repository at this point in the history
  2. Merge pull request google#2283 from xammy:cmake-cmp0054

    PiperOrigin-RevId: 253052041
    gennadiycivil committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    26afdba View commit details
    Browse the repository at this point in the history
  3. Removing make and automake. The only supported build systems are Baze…

    …l internally and CMake community supported
    gennadiycivil committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    6b8c138 View commit details
    Browse the repository at this point in the history
  4. Merge pull request google#2285 from tomalakgeretkal:c++17-fix

    PiperOrigin-RevId: 253067038
    gennadiycivil committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    84a498d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74905ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    807d590 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ada9b6 View commit details
    Browse the repository at this point in the history
  8. doc is still valid

    gennadiycivil committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    38d967e View commit details
    Browse the repository at this point in the history
  9. Makefiles are no longer supported. Adding pseudo-break with their imp…

    …ending removal to make sure that people who are interested will notice
    gennadiycivil committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    f7c178e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Configuration menu
    Copy the full SHA
    41961e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd6b9ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e110929 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. docs/primer: Fixed usage of test case

    According to the nomenclature, what was called a test case
    is actually a test suite
    PhilLab authored Jun 16, 2019
    Configuration menu
    Copy the full SHA
    b72b1be View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Merge pull request google#2286 from gennadiycivil/master

    Removing make and automake.
    gennadiycivil authored Jun 17, 2019
    Configuration menu
    Copy the full SHA
    fd20d1e View commit details
    Browse the repository at this point in the history
  2. Merge pull request google#2287 from PhilLab/patch-1

    docs/primer: Fixed usage of test case
    gennadiycivil authored Jun 17, 2019
    Configuration menu
    Copy the full SHA
    176eccf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c971ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    919142f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e5ad17 View commit details
    Browse the repository at this point in the history
  6. bazel 0.26.1

    gennadiycivil committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    4b6a3cc View commit details
    Browse the repository at this point in the history
  7. bazel 0.26.1

    gennadiycivil committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    93d69df View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe3a10b View commit details
    Browse the repository at this point in the history
  9. Googletest export

    Internal Change
    
    PiperOrigin-RevId: 253581166
    gennadiycivil committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    d1185b9 View commit details
    Browse the repository at this point in the history
  10. Googletest export

    Project import generated by Copybara.
    
    PiperOrigin-RevId: 253600369
    Abseil Team authored and gennadiycivil committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    d700357 View commit details
    Browse the repository at this point in the history
  11. Revert "testing, explicitly specify compiler"

    This reverts commit 6c971ca.
    gennadiycivil committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    0276727 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c1a584d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    60b9298 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Merge pull request google#2288 from gennadiycivil:master

    PiperOrigin-RevId: 253652550
    gennadiycivil committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    ed43ecf View commit details
    Browse the repository at this point in the history
  2. Googletest export

    Internal Change
    
    PiperOrigin-RevId: 253658026
    gennadiycivil committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    be8d014 View commit details
    Browse the repository at this point in the history
  3. Merge pull request google#2290 from gennadiycivil:master

    PiperOrigin-RevId: 253660961
    gennadiycivil committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    4f01603 View commit details
    Browse the repository at this point in the history
  4. Googletest export

    gmock_output_test has to run under python2. Bazel 0.27.0 causes this test to break. Fixing it.
    
    PiperOrigin-RevId: 253820111
    gennadiycivil committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    ee32b72 View commit details
    Browse the repository at this point in the history
  5. Googletest export

    Move Googletest OSS bazel builds to latest bazel.
    The latest bazel ( 0.27.0 as of now ) does not run on trusty.
    
    PiperOrigin-RevId: 253829774
    gennadiycivil committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    1d721a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    39ea9e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f42d76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba68290 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac31db8 View commit details
    Browse the repository at this point in the history
  5. Renaming doc files to make the file names more palatable and in prepa…

    …ration for including documentation in sync process
    gennadiycivil committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    5ed950c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    152c7df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b467659 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce58a59 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Merge pull request google#2296 from rmstar/replace_golinks

    Remove google internal links from documentation on github
    gennadiycivil authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    2a1a3e2 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    gennadiycivil authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    c1845f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    834dff3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    437e100 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

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

Commits on Jul 10, 2019

  1. Fix bad advice in cook book (google#2308)

    This line directly contradicts the warning that google mock spits out on unused mock calls:
    ```
    NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
    ```
    One or the other should be changed, and I believe the advice in this file is incorrect.
    sam0109 authored and derekmauro committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    ee3aa83 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Configuration menu
    Copy the full SHA
    275bbc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    382cdf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6078089 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92d92f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d5b7cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b138afd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f81dbd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Merge pull request google#2326 from kuzkry/missing-references-to-docu…

    …mentation
    
    Add missing references to documentation
    gennadiycivil authored Jul 15, 2019
    Configuration menu
    Copy the full SHA
    5c4d53f View commit details
    Browse the repository at this point in the history
  2. fix a broken link

    ee3aa83 added a broken link
    which results in 404. The broken part is reference to a
    nonexistent file "CheatSheet.md" instead of "cheet_sheet.md".
    kuzkry committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    b0568dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request google#2309 from cclauss/patch-1

    Travis CI: The sudo: tag is now deprecated in Travis CI
    gennadiycivil authored Jul 15, 2019
    Configuration menu
    Copy the full SHA
    b97b96a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31ff597 View commit details
    Browse the repository at this point in the history
  5. Merge pull request google#2324 from kuzkry/fix-broken-link

    Fix a broken link
    gennadiycivil authored Jul 15, 2019
    Configuration menu
    Copy the full SHA
    afa9143 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01573aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    073a2da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5af948b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    947aeab View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Googletest export

    Update a broken link in a comment.
    
    PiperOrigin-RevId: 257493975
    Abseil Team authored and gennadiycivil committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    e4f097b View commit details
    Browse the repository at this point in the history
  2. Googletest export

    [Fuchsia] Update exception APIs used by death test.
    
    Migrates to the new channel-based exception APIs as the
    port APIs are deprecated and will be removed.
    
    PiperOrigin-RevId: 258175830
    Abseil Team authored and gennadiycivil committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    f38f4d8 View commit details
    Browse the repository at this point in the history
  3. Googletest export

    Fix documentation links
    
    PiperOrigin-RevId: 258389329
    gennadiycivil committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    3d9cdd5 View commit details
    Browse the repository at this point in the history
  4. Preparation for including docs in round-trip with OSS. Manual review …

    …and merge docs internal-OSS
    gennadiycivil committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    4ab6f4d View commit details
    Browse the repository at this point in the history
  5. Preparation for including docs in round-trip with OSS. Manual review …

    …and merge docs internal-OSS
    gennadiycivil committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    f899e81 View commit details
    Browse the repository at this point in the history
  6. Add missing <functional> include

    gmock-spec-builders.h uses std::function (in MockFunction) but did
    not include <functional> to provide it. Apparently, it worked since
    the header must have been included by something else but better be
    safe than sorry.
    adambadura committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    1f80960 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Merge pull request google#2332 from adambadura:AddMissingInclude

    PiperOrigin-RevId: 258465918
    gennadiycivil committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    6077f44 View commit details
    Browse the repository at this point in the history
  2. Googletest export

    Internal change
    
    PiperOrigin-RevId: 258587862
    Abseil Team authored and gennadiycivil committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    0ef404e View commit details
    Browse the repository at this point in the history
  3. Preparation for including docs in round-trip with OSS, Manual merge, …

    …review and merge docs internal-OSS
    gennadiycivil committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    63e878b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad52f7d View commit details
    Browse the repository at this point in the history
  5. remove outdated

    gennadiycivil committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    96bf3b1 View commit details
    Browse the repository at this point in the history
  6. remove outdated

    gennadiycivil committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    2ef13f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Update primer.md

    Correct formatting in table
    RosieBaish authored Jul 18, 2019
    Configuration menu
    Copy the full SHA
    adb4907 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc49f5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fa7be9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34ddfff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15756aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a743249 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b77e5c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Configuration menu
    Copy the full SHA
    d64e4cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af11cda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3525e39 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Fix small errors in primer.md

    Jauler committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    e93b5e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Googletest export

    Internal Change
    
    PiperOrigin-RevId: 258824657
    gennadiycivil authored and suertreus committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    0a5efc1 View commit details
    Browse the repository at this point in the history
  2. Googletest export

    Add copyright.
    
    PiperOrigin-RevId: 259997211
    Abseil Team authored and suertreus committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    373ed74 View commit details
    Browse the repository at this point in the history
  3. Googletest export

    Adds ISO8601 timestamps to XML output and RFC3339 timestamps to JSON output.
    
    Adds timestamps to testsuites, testsuite and testcases structured JSON/XML output for better reporting how/where time is spent on tests.
    
    PiperOrigin-RevId: 260039817
    Abseil Team authored and suertreus committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    2134e3f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

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

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    c4b68b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb481d2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request google#2331 from adambadura:CMakeCorrection

    PiperOrigin-RevId: 260509310
    gennadiycivil committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    b2983b2 View commit details
    Browse the repository at this point in the history
  4. Googletest export

    Remove outdated summer vacation from readme
    
    PiperOrigin-RevId: 260511450
    gennadiycivil committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    a45c24a View commit details
    Browse the repository at this point in the history
  5. Googletest export

    Fix broken link.
    
    PiperOrigin-RevId: 260548004
    Abseil Team authored and gennadiycivil committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    3821ecd View commit details
    Browse the repository at this point in the history
  6. Merge pull request google#2342 from Jauler:master

    PiperOrigin-RevId: 260556093
    gennadiycivil committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    05747d2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request google#2338 from kuzkry:environment-documentation

    PiperOrigin-RevId: 260559531
    gennadiycivil committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    c205468 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Update README.md

    Links to FAQ, Cheat Sheet, Cookbook, gMock for Dummies
    anttsov authored Jul 30, 2019
    Configuration menu
    Copy the full SHA
    579591a View commit details
    Browse the repository at this point in the history
  2. remove trailing whitespaces

    kuzkry committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    28e1dde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d384b88 View commit details
    Browse the repository at this point in the history
  4. fix typos

    kuzkry committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    bf6df7e View commit details
    Browse the repository at this point in the history
  5. Merge pull request google#2355 from kuzkry:markdown-numbering

    PiperOrigin-RevId: 260782065
    gennadiycivil committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    4cd6e4d View commit details
    Browse the repository at this point in the history
  6. Merge pull request google#2354 from kuzkry:trailing-whitespaces

    PiperOrigin-RevId: 260782847
    gennadiycivil committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    0647b90 View commit details
    Browse the repository at this point in the history
  7. Merge pull request google#2356 from kuzkry:typos

    PiperOrigin-RevId: 260786935
    gennadiycivil committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    9311242 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. update pre-C++11 paragraphs

    kuzkry committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    287b37f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    fixed links to docs pages (on googlemock/README.md)
    anttsov authored Jul 31, 2019
    Configuration menu
    Copy the full SHA
    64b1769 View commit details
    Browse the repository at this point in the history
  3. adjust a comment to the similar section in advanced.md

    in addition, fix typo of use -> us
    kuzkry committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    96c851d View commit details
    Browse the repository at this point in the history

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
  2. Configuration menu
    Copy the full SHA
    210239e View commit details
    Browse the repository at this point in the history
  3. Googletest export

    Internal Change
    
    PiperOrigin-RevId: 260939845
    gennadiycivil committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    2221875 View commit details
    Browse the repository at this point in the history
  4. Googletest export

    Document the fact that {Setup,TearDown}TestSuite failures are currently being dropped.
    
    PiperOrigin-RevId: 260962695
    Abseil Team authored and gennadiycivil committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    a3eee98 View commit details
    Browse the repository at this point in the history
  5. Googletest export

    Fix signed conversion warning for wchar_t -> wint_t.
    Fixes Github issue google#2300
    
    PiperOrigin-RevId: 261045497
    Abseil Team authored and gennadiycivil committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    b15335d View commit details
    Browse the repository at this point in the history
  6. Googletest export

    Fix ON_CALL/EXPECT_CALL example comment
    
    PiperOrigin-RevId: 261150884
    Abseil Team authored and gennadiycivil committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    da28d30 View commit details
    Browse the repository at this point in the history
  7. Googletest export

    Add links to "sampleK_unittest.cc" examples. Fix some broken docs crosslinks.
    
    PiperOrigin-RevId: 261169561
    Abseil Team authored and gennadiycivil committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    8756ef9 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Merge pull request google#2353 from anttsov:patch-1

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

    Remove markdown extension which isn't supported on github.
    
    PiperOrigin-RevId: 261321329
    Abseil Team authored and gennadiycivil committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    6a2adc0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request google#2361 from guillemglez:master

    PiperOrigin-RevId: 261340959
    gennadiycivil committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    4709293 View commit details
    Browse the repository at this point in the history
  4. Merge pull request google#2357 from kuzkry:obsolete-documentation

    PiperOrigin-RevId: 261343928
    gennadiycivil committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    cc34e8f View commit details
    Browse the repository at this point in the history
  5. Merge pull request google#2341 from ChrisBaish:master

    PiperOrigin-RevId: 261344735
    gennadiycivil committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    6c7a8be View commit details
    Browse the repository at this point in the history
  6. Merge pull request google#2358 from kuzkry:adjustment-of-similar-comm…

    …ents
    
    PiperOrigin-RevId: 261355792
    gennadiycivil committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    4e29e48 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Googletest export

    Internal Change
    
    PiperOrigin-RevId: 261683482
    gennadiycivil committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    11be5f5 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. Googletest export

    Restore google#2309 that got overwritten
    
    PiperOrigin-RevId: 261759571
    gennadiycivil committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    9f8c393 View commit details
    Browse the repository at this point in the history
  3. Merge pull request google#2111 from knuto:pr/remove_slash

    PiperOrigin-RevId: 261906004
    gennadiycivil committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    2f499db View commit details
    Browse the repository at this point in the history
  4. Googletest export

    Fix broken link.
    
    PiperOrigin-RevId: 261940226
    Abseil Team authored and gennadiycivil committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    b4961ab View commit details
    Browse the repository at this point in the history
  5. 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
  6. Merge pull request google#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
  7. Merge pull request google#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
  8. 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. Prepare for Bazel incompatible changes

    Fixes googletest for upcoming `--incompatible_load_cc_rules_from_bzl` (bazelbuild/bazel#8743) and `--incompatible_load_python_rules_from_bzl` (bazelbuild/bazel#9006).
    
    This change was automatically generated with `buildifier -lint=fix -warnings=all $(find . -name "BUILD" -o -name "BUILD.bazel" -o -name "*.bzl")`.
    Yannic committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    6fd262e View commit details
    Browse the repository at this point in the history
  2. Update Bazel on Windows

    Yannic committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    800c9b3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request google#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
  4. 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
  5. 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
  6. Merge pull request google#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
  7. remove a dead metafunction

    kuzkry committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    d51cce4 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. remove an outdated comment

    kuzkry committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    871dcd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dbddd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Configuration menu
    Copy the full SHA
    2c2c9e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11471da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2c06aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    364839a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Configuration menu
    Copy the full SHA
    da76d01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec49fbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a015ca View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Googletest export

    Internal change, documentation only.
    
    PiperOrigin-RevId: 262554386
    Abseil Team authored and gennadiycivil committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    de38f63 View commit details
    Browse the repository at this point in the history
  2. Googletest export

    Fix a link to the guide for creating custom matchers.
    
    PiperOrigin-RevId: 262572684
    Abseil Team authored and gennadiycivil committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    3835e15 View commit details
    Browse the repository at this point in the history
  3. Googletest export

    Internal changes
    
    PiperOrigin-RevId: 262994110
    Abseil Team authored and gennadiycivil committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    a92e4a8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request google#2386 from kuzkry:outdated-comment

    PiperOrigin-RevId: 263400925
    gennadiycivil committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    c16f570 View commit details
    Browse the repository at this point in the history
  5. Merge pull request google#2382 from kuzkry:dead-metafunction

    PiperOrigin-RevId: 263416977
    gennadiycivil committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    6aba4a5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request google#2399 from kuzkry:custom-type-traits-is_same

    PiperOrigin-RevId: 263568712
    gennadiycivil committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    9b70406 View commit details
    Browse the repository at this point in the history
  7. Merge pull request google#2391 from adambadura:FixCygwin

    PiperOrigin-RevId: 263574695
    gennadiycivil committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    4083746 View commit details
    Browse the repository at this point in the history
  8. Googletest export

    Remove legacy support for signed wchar_t and unsigned wchar_t.
    
    Clang now errors out on these types as well by default. Rather than making the
    condition for these types even more complicated, just remove the tests covering
    these types since they don't seem to justify the maintenance burden. We
    can reasonably expect these types to work in compilers that support them
    without needing specific tests for them since they are treated as standard
    integral types.
    
    PiperOrigin-RevId: 263577673
    Abseil Team authored and gennadiycivil committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    d44b137 View commit details
    Browse the repository at this point in the history
  9. Googletest export

    Internal changes
    
    PiperOrigin-RevId: 263636027
    gennadiycivil committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    e9d5f42 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. remove a dead metafunction

    kuzkry committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    44de869 View commit details
    Browse the repository at this point in the history
  2. Googletest export

    Internal Change
    
    PiperOrigin-RevId: 263768422
    gennadiycivil committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    976b37f View commit details
    Browse the repository at this point in the history
  3. Googletest export

    Fix broken link at beginning of "Mocking Non-virtual Methods" section.
    
    PiperOrigin-RevId: 263772074
    gennadiycivil committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    eb78ee1 View commit details
    Browse the repository at this point in the history
  4. Googletest export

    Stop depending on the abseil master
    
    PiperOrigin-RevId: 263789087
    gennadiycivil committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    27e17f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Googletest export

    Fix a broken link about selecting overloaded methods.
    
    PiperOrigin-RevId: 263807775
    Abseil Team authored and gennadiycivil committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    410b529 View commit details
    Browse the repository at this point in the history
  2. Googletest export

    Fix broken link to regex syntax guide in cheat_sheet.md
    
    PiperOrigin-RevId: 263840914
    Abseil Team authored and gennadiycivil committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    fcffabb View commit details
    Browse the repository at this point in the history
  3. Merge pull request google#2381 from Yannic:fix_bazel

    PiperOrigin-RevId: 264186624
    gennadiycivil committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    30e58a8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request google#2397 from kuzkry:custom-type-traits-is_refe…

    …rence
    
    PiperOrigin-RevId: 264193098
    gennadiycivil committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    d5e9e0c View commit details
    Browse the repository at this point in the history
  5. Googletest export

    Stop depending on the abseil master
    
    PiperOrigin-RevId: 264210838
    gennadiycivil committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    c9ccac7 View commit details
    Browse the repository at this point in the history

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 Aug 21, 2019

  1. Googletest export

    Update broken links.
    
    PiperOrigin-RevId: 264405918
    Abseil Team authored and Xiaoyi Zhang committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    d1ad644 View commit details
    Browse the repository at this point in the history
  2. Merge pull request google#2393 from kuzkry:custom-type-traits-remove_…

    …const
    
    PiperOrigin-RevId: 264652890
    Xiaoyi Zhang committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    fb49e6c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

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

Commits on Aug 23, 2019

  1. Merge pull request google#2400 from kuzkry:custom-type-traits-enable_if

    PiperOrigin-RevId: 264693952
    Xiaoyi Zhang committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    9bf34ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request google#2401 from kuzkry:custom-type-traits-add_lva…

    …lue_reference
    
    PiperOrigin-RevId: 264842713
    Xiaoyi Zhang committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    c6d8840 View commit details
    Browse the repository at this point in the history
  3. Merge pull request google#2394 from kuzkry:custom-type-traits-duplica…

    …tion-of-custom-index_sequence
    
    PiperOrigin-RevId: 264863984
    Xiaoyi Zhang committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    46525e1 View commit details
    Browse the repository at this point in the history
  4. Googletest export

    Merge b8ca465 into 90a443f
    
    Closes google#2396
    
    COPYBARA_INTEGRATE_REVIEW=google#2396 from kuzkry:custom-type-traits-true/false_type-and-bool_constant b8ca465
    PiperOrigin-RevId: 265064856
    kuzkry authored and Xiaoyi Zhang committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    db1b739 View commit details
    Browse the repository at this point in the history
  5. Googletest export

    Add tuple version of Optional() matches. This allows Optional() to be used in Pointwise matchers.
    
    PiperOrigin-RevId: 265110864
    Abseil Team authored and Xiaoyi Zhang committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    ed2eef6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

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

Commits on Aug 26, 2019

  1. Googletest export

    Add tuple version of Optional() matches. This allows Optional() to be used in Pointwise matchers.
    
    PiperOrigin-RevId: 265501882
    gennadiycivil committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    6a3d632 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Merge pull request google#2382 from kuzkry:dead-metafunction

    PiperOrigin-RevId: 265730482
    gennadiycivil committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    fdd6a1d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Merge pull request google#2426 from kuzkry:google#2396-postreview

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

    Fix invalid g3doc syntax highlighting languages.
    
    PiperOrigin-RevId: 265905539
    Abseil Team authored and gennadiycivil committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    eb56ee5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Merge pull request google#2420 from kuzkry:remove-autotools-section

    PiperOrigin-RevId: 265973494
    gennadiycivil committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    a648da9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request google#2398 from kuzkry:custom-type-traits-iterato…

    …r_traits
    
    PiperOrigin-RevId: 266136896
    gennadiycivil committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    565f1b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Googletest export

    Merge 7f4f58d into 90a443f
    
    Closes google#2395
    
    COPYBARA_INTEGRATE_REVIEW=google#2395 from kuzkry:custom-type-traits-remove_reference 7f4f58d
    PiperOrigin-RevId: 266189044
    kuzkry authored and rogeeff committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    ab8f346 View commit details
    Browse the repository at this point in the history
  2. Googletest export

    Internal Change
    
    PiperOrigin-RevId: 267457395
    Abseil Team authored and rogeeff committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    6123df9 View commit details
    Browse the repository at this point in the history
  3. Googletest export

    Extend gtest-port and stubs for ESP_PLATFORM
    
    ESP_PLATFORM is the macro used to indicate compilation for the ESP32
    using the esp-idf. This isn't a fully posix compatible system so
    various features of google test need to be stubbed out in order for
    it to work. It's oddly similar to the GTEST_OS_WINDOWS_PHONE setup.
    
    PiperOrigin-RevId: 267471968
    Abseil Team authored and rogeeff committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    3f05f65 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 google#2403
    
    COPYBARA_INTEGRATE_REVIEW=google#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 google#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 google#2407
    
    COPYBARA_INTEGRATE_REVIEW=google#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

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    c78ea26 View commit details
    Browse the repository at this point in the history
  2. Googletest export

    Remove unnecessary full qualifications from std types.
    
    PiperOrigin-RevId: 270101485
    Abseil Team authored and gennadiycivil committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    076c461 View commit details
    Browse the repository at this point in the history
  3. Googletest export

    Use a more portable path for Android to write temp files to.
    
    /sdcard is *not* guaranteed to be available, but /data/local/tmp is.
    
    In some emulated situations, /sdcard may not be mounted, may not be R/W, or
    mounting may be delayed until *after* the test process begins.
    
    This is fairly common location to use. See e.g.:
    https://reviews.llvm.org/D9569
    
    PiperOrigin-RevId: 270909282
    Abseil Team authored and gennadiycivil committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    bf0fe87 View commit details
    Browse the repository at this point in the history
  4. Googletest export

    Updates headings.
    
    PiperOrigin-RevId: 271148974
    Abseil Team authored and gennadiycivil committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    a783ade View commit details
    Browse the repository at this point in the history
  5. Googletest export

    Makes testing::ResultOf() work with non-copyable arguments.
    
    PiperOrigin-RevId: 271222632
    Abseil Team authored and gennadiycivil committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    cb3f7ce View commit details
    Browse the repository at this point in the history
  6. Googletest export

    Bump llvm to 4.0 because brew removed 3.9
    
    PiperOrigin-RevId: 271634609
    gennadiycivil committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    72adf7a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Googletest export

    fix OSS Travis Builds -remove hardcoded updated package from brew
    
    PiperOrigin-RevId: 271863378
    gennadiycivil committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    dc1ca9a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Googletest export

    Remove outdated CppCon announcement
    
    PiperOrigin-RevId: 271866311
    gennadiycivil committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    68319c1 View commit details
    Browse the repository at this point in the history
  2. Googletest export

    Add a compile time check to ensure that the parameters to TEST and TEST_F are not empty
    
    Some compilers may already fail in that case and even where it works, it's likely to result in technically invalid code by virtue of creating reserved identifiers:
    https://en.cppreference.com/w/cpp/language/identifiers
    
    PiperOrigin-RevId: 272543242
    Abseil Team authored and gennadiycivil committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    4105eb7 View commit details
    Browse the repository at this point in the history
  3. Googletest export

    Release Googletest 1.10
    
    PiperOrigin-RevId: 272658347
    Abseil Team authored and gennadiycivil committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    703bd9c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Fixed warnings

    JohanMabille committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    04e52eb View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Merge pull request google#2723 from JohanMabille/warnings

    Fixed warnings
    asoffer authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    6a7ed31 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Merge remote-tracking branch 'google/v1.10.x' into audrow/update-to-1…

    ….10.0-2
    
    Signed-off-by: Audrow Nash <audrow.nash@gmail.com>
    audrow committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    ef83476 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Update version to 1.10.9000 in package.xmls

    Signed-off-by: Audrow Nash <audrow.nash@gmail.com>
    audrow committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    730e5da View commit details
    Browse the repository at this point in the history