summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest/UnitTestMain
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add the 'googlemock' component of Google Test to LLVM's unittest libraries.Chandler Carruth2017-01-101-2/+5
* [cmake] Export gtest/gtest_main and its dependencies via a special build tree...Michael Gottesman2016-09-091-0/+3
* 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-121-1/+3
* Remove autoconf supportChris Bieneman2016-01-261-32/+0
* Make UnitTestMain/TestMain.cpp free from llvm/Config/config.h.NAKAMURA Takumi2015-07-061-3/+2
* Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.Pete Cooper2015-04-071-1/+1
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-4/+2
* [CMake] Add dependencies to gtest.NAKAMURA Takumi2014-02-101-0/+6
* Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt.NAKAMURA Takumi2014-01-101-0/+3
* Try to fix ProgramTest on FreeBSDReid Kleckner2013-04-301-0/+5
* Add basic command line parsing to TestMain.Manuel Klimek2013-01-181-0/+2
* build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar2011-12-151-1/+1
* Don't install libUnitTestMain.a. It might be useless without gtest headers.NAKAMURA Takumi2011-02-281-0/+2
* Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi2011-02-041-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Fix MSVC release mode compilation error.Francois Pichet2010-10-021-6/+6
* Fix line endings from my last commit.Michael J. Spencer2010-09-241-3/+3
* unittests: Support Windows.Michael J. Spencer2010-09-241-0/+27
* 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-021-4/+0
* Continue propagating the GoogleTest flags until we can update our version toChandler Carruth2010-03-091-0/+6
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-0/+1
* Remove / use flags that are now set in the Makefile.config.Julien Lerouge2009-10-261-2/+0
* Follow googletest logic for suppressing warnings in unittests/UnitTestMain.Daniel Dunbar2009-09-201-1/+3
* Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar2009-09-132-0/+34
OpenPOWER on IntegriCloud