summaryrefslogtreecommitdiff
path: root/utils/unittest/googletest
AgeCommit message (Expand)Author
2017-05-06Note addition of NetBSD support in googletestKamil Rytarowski
2017-05-05Add NetBSD to the list of platforms supporting death tests. Two unitJoerg Sonnenberger
2017-01-05[gtest] Work around broken installs of libc++ where we don't haveChandler Carruth
2017-01-05Patch gtest to move GTEST_IS_THREADSAFE out of unrelated GTEST_HAS_SEH ifdefReid Kleckner
2017-01-04[gtest] Upgrade googletest to version 1.8.0, minimizing local changes.Chandler Carruth
2016-01-26Remove autoconf supportChris Bieneman
2016-01-19Fix undefined behavior in llvm's local changes to googletest.Nico Weber
2015-12-14Reordering fields to reduce padding in LLVM. NFCBen Craig
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner
2015-06-23Revert r240271 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-03-11Fix a grammar issue I introduced.Chandler Carruth
2015-03-11Inspired by r231891, use gender neutral pronouns in the places I'veChandler Carruth
2015-03-03Avoid explicitly declaring the copy assignment operator, as this unnecessaril...David Blaikie
2014-03-14Reverted r203879.Galina Kistanova
2014-03-14Fixed misuse of isascii. Also fixes mingw32 build, see http://msdn.microsoft....Galina Kistanova
2014-02-19Support GTest for FreeBSD platforms (9.x)Alexey Samsonov
2014-01-30Comment out unused macro because of warningRenato Golin
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-18Unbreak the build after r194997Alexey Samsonov
2013-11-18Revert r194865 and r194874.Alexey Samsonov
2013-11-16gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since ...NAKAMURA Takumi
2013-11-15Fix previous commit (r194865)Juergen Ributzka
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-15Move all of the GoogleTest files back to the same locations they occupyChandler Carruth
2013-02-25'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay
2012-12-07unittest/googletest/Makefile: Unbreak out-of-tree build.NAKAMURA Takumi
2012-12-06Try to unbreak makefile build by excluding gtest-all.cc sourceAlexey Samsonov
2012-12-06Modify the LLVM checkout of googletest:Alexey Samsonov
2012-11-27Remove unused internal linkage variable.Richard Smith
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-10GTest on Android needs a custom tmpdir path.Evgeniy Stepanov
2012-09-04Fix Android build of gtest and lib/Support.Evgeniy Stepanov
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-06-06Remove dead private member variables from gtest.Benjamin Kramer
2012-01-22Help GCC along with code that's actually unreachable.David Blaikie
2012-01-21Remove unreachable defaults from gtest.David Blaikie
2011-12-15build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar
2011-07-27Merge gtest-1.6.0.Jay Foad
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-01Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes
2010-10-07gtest: Fix warnings on MinGW.Michael J. Spencer
2010-09-24CMake: Build unittests.Michael J. Spencer
2010-09-04delete dead code.Chris Lattner
2010-08-15Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis
2010-08-14Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis
2010-07-12Silence a warning.Jakob Stoklund Olesen
2010-06-23Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky