summaryrefslogtreecommitdiff
path: root/utils/unittest
Commit message (Expand)AuthorAge
* 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
* Fix line endings from my last commit.Michael J. Spencer2010-09-24
* unittests: Support Windows.Michael J. Spencer2010-09-24
* CMake: Build unittests.Michael J. Spencer2010-09-24
* delete dead code.Chris Lattner2010-09-04
* Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis2010-08-15
* Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis2010-08-14
* Silence a warning.Jakob Stoklund Olesen2010-07-12
* Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky2010-06-23
* Forgot to update the most important part of the gtest modifications readme.Benjamin Kramer2010-06-03
* Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer2010-06-03
* Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer2010-06-03
* Update Readme and Makefiles for the new gtest.Benjamin Kramer2010-06-02
* Merge gtest-1.5.0.Benjamin Kramer2010-06-02
* Merge gtest-1.4.0.Benjamin Kramer2010-06-02
* Merge gtest-1.3.0.Benjamin Kramer2010-06-02
* silence some -Wmissing-field-initializers warnings.Chris Lattner2010-04-18
* Fix -Asserts warnings.Daniel Dunbar2010-04-13
* add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner2010-04-09
* Continue propagating the GoogleTest flags until we can update our version toChandler Carruth2010-03-09
* Consolidate GoogleTest make options and duplicate them to its own makefile.Chandler Carruth2010-03-09
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Fix an issue in googletest where a name was used before it was defined.Eli Friedman2009-12-18