summaryrefslogtreecommitdiff
path: root/third_party/googletest/README.libvpx
diff options
context:
space:
mode:
authorJeongmo Yang <jm80.yang@samsung.com>2021-07-28 19:19:29 +0900
committerJeongmo Yang <jm80.yang@samsung.com>2021-07-28 19:44:41 +0900
commit3089d37cddba236d897011fae81441e21742b3c2 (patch)
tree0a7a1d27e46c5f4622967445453290cd028281e4 /third_party/googletest/README.libvpx
parentf23bdd269a98e2774c603d1461e235222d94aeac (diff)
parentb41ffb53f1000ab2227c1736d8c1355aa5081c40 (diff)
downloadlibvpx-tizen_6.5.tar.gz
libvpx-tizen_6.5.tar.bz2
libvpx-tizen_6.5.zip
- Remove .gbs.conf to fix build error with upstream branch. Change-Id: I60b6ad46daae0f1b16b7eaafe74766a29be48cb7 Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Diffstat (limited to 'third_party/googletest/README.libvpx')
-rw-r--r--third_party/googletest/README.libvpx13
1 files changed, 4 insertions, 9 deletions
diff --git a/third_party/googletest/README.libvpx b/third_party/googletest/README.libvpx
index 49005ddac..ed55fb09f 100644
--- a/third_party/googletest/README.libvpx
+++ b/third_party/googletest/README.libvpx
@@ -1,5 +1,5 @@
URL: https://github.com/google/googletest.git
-Version: release-1.8.1
+Version: release-1.10.0-224-g23b2a3b1
License: BSD
License File: LICENSE
@@ -13,16 +13,11 @@ generation.
Local Modifications:
- Remove everything but:
- googletest-release-1.8.1/googletest/
- CHANGES
+ googletest/
CONTRIBUTORS
include
LICENSE
README.md
src
-
-- Make WithParamInterface<T>::GetParam static in order to avoid
- initialization issues
- https://github.com/google/googletest/pull/1830
-- Use wcslen() instead of std::wcslen()
- https://github.com/google/googletest/pull/1899
+- Enable kErrorOnUninstantiatedParameterizedTest and
+ kErrorOnUninstantiatedTypeParameterizedTest in gtest.cc