summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest
Commit message (Expand)AuthorAgeFilesLines
* Note addition of NetBSD support in googletestKamil Rytarowski2017-05-061-1/+1
* Add NetBSD to the list of platforms supporting death tests. Two unitJoerg Sonnenberger2017-05-052-1/+3
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-2/+2
* [gmock] Teach gmock ElementsAre and BeginEndDistanceIs matchers toChandler Carruth2017-01-111-12/+28
* Add the 'googlemock' component of Google Test to LLVM's unittest libraries.Chandler Carruth2017-01-1027-2/+16952
* [gtest] Detect warning flags using the positive spelling.Chandler Carruth2017-01-061-2/+2
* [gtest] Work around broken installs of libc++ where we don't haveChandler Carruth2017-01-051-1/+7
* Patch gtest to move GTEST_IS_THREADSAFE out of unrelated GTEST_HAS_SEH ifdefReid Kleckner2017-01-051-2/+2
* [gtest] Upgrade googletest to version 1.8.0, minimizing local changes.Chandler Carruth2017-01-0433-2461/+5437
* [cmake] Export gtest/gtest_main and its dependencies via a special build tree...Michael Gottesman2016-09-092-0/+6
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+2
* Avoid linking LLVM component libraries with libLLVMAndrew Wilkins2016-02-122-5/+6
* Remove autoconf supportChris Bieneman2016-01-263-87/+0
* Fix undefined behavior in llvm's local changes to googletest.Nico Weber2016-01-192-1/+5
* Reordering fields to reduce padding in LLVM. NFCBen Craig2015-12-141-24/+28
* Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner2015-08-051-1/+1
* Make UnitTestMain/TestMain.cpp free from llvm/Config/config.h.NAKAMURA Takumi2015-07-061-3/+2
* Revert r240271 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-1110-86/+91
* Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.Pete Cooper2015-04-071-1/+1
* Fix a grammar issue I introduced.Chandler Carruth2015-03-111-1/+1
* Inspired by r231891, use gender neutral pronouns in the places I'veChandler Carruth2015-03-112-2/+2
* Avoid explicitly declaring the copy assignment operator, as this unnecessaril...David Blaikie2015-03-031-3/+0
* Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version ...NAKAMURA Takumi2015-02-151-6/+0
* Revert r229185, "Raising minimum required Visual Studio version to 2013."NAKAMURA Takumi2015-02-141-0/+6
* Raising minimum required Visual Studio version to 2013.Chris Bieneman2015-02-131-6/+0
* Use -Wl,defs when linking.Rafael Espindola2015-01-201-2/+11
* Reverted r203879.Galina Kistanova2014-03-141-1/+1
* Fixed misuse of isascii. Also fixes mingw32 build, see http://msdn.microsoft....Galina Kistanova2014-03-141-1/+1
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-262-8/+4
* Support GTest for FreeBSD platforms (9.x)Alexey Samsonov2014-02-192-2/+8
* [CMake] Add dependencies to gtest.NAKAMURA Takumi2014-02-102-0/+11
* Comment out unused macro because of warningRenato Golin2014-01-301-0/+3
* Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt.NAKAMURA Takumi2014-01-102-3/+4
* [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-1512-33/+17
* Get the unittests compiling when building with cmake and the settingDuncan Sands2013-05-141-0/+4
* Try to fix ProgramTest on FreeBSDReid Kleckner2013-04-301-0/+5
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-251-2/+2
* Add basic command line parsing to TestMain.Manuel Klimek2013-01-181-0/+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
OpenPOWER on IntegriCloud