| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r235153 | Pirama Arumuga Nainar | 2015-05-18 | 10 | -86/+91 |
* | Update aosp/master llvm for rebase to r233350 | Pirama Arumuga Nainar | 2015-04-09 | 3 | -5/+2 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 3 | -2/+11 |
* | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-19 | 10 | -10/+42 |
* | Unbreak the build after r194997 | Alexey Samsonov | 2013-11-18 | 1 | -2/+0 |
* | Revert r194865 and r194874. | Alexey Samsonov | 2013-11-18 | 10 | -35/+10 |
* | gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since ... | NAKAMURA Takumi | 2013-11-16 | 1 | -2/+2 |
* | Fix previous commit (r194865) | Juergen Ributzka | 2013-11-15 | 1 | -0/+2 |
* | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-15 | 10 | -10/+35 |
* | Move all of the GoogleTest files back to the same locations they occupy | Chandler Carruth | 2013-11-15 | 11 | -26/+15 |
* | 'Hexadecimal' has two 'a's and only one 'i'. | Matt Beaumont-Gay | 2013-02-25 | 1 | -2/+2 |
* | unittest/googletest/Makefile: Unbreak out-of-tree build. | NAKAMURA Takumi | 2012-12-07 | 1 | -1/+1 |
* | Try to unbreak makefile build by excluding gtest-all.cc source | Alexey Samsonov | 2012-12-06 | 1 | -0/+2 |
* | Modify the LLVM checkout of googletest: | Alexey Samsonov | 2012-12-06 | 3 | -1/+59 |
* | Remove unused internal linkage variable. | Richard Smith | 2012-11-27 | 1 | -2/+0 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 13 | -111/+111 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 13 | -111/+111 |
* | GTest on Android needs a custom tmpdir path. | Evgeniy Stepanov | 2012-09-10 | 1 | -0/+4 |
* | Fix Android build of gtest and lib/Support. | Evgeniy Stepanov | 2012-09-04 | 1 | -1/+1 |
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
* | Remove dead private member variables from gtest. | Benjamin Kramer | 2012-06-06 | 2 | -3/+1 |
* | Help GCC along with code that's actually unreachable. | David Blaikie | 2012-01-22 | 1 | -0/+3 |
* | Remove unreachable defaults from gtest. | David Blaikie | 2012-01-21 | 3 | -5/+0 |
* | build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile | Daniel Dunbar | 2011-12-15 | 1 | -1/+1 |
* | Merge gtest-1.6.0. | Jay Foad | 2011-07-27 | 28 | -1356/+3498 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 3 | -3/+3 |
* | Fixes warnings emitted by Visual Studio 2010 compiler. | Oscar Fuentes | 2011-03-01 | 1 | -0/+2 |
* | gtest: Fix warnings on MinGW. | Michael J. Spencer | 2010-10-07 | 1 | -3/+3 |
* | CMake: Build unittests. | Michael J. Spencer | 2010-09-24 | 1 | -1/+2 |
* | delete dead code. | Chris Lattner | 2010-09-04 | 1 | -29/+0 |
* | Revert r111082. No warnings for this common pattern. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -2/+2 |
* | Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. | Argyrios Kyrtzidis | 2010-08-14 | 1 | -2/+2 |
* | Silence a warning. | Jakob Stoklund Olesen | 2010-07-12 | 1 | -1/+1 |
* | Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also, | Nick Lewycky | 2010-06-23 | 2 | -3/+6 |
* | Forgot to update the most important part of the gtest modifications readme. | Benjamin Kramer | 2010-06-03 | 1 | -1/+1 |
* | Disable pthread support in googletest if llvm was configured without threads. | Benjamin Kramer | 2010-06-03 | 1 | -0/+5 |
* | Turns out gtest still prefers the system <tr1/tuple> over it's own | Benjamin Kramer | 2010-06-03 | 1 | -0/+3 |
* | Update Readme and Makefiles for the new gtest. | Benjamin Kramer | 2010-06-02 | 2 | -9/+2 |
* | Merge gtest-1.5.0. | Benjamin Kramer | 2010-06-02 | 24 | -989/+1497 |
* | Merge gtest-1.4.0. | Benjamin Kramer | 2010-06-02 | 21 | -2039/+4137 |
* | Merge gtest-1.3.0. | Benjamin Kramer | 2010-06-02 | 20 | -468/+2089 |
* | silence some -Wmissing-field-initializers warnings. | Chris Lattner | 2010-04-18 | 1 | -2/+2 |
* | Fix -Asserts warnings. | Daniel Dunbar | 2010-04-13 | 1 | -0/+1 |
* | add minix support, patch by Kees van Reeuwijk! PR6797 | Chris Lattner | 2010-04-09 | 1 | -1/+2 |
* | Continue propagating the GoogleTest flags until we can update our version to | Chandler Carruth | 2010-03-09 | 1 | -1/+2 |
* | Consolidate GoogleTest make options and duplicate them to its own makefile. | Chandler Carruth | 2010-03-09 | 1 | -0/+9 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -0/+1 |
* | Fix an issue in googletest where a name was used before it was defined. | Eli Friedman | 2009-12-18 | 1 | -1/+6 |
* | Remove superfluous 'extern' variable that was causing a warning with clang. | Bill Wendling | 2009-12-16 | 1 | -1/+1 |
* | Remove / use flags that are now set in the Makefile.config. | Julien Lerouge | 2009-10-26 | 1 | -2/+0 |