summaryrefslogtreecommitdiff
path: root/utils/unittest
Commit message (Expand)AuthorAge
* Reverted r203879.Galina Kistanova2014-03-14
* Fixed misuse of isascii. Also fixes mingw32 build, see http://msdn.microsoft....Galina Kistanova2014-03-14
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-26
* Support GTest for FreeBSD platforms (9.x)Alexey Samsonov2014-02-19
* [CMake] Add dependencies to gtest.NAKAMURA Takumi2014-02-10
* Comment out unused macro because of warningRenato Golin2014-01-30
* Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt.NAKAMURA Takumi2014-01-10
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Unbreak the build after r194997Alexey Samsonov2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since ...NAKAMURA Takumi2013-11-16
* Fix previous commit (r194865)Juergen Ributzka2013-11-15
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Move all of the GoogleTest files back to the same locations they occupyChandler Carruth2013-11-15
* Get the unittests compiling when building with cmake and the settingDuncan Sands2013-05-14
* Try to fix ProgramTest on FreeBSDReid Kleckner2013-04-30
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-25
* Add basic command line parsing to TestMain.Manuel Klimek2013-01-18
* unittest/googletest/Makefile: Unbreak out-of-tree build.NAKAMURA Takumi2012-12-07
* Try to unbreak makefile build by excluding gtest-all.cc sourceAlexey Samsonov2012-12-06
* Modify the LLVM checkout of googletest:Alexey Samsonov2012-12-06
* Remove unused internal linkage variable.Richard Smith2012-11-27
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* GTest on Android needs a custom tmpdir path.Evgeniy Stepanov2012-09-10
* Fix Android build of gtest and lib/Support.Evgeniy Stepanov2012-09-04
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Remove dead private member variables from gtest.Benjamin Kramer2012-06-06
* Fix gtest build issue on Visual Studio 2012 RCJustin Holewinski2012-06-06
* llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar2012-05-15
* Help GCC along with code that's actually unreachable.David Blaikie2012-01-22
* Remove unreachable defaults from gtest.David Blaikie2012-01-21
* build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar2011-12-15
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* LLVMBuild: Add info for gtest.Daniel Dunbar2011-11-12
* Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.Joe Abbey2011-10-19
* Update CMake build for new gtest file.Frits van Bommel2011-07-27
* Merge gtest-1.6.0.Jay Foad2011-07-27
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes2011-03-01
* 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 VC2010 build.Michael J. Spencer2010-10-19
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-17
* gtest: Fix warnings on MinGW.Michael J. Spencer2010-10-07
* CMake: Fix warning in gtest.Michael J. Spencer2010-10-07
* Fix MSVC release mode compilation error.Francois Pichet2010-10-02
* Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes2010-09-25
* CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer2010-09-24