Misha Brukman | c89aba3 | 2008-12-31 17:34:06 +0000 | [diff] [blame] | 1 | LLVM notes |
| 2 | ---------- |
| 3 | |
Jay Foad | 22a83d6 | 2011-07-27 09:25:14 +0000 | [diff] [blame] | 4 | This directory contains Google Test 1.6.0, with all elements removed except for |
Misha Brukman | c89aba3 | 2008-12-31 17:34:06 +0000 | [diff] [blame] | 5 | the actual source code, to minimize the addition to the LLVM distribution. |
| 6 | |
| 7 | Cleaned up as follows: |
Misha Brukman | 22df200 | 2009-01-01 02:05:43 +0000 | [diff] [blame] | 8 | |
| 9 | # Remove all the unnecessary files and directories |
Benjamin Kramer | 9cb0274 | 2010-06-02 22:02:57 +0000 | [diff] [blame] | 10 | $ rm -f aclocal* CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README |
Jay Foad | 22a83d6 | 2011-07-27 09:25:14 +0000 | [diff] [blame] | 11 | $ rm -rf build-aux cmake codegear fused-src m4 make msvc samples scripts test xcode |
Misha Brukman | c89aba3 | 2008-12-31 17:34:06 +0000 | [diff] [blame] | 12 | $ rm -f `find . -name \*\.pump` |
Chandler Carruth | 7c92fbb | 2013-11-15 10:20:45 +0000 | [diff] [blame] | 13 | $ rm -f src/gtest_main.cc |
Misha Brukman | 22df200 | 2009-01-01 02:05:43 +0000 | [diff] [blame] | 14 | |
Chandler Carruth | 7c92fbb | 2013-11-15 10:20:45 +0000 | [diff] [blame] | 15 | # Put the license in the consistent place for LLVM. |
Misha Brukman | d7fc45a | 2009-01-05 17:42:15 +0000 | [diff] [blame] | 16 | $ mv COPYING LICENSE.TXT |
Jeffrey Yasskin | b797fdc | 2009-09-05 18:16:17 +0000 | [diff] [blame] | 17 | |
Jeffrey Yasskin | b797fdc | 2009-09-05 18:16:17 +0000 | [diff] [blame] | 18 | Modified as follows: |
| 19 | * To GTestStreamToHelper in include/gtest/internal/gtest-internal.h, |
| 20 | added the ability to stream with raw_os_ostream. |
Nick Lewycky | 99d71d1 | 2010-06-23 06:48:34 +0000 | [diff] [blame] | 21 | * 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 |