blob: 1a6f0f59f1d715749773919c325dd4c8dfd08b3b [file] [log] [blame]
Misha Brukmanc89aba32008-12-31 17:34:06 +00001LLVM notes
2----------
3
Jay Foad22a83d62011-07-27 09:25:14 +00004This directory contains Google Test 1.6.0, with all elements removed except for
Misha Brukmanc89aba32008-12-31 17:34:06 +00005the actual source code, to minimize the addition to the LLVM distribution.
6
7Cleaned up as follows:
Misha Brukman22df2002009-01-01 02:05:43 +00008
9# Remove all the unnecessary files and directories
Benjamin Kramer9cb02742010-06-02 22:02:57 +000010$ rm -f aclocal* CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README
Jay Foad22a83d62011-07-27 09:25:14 +000011$ rm -rf build-aux cmake codegear fused-src m4 make msvc samples scripts test xcode
Misha Brukmanc89aba32008-12-31 17:34:06 +000012$ rm -f `find . -name \*\.pump`
Chandler Carruth7c92fbb2013-11-15 10:20:45 +000013$ rm -f src/gtest_main.cc
Misha Brukman22df2002009-01-01 02:05:43 +000014
Chandler Carruth7c92fbb2013-11-15 10:20:45 +000015# Put the license in the consistent place for LLVM.
Misha Brukmand7fc45a2009-01-05 17:42:15 +000016$ mv COPYING LICENSE.TXT
Jeffrey Yasskinb797fdc2009-09-05 18:16:17 +000017
Jeffrey Yasskinb797fdc2009-09-05 18:16:17 +000018Modified as follows:
19* To GTestStreamToHelper in include/gtest/internal/gtest-internal.h,
20 added the ability to stream with raw_os_ostream.
Nick Lewycky99d71d12010-06-23 06:48:34 +000021* To refresh Haiku support in include/gtest/internal/gtest-port.h,
22 see http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20100621/102898.html