- 11 Oct, 2019 5 commits
-
-
misterg authored
Updated release 1.10.0 link to point to https://github.com/google/googletest/releases/tag/release-1.10.0 ( that has the high level release info) PiperOrigin-RevId: 274147093
-
Gennadiy Civil authored
PiperOrigin-RevId: 274100752
-
Gennadiy Civil authored
PiperOrigin-RevId: 274097989
-
Abseil Team authored
- Fix a bug in dealing with paramaterized tests where the name is it self a macro expansion. - Add a compile time check to ensure that the parameters to TEST_P and INSTANTIATE_TEST_SUITE_P are not empty. The above fix causes some compilers to 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: 274047249
-
Abseil Team authored
Fix the O(n^2) number of instantiations in ElemFromList. It is now O(n). It still has O(1) instantiation depth. PiperOrigin-RevId: 273980821
-
- 10 Oct, 2019 5 commits
-
-
Joshua Cannon authored
-
Gennadiy Civil authored
PiperOrigin-RevId: 273949529
-
Abseil Team authored
Add a compile time check to ensure that the parameters to TEST_P and INSTANTIATE_TEST_SUITE_P are not empty. Some compilers 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: 273832263
-
Gennadiy Civil authored
PiperOrigin-RevId: 273585229
-
Gennadiy Civil authored
PiperOrigin-RevId: 273585026
-
- 09 Oct, 2019 1 commit
-
-
Zebedee Mason authored
-
- 08 Oct, 2019 1 commit
-
-
Gennadiy Civil authored
PiperOrigin-RevId: 273379796
-
- 07 Oct, 2019 8 commits
-
-
Joshua Cannon authored
-
Joshua Cannon authored
-
Joshua Cannon authored
-
Joshua Cannon authored
-
Joshua Cannon authored
-
Gennadiy Civil authored
PiperOrigin-RevId: 273346440
-
Joshua Cannon authored
-
Gennadiy Civil authored
PiperOrigin-RevId: 273342665
-
- 05 Oct, 2019 2 commits
-
-
David Seifert authored
-
David Seifert authored
The change makes implicit assumptions on the layout of the install tree, which is going to break in many ways. The correct solution is to use the `PKG_CONFIG_SYSROOT_DIR` variable to inject the cross-compiled sysroot into `-I` and `-L` paths.
-
- 03 Oct, 2019 4 commits
-
-
misterg authored
Add an announcement about taking a dep on Abseil soon PiperOrigin-RevId: 272683117
-
Abseil Team authored
Release Googletest 1.10 PiperOrigin-RevId: 272658347
-
Abseil Team authored
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
-
misterg authored
Remove outdated CppCon announcement PiperOrigin-RevId: 271866311
-
- 01 Oct, 2019 1 commit
-
-
hyuk.myeong authored
-
- 29 Sep, 2019 1 commit
-
-
misterg authored
fix OSS Travis Builds -remove hardcoded updated package from brew PiperOrigin-RevId: 271863378
-
- 27 Sep, 2019 6 commits
-
-
misterg authored
Bump llvm to 4.0 because brew removed 3.9 PiperOrigin-RevId: 271634609
-
Abseil Team authored
Makes testing::ResultOf() work with non-copyable arguments. PiperOrigin-RevId: 271222632
-
Abseil Team authored
Updates headings. PiperOrigin-RevId: 271148974
-
Abseil Team authored
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
Remove unnecessary full qualifications from std types. PiperOrigin-RevId: 270101485
-
Gennadiy Civil authored
-
- 25 Sep, 2019 1 commit
-
-
Peter Barker authored
This helps corrects builds with -Werror=suggest-overrides
-
- 16 Sep, 2019 3 commits
-
-
Krystian Kuzniarek authored
This fixes up f2fb48c3 (a manual merge) that has abandoned some things from PR #2407.
-
Krystian Kuzniarek authored
This fixes up ab8f346b (a manual merge) that has abandoned some things from PR #2395.
-
kuzkry authored
Merge 3bdefdb473d304803d2a38e2a2cd5cdc1827c3bd into fb49e6c1 Closes #2407 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2407 from kuzkry:StaticAssertTypeEq 3bdefdb473d304803d2a38e2a2cd5cdc1827c3bd PiperOrigin-RevId: 269255328
-
- 13 Sep, 2019 1 commit
-
-
misterg authored
CppCon announcement PiperOrigin-RevId: 268950306
-
- 12 Sep, 2019 1 commit
-
-
Shaindel Schwartz authored
PiperOrigin-RevId: 268693457
-