aboutsummaryrefslogtreecommitdiffstats
path: root/utils/unittest/UnitTestMain
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+7
* 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