summaryrefslogtreecommitdiff
path: root/utils/unittest/UnitTestMain
Commit message (Expand)AuthorAge
* [CMake] Add dependencies to gtest.NAKAMURA Takumi2014-02-10
* Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt.NAKAMURA Takumi2014-01-10
* Try to fix ProgramTest on FreeBSDReid Kleckner2013-04-30
* Add basic command line parsing to TestMain.Manuel Klimek2013-01-18
* build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar2011-12-15
* Don't install libUnitTestMain.a. It might be useless without gtest headers.NAKAMURA Takumi2011-02-28
* Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi2011-02-04
* Merge System into Support.Michael J. Spencer2010-11-29
* Fix MSVC release mode compilation error.Francois Pichet2010-10-02
* Fix line endings from my last commit.Michael J. Spencer2010-09-24
* unittests: Support Windows.Michael J. Spencer2010-09-24
* Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer2010-06-03
* Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer2010-06-03
* Update Readme and Makefiles for the new gtest.Benjamin Kramer2010-06-02
* Continue propagating the GoogleTest flags until we can update our version toChandler Carruth2010-03-09
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Remove / use flags that are now set in the Makefile.config.Julien Lerouge2009-10-26
* Follow googletest logic for suppressing warnings in unittests/UnitTestMain.Daniel Dunbar2009-09-20
* Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar2009-09-13