forked from llvm-mirror/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gtest] Upgrade googletest to version 1.8.0, minimizing local changes.
This required re-working the streaming support and lit's support for '--gtest_list_tests' but otherwise seems to be a clean upgrade. Differential Revision: https://reviews.llvm.org/D28154 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291029 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information
Showing
36 changed files
with
5,451 additions
and
2,462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,20 @@ | ||
LLVM notes | ||
---------- | ||
|
||
This directory contains Google Test 1.6.0, with all elements removed except for | ||
This directory contains Google Test 1.8.0, with all elements removed except for | ||
the actual source code, to minimize the addition to the LLVM distribution. | ||
|
||
Cleaned up as follows: | ||
|
||
# Remove all the unnecessary files and directories | ||
$ rm -f aclocal* CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README | ||
$ rm -rf build-aux cmake codegear fused-src m4 make msvc samples scripts test xcode | ||
$ rm -f CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README README.md .gitignore | ||
$ rm -rf build-aux cmake codegear m4 make msvc samples scripts test xcode docs | ||
$ rm -f `find . -name \*\.pump` | ||
$ rm -f src/gtest_main.cc | ||
|
||
# Put the license in the consistent place for LLVM. | ||
$ mv COPYING LICENSE.TXT | ||
$ mv LICENSE LICENSE.TXT | ||
|
||
Modified as follows: | ||
* Added support for FreeBSD. | ||
* Added support for Minix (PR6797). | ||
* To GTestStreamToHelper in include/gtest/internal/gtest-internal.h, | ||
added the ability to stream with raw_os_ostream. | ||
* To refresh Haiku support in include/gtest/internal/gtest-port.h, | ||
see http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20100621/102898.html | ||
* Added support for Minix and Haiku. | ||
* Added raw_os_ostream support to include/gtest/internal/custom/gtest-printers.h. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.