• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-35,76123,632

README.libvpxD03-May-2024856 2925

gtest.mkD03-May-202436 21

README.libvpx

1URL: https://github.com/google/googletest.git
2Version: release-1.8.1
3License: BSD
4License File: LICENSE
5
6Description:
7Google's framework for writing C++ tests on a variety of platforms
8(Linux, Mac OS X, Windows, Windows CE, Symbian, etc).  Based on the
9xUnit architecture.  Supports automatic test discovery, a rich set of
10assertions, user-defined assertions, death tests, fatal and non-fatal
11failures, various options for running the tests, and XML test report
12generation.
13
14Local Modifications:
15- Remove everything but:
16  googletest-release-1.8.1/googletest/
17   CHANGES
18   CONTRIBUTORS
19   include
20   LICENSE
21   README.md
22   src
23
24- Make WithParamInterface<T>::GetParam static in order to avoid
25  initialization issues
26  https://github.com/google/googletest/pull/1830
27- Use wcslen() instead of std::wcslen()
28  https://github.com/google/googletest/pull/1899
29