| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r235153 | Pirama Arumuga Nainar | 2015-05-18 | 11 | -87/+92 |
* | Update aosp/master llvm for rebase to r233350 | Pirama Arumuga Nainar | 2015-04-09 | 3 | -5/+2 |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 1 | -7/+10 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 5 | -5/+22 |
* | [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 | 12 | -33/+17 |
* | Get the unittests compiling when building with cmake and the setting | Duncan Sands | 2013-05-14 | 1 | -0/+4 |
* | Try to fix ProgramTest on FreeBSD | Reid Kleckner | 2013-04-30 | 1 | -0/+5 |
* | 'Hexadecimal' has two 'a's and only one 'i'. | Matt Beaumont-Gay | 2013-02-25 | 1 | -2/+2 |
* | Add basic command line parsing to TestMain. | Manuel Klimek | 2013-01-18 | 1 | -0/+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 |
* | Fix gtest build issue on Visual Studio 2012 RC | Justin Holewinski | 2012-06-06 | 1 | -0/+6 |
* | llvm-build: Add support for non-installed libraries (e.g., gtest). | Daniel Dunbar | 2012-05-15 | 1 | -0/+2 |
* | 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 | 2 | -2/+2 |
* | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -8/+0 |
* | LLVMBuild: Add info for gtest. | Daniel Dunbar | 2011-11-12 | 1 | -0/+28 |
* | Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete. | Joe Abbey | 2011-10-19 | 1 | -0/+8 |
* | Update CMake build for new gtest file. | Frits van Bommel | 2011-07-27 | 1 | -0/+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 |
* | Don't install libUnitTestMain.a. It might be useless without gtest headers. | NAKAMURA Takumi | 2011-02-28 | 1 | -0/+2 |
* | Make Win32's header file name lower for cross build on case-sensitive filesys... | NAKAMURA Takumi | 2011-02-04 | 1 | -1/+1 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Fix VC2010 build. | Michael J. Spencer | 2010-10-19 | 1 | -3/+0 |
* | Build with RTTI and exceptions disabled. Only in GCC for now. | Oscar Fuentes | 2010-10-17 | 1 | -0/+6 |
* | gtest: Fix warnings on MinGW. | Michael J. Spencer | 2010-10-07 | 1 | -3/+3 |
* | CMake: Fix warning in gtest. | Michael J. Spencer | 2010-10-07 | 1 | -0/+4 |
* | Fix MSVC release mode compilation error. | Francois Pichet | 2010-10-02 | 1 | -6/+6 |
* | Reverting "CMake: Don't include tools, unittets, or examples as | Oscar Fuentes | 2010-09-25 | 1 | -13/+11 |
* | CMake: Don't include tools, unittets, or examples as available targets | Michael J. Spencer | 2010-09-24 | 1 | -11/+13 |
* | Fix line endings from my last commit. | Michael J. Spencer | 2010-09-24 | 1 | -3/+3 |
* | unittests: Support Windows. | Michael J. Spencer | 2010-09-24 | 1 | -0/+27 |
* | CMake: Build unittests. | Michael J. Spencer | 2010-09-24 | 2 | -1/+36 |