]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
googletest.git
6 years agoGoogletest export
Abseil Team [Wed, 2 Oct 2019 23:19:29 +0000 (19:19 -0400)]
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

6 years agoGoogletest export
misterg [Sun, 29 Sep 2019 20:09:35 +0000 (16:09 -0400)]
Googletest export

Remove outdated CppCon announcement

PiperOrigin-RevId: 271866311

6 years agoGoogletest export
misterg [Sun, 29 Sep 2019 19:29:38 +0000 (15:29 -0400)]
Googletest export

fix OSS Travis Builds -remove hardcoded updated package from brew

PiperOrigin-RevId: 271863378

6 years agoGoogletest export
misterg [Fri, 27 Sep 2019 20:23:47 +0000 (16:23 -0400)]
Googletest export

Bump llvm to 4.0 because brew removed 3.9

PiperOrigin-RevId: 271634609

6 years agoGoogletest export
Abseil Team [Wed, 25 Sep 2019 22:40:52 +0000 (18:40 -0400)]
Googletest export

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

PiperOrigin-RevId: 271222632

6 years agoGoogletest export
Abseil Team [Wed, 25 Sep 2019 17:10:27 +0000 (13:10 -0400)]
Googletest export

Updates headings.

PiperOrigin-RevId: 271148974

6 years agoGoogletest export
Abseil Team [Tue, 24 Sep 2019 15:26:51 +0000 (11:26 -0400)]
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

6 years agoGoogletest export
Abseil Team [Thu, 19 Sep 2019 19:39:22 +0000 (15:39 -0400)]
Googletest export

Remove unnecessary full qualifications from std types.

PiperOrigin-RevId: 270101485

6 years agoBump llvm version to 4 so brew can work again
Gennadiy Civil [Fri, 27 Sep 2019 19:30:17 +0000 (15:30 -0400)]
Bump llvm version to 4 so brew can work again