aboutsummaryrefslogtreecommitdiff
path: root/utils/unittest
AgeCommit message (Expand)Author
2012-11-27Remove unused internal linkage variable.Richard Smith
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-10GTest on Android needs a custom tmpdir path.Evgeniy Stepanov
2012-09-04Fix Android build of gtest and lib/Support.Evgeniy Stepanov
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-06-06Remove dead private member variables from gtest.Benjamin Kramer
2012-06-06Fix gtest build issue on Visual Studio 2012 RCJustin Holewinski
2012-05-15llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar
2012-01-22Help GCC along with code that's actually unreachable.David Blaikie
2012-01-21Remove unreachable defaults from gtest.David Blaikie
2011-12-15build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-12LLVMBuild: Add info for gtest.Daniel Dunbar
2011-10-19Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.Joe Abbey
2011-07-27Update CMake build for new gtest file.Frits van Bommel
2011-07-27Merge gtest-1.6.0.Jay Foad
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-01Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes
2011-02-28Don't install libUnitTestMain.a. It might be useless without gtest headers.NAKAMURA Takumi
2011-02-04Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-19Fix VC2010 build.Michael J. Spencer
2010-10-17Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes
2010-10-07gtest: Fix warnings on MinGW.Michael J. Spencer
2010-10-07CMake: Fix warning in gtest.Michael J. Spencer
2010-10-02Fix MSVC release mode compilation error.Francois Pichet
2010-09-25Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes
2010-09-24CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer
2010-09-24Fix line endings from my last commit.Michael J. Spencer
2010-09-24unittests: Support Windows.Michael J. Spencer
2010-09-24CMake: Build unittests.Michael J. Spencer
2010-09-04delete dead code.Chris Lattner
2010-08-15Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis
2010-08-14Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis
2010-07-12Silence a warning.Jakob Stoklund Olesen
2010-06-23Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky
2010-06-03Forgot to update the most important part of the gtest modifications readme.Benjamin Kramer
2010-06-03Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer
2010-06-03Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer
2010-06-02Update Readme and Makefiles for the new gtest.Benjamin Kramer
2010-06-02Merge gtest-1.5.0.Benjamin Kramer
2010-06-02Merge gtest-1.4.0.Benjamin Kramer
2010-06-02Merge gtest-1.3.0.Benjamin Kramer
2010-04-18silence some -Wmissing-field-initializers warnings.Chris Lattner
2010-04-13Fix -Asserts warnings.Daniel Dunbar
2010-04-09add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner
2010-03-09Continue propagating the GoogleTest flags until we can update our version toChandler Carruth
2010-03-09Consolidate GoogleTest make options and duplicate them to its own makefile.Chandler Carruth
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner