1*9880d681SAndroid Build Coastguard WorkerLLVM notes 2*9880d681SAndroid Build Coastguard Worker---------- 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard WorkerThis directory contains Google Test 1.6.0, with all elements removed except for 5*9880d681SAndroid Build Coastguard Workerthe actual source code, to minimize the addition to the LLVM distribution. 6*9880d681SAndroid Build Coastguard Worker 7*9880d681SAndroid Build Coastguard WorkerCleaned up as follows: 8*9880d681SAndroid Build Coastguard Worker 9*9880d681SAndroid Build Coastguard Worker# Remove all the unnecessary files and directories 10*9880d681SAndroid Build Coastguard Worker$ rm -f aclocal* CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README 11*9880d681SAndroid Build Coastguard Worker$ rm -rf build-aux cmake codegear fused-src m4 make msvc samples scripts test xcode 12*9880d681SAndroid Build Coastguard Worker$ rm -f `find . -name \*\.pump` 13*9880d681SAndroid Build Coastguard Worker$ rm -f src/gtest_main.cc 14*9880d681SAndroid Build Coastguard Worker 15*9880d681SAndroid Build Coastguard Worker# Put the license in the consistent place for LLVM. 16*9880d681SAndroid Build Coastguard Worker$ mv COPYING LICENSE.TXT 17*9880d681SAndroid Build Coastguard Worker 18*9880d681SAndroid Build Coastguard WorkerModified as follows: 19*9880d681SAndroid Build Coastguard Worker* Added support for FreeBSD. 20*9880d681SAndroid Build Coastguard Worker* Added support for Minix (PR6797). 21*9880d681SAndroid Build Coastguard Worker* To GTestStreamToHelper in include/gtest/internal/gtest-internal.h, 22*9880d681SAndroid Build Coastguard Worker added the ability to stream with raw_os_ostream. 23*9880d681SAndroid Build Coastguard Worker* To refresh Haiku support in include/gtest/internal/gtest-port.h, 24*9880d681SAndroid Build Coastguard Worker see http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20100621/102898.html 25