~vcmi/googletest/+git/googletest:v1.10.x

Last commit made on 2020-03-03
Get this branch:
git clone -b v1.10.x https://git.launchpad.net/~vcmi/googletest/+git/googletest

Branch merges

Branch information

Name:
v1.10.x
Repository:
lp:~vcmi/googletest/+git/googletest

Recent commits

6a7ed31... by Andy Soffer <email address hidden>

Merge pull request #2723 from JohanMabille/warnings

Fixed warnings

04e52eb... by Johan Mabille <email address hidden>

Fixed warnings

703bd9c... by Abseil Team <email address hidden>

Googletest export

Release Googletest 1.10

PiperOrigin-RevId: 272658347

4105eb7... by Abseil Team <email address hidden>

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

68319c1... by misterg <email address hidden>

Googletest export

Remove outdated CppCon announcement

PiperOrigin-RevId: 271866311

dc1ca9a... by misterg <email address hidden>

Googletest export

fix OSS Travis Builds -remove hardcoded updated package from brew

PiperOrigin-RevId: 271863378

72adf7a... by misterg <email address hidden>

Googletest export

Bump llvm to 4.0 because brew removed 3.9

PiperOrigin-RevId: 271634609

cb3f7ce... by Abseil Team <email address hidden>

Googletest export

Makes testing::ResultOf() work with non-copyable arguments.

PiperOrigin-RevId: 271222632

a783ade... by Abseil Team <email address hidden>

Googletest export

Updates headings.

PiperOrigin-RevId: 271148974

bf0fe87... by Abseil Team <email address hidden>

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