aboutsummaryrefslogtreecommitdiffstats
path: root/utils/unittest/googletest
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1810-86/+91
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-093-5/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-243-2/+11
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-1910-10/+42
* Unbreak the build after r194997Alexey Samsonov2013-11-181-2/+0
* Revert r194865 and r194874.Alexey Samsonov2013-11-1810-35/+10
* gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since ...NAKAMURA Takumi2013-11-161-2/+2
* Fix previous commit (r194865)Juergen Ributzka2013-11-151-0/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-1510-10/+35
* Move all of the GoogleTest files back to the same locations they occupyChandler Carruth2013-11-1511-26/+15
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-251-2/+2
* unittest/googletest/Makefile: Unbreak out-of-tree build.NAKAMURA Takumi2012-12-071-1/+1
* Try to unbreak makefile build by excluding gtest-all.cc sourceAlexey Samsonov2012-12-061-0/+2
* Modify the LLVM checkout of googletest:Alexey Samsonov2012-12-063-1/+59
* Remove unused internal linkage variable.Richard Smith2012-11-271-2/+0
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-2713-111/+111
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-2713-111/+111
* GTest on Android needs a custom tmpdir path.Evgeniy Stepanov2012-09-101-0/+4
* Fix Android build of gtest and lib/Support.Evgeniy Stepanov2012-09-041-1/+1
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Remove dead private member variables from gtest.Benjamin Kramer2012-06-062-3/+1
* Help GCC along with code that's actually unreachable.David Blaikie2012-01-221-0/+3
* Remove unreachable defaults from gtest.David Blaikie2012-01-213-5/+0
* build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar2011-12-151-1/+1
* Merge gtest-1.6.0.Jay Foad2011-07-2728-1356/+3498
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-153-3/+3
* Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes2011-03-011-0/+2
* gtest: Fix warnings on MinGW.Michael J. Spencer2010-10-071-3/+3
* CMake: Build unittests.Michael J. Spencer2010-09-241-1/+2
* delete dead code.Chris Lattner2010-09-041-29/+0
* Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis2010-08-151-2/+2
* Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis2010-08-141-2/+2
* Silence a warning.Jakob Stoklund Olesen2010-07-121-1/+1
* Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky2010-06-232-3/+6
* Forgot to update the most important part of the gtest modifications readme.Benjamin Kramer2010-06-031-1/+1
* Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer2010-06-031-0/+5
* Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer2010-06-031-0/+3
* Update Readme and Makefiles for the new gtest.Benjamin Kramer2010-06-022-9/+2
* Merge gtest-1.5.0.Benjamin Kramer2010-06-0224-989/+1497
* Merge gtest-1.4.0.Benjamin Kramer2010-06-0221-2039/+4137
* Merge gtest-1.3.0.Benjamin Kramer2010-06-0220-468/+2089
* silence some -Wmissing-field-initializers warnings.Chris Lattner2010-04-181-2/+2
* Fix -Asserts warnings.Daniel Dunbar2010-04-131-0/+1
* add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner2010-04-091-1/+2
* Continue propagating the GoogleTest flags until we can update our version toChandler Carruth2010-03-091-1/+2
* Consolidate GoogleTest make options and duplicate them to its own makefile.Chandler Carruth2010-03-091-0/+9
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-0/+1
* Fix an issue in googletest where a name was used before it was defined.Eli Friedman2009-12-181-1/+6
* Remove superfluous 'extern' variable that was causing a warning with clang.Bill Wendling2009-12-161-1/+1
* Remove / use flags that are now set in the Makefile.config.Julien Lerouge2009-10-261-2/+0