index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
unittest
/
UnitTestMain
Age
Commit message (
Expand
)
Author
2013-01-18
Add basic command line parsing to TestMain.
Manuel Klimek
2011-12-15
build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile
Daniel Dunbar
2011-02-28
Don't install libUnitTestMain.a. It might be useless without gtest headers.
NAKAMURA Takumi
2011-02-04
Make Win32's header file name lower for cross build on case-sensitive filesys...
NAKAMURA Takumi
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-10-02
Fix MSVC release mode compilation error.
Francois Pichet
2010-09-24
Fix line endings from my last commit.
Michael J. Spencer
2010-09-24
unittests: Support Windows.
Michael J. Spencer
2010-06-03
Disable pthread support in googletest if llvm was configured without threads.
Benjamin Kramer
2010-06-03
Turns out gtest still prefers the system <tr1/tuple> over it's own
Benjamin Kramer
2010-06-02
Update Readme and Makefiles for the new gtest.
Benjamin Kramer
2010-03-09
Continue propagating the GoogleTest flags until we can update our version to
Chandler Carruth
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2009-10-26
Remove / use flags that are now set in the Makefile.config.
Julien Lerouge
2009-09-20
Follow googletest logic for suppressing warnings in unittests/UnitTestMain.
Daniel Dunbar
2009-09-13
Move unittest driver to utils/unittest/UnitTestMain.
Daniel Dunbar