summaryrefslogtreecommitdiff
path: root/utils/unittest
AgeCommit message (Expand)Author
2014-03-14Reverted r203879.Galina Kistanova
2014-03-14Fixed misuse of isascii. Also fixes mingw32 build, see http://msdn.microsoft....Galina Kistanova
2014-02-26[CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi
2014-02-19Support GTest for FreeBSD platforms (9.x)Alexey Samsonov
2014-02-10[CMake] Add dependencies to gtest.NAKAMURA Takumi
2014-01-30Comment out unused macro because of warningRenato Golin
2014-01-10Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt.NAKAMURA Takumi
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-18Unbreak the build after r194997Alexey Samsonov
2013-11-18Revert r194865 and r194874.Alexey Samsonov
2013-11-16gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since ...NAKAMURA Takumi
2013-11-15Fix previous commit (r194865)Juergen Ributzka
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-15Move all of the GoogleTest files back to the same locations they occupyChandler Carruth
2013-05-14Get the unittests compiling when building with cmake and the settingDuncan Sands
2013-04-30Try to fix ProgramTest on FreeBSDReid Kleckner
2013-02-25'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay
2013-01-18Add basic command line parsing to TestMain.Manuel Klimek
2012-12-07unittest/googletest/Makefile: Unbreak out-of-tree build.NAKAMURA Takumi
2012-12-06Try to unbreak makefile build by excluding gtest-all.cc sourceAlexey Samsonov
2012-12-06Modify the LLVM checkout of googletest:Alexey Samsonov
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