aboutsummaryrefslogtreecommitdiffstats
path: root/utils/unittest
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-245-5/+22
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-1910-10/+42
* Unbreak the build after r194997Alexey Samsonov2013-11-181-2/+0
* Revert r194865 and r194874.Alexey Samsonov2013-11-1810-35/+10
* gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since ...NAKAMURA Takumi2013-11-161-2/+2
* Fix previous commit (r194865)Juergen Ributzka2013-11-151-0/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-1510-10/+35
* Move all of the GoogleTest files back to the same locations they occupyChandler Carruth2013-11-1512-33/+17
* Get the unittests compiling when building with cmake and the settingDuncan Sands2013-05-141-0/+4
* Try to fix ProgramTest on FreeBSDReid Kleckner2013-04-301-0/+5
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-251-2/+2
* Add basic command line parsing to TestMain.Manuel Klimek2013-01-181-0/+2
* unittest/googletest/Makefile: Unbreak out-of-tree build.NAKAMURA Takumi2012-12-071-1/+1
* Try to unbreak makefile build by excluding gtest-all.cc sourceAlexey Samsonov2012-12-061-0/+2
* Modify the LLVM checkout of googletest:Alexey Samsonov2012-12-063-1/+59
* Remove unused internal linkage variable.Richard Smith2012-11-271-2/+0
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-2713-111/+111
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-2713-111/+111
* GTest on Android needs a custom tmpdir path.Evgeniy Stepanov2012-09-101-0/+4
* Fix Android build of gtest and lib/Support.Evgeniy Stepanov2012-09-041-1/+1
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Remove dead private member variables from gtest.Benjamin Kramer2012-06-062-3/+1
* Fix gtest build issue on Visual Studio 2012 RCJustin Holewinski2012-06-061-0/+6
* llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar2012-05-151-0/+2
* Help GCC along with code that's actually unreachable.David Blaikie2012-01-221-0/+3
* Remove unreachable defaults from gtest.David Blaikie2012-01-213-5/+0
* build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar2011-12-152-2/+2
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-8/+0
* LLVMBuild: Add info for gtest.Daniel Dunbar2011-11-121-0/+28
* Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.Joe Abbey2011-10-191-0/+8
* Update CMake build for new gtest file.Frits van Bommel2011-07-271-0/+1
* Merge gtest-1.6.0.Jay Foad2011-07-2728-1356/+3498
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-153-3/+3
* Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes2011-03-011-0/+2
* 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 VC2010 build.Michael J. Spencer2010-10-191-3/+0
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-171-0/+6
* gtest: Fix warnings on MinGW.Michael J. Spencer2010-10-071-3/+3
* CMake: Fix warning in gtest.Michael J. Spencer2010-10-071-0/+4
* Fix MSVC release mode compilation error.Francois Pichet2010-10-021-6/+6
* Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes2010-09-251-13/+11
* CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer2010-09-241-11/+13
* Fix line endings from my last commit.Michael J. Spencer2010-09-241-3/+3
* unittests: Support Windows.Michael J. Spencer2010-09-241-0/+27
* CMake: Build unittests.Michael J. Spencer2010-09-242-1/+36
* delete dead code.Chris Lattner2010-09-041-29/+0
* Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis2010-08-151-2/+2
* Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis2010-08-141-2/+2