• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

include/gtest/H09-Dec-2020-21,65914,229

src/H09-Dec-2020-10,2176,262

README.LLVMH A D09-Dec-2020711 2115

README.LLVM

1LLVM notes
2----------
3
4This directory contains Google Test 1.8.0, with all elements removed except for
5the actual source code, to minimize the addition to the LLVM distribution.
6
7Cleaned up as follows:
8
9# Remove all the unnecessary files and directories
10$ rm -f CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README README.md .gitignore
11$ rm -rf build-aux cmake codegear m4 make msvc samples scripts test xcode docs
12$ rm -f `find . -name \*\.pump`
13$ rm -f src/gtest_main.cc
14
15# Put the license in the consistent place for LLVM.
16$ mv LICENSE LICENSE.TXT
17
18Modified as follows:
19* Added support for NetBSD, Minix and Haiku.
20* Added raw_os_ostream support to include/gtest/internal/custom/gtest-printers.h.
21