| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm-build: Add support for non-installed libraries (e.g., gtest). | Daniel Dunbar | 2012-05-15 | 1 | -0/+2 |
* | Help GCC along with code that's actually unreachable. | David Blaikie | 2012-01-22 | 1 | -0/+3 |
* | Remove unreachable defaults from gtest. | David Blaikie | 2012-01-21 | 3 | -5/+0 |
* | build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile | Daniel Dunbar | 2011-12-15 | 2 | -2/+2 |
* | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -8/+0 |
* | LLVMBuild: Add info for gtest. | Daniel Dunbar | 2011-11-12 | 1 | -0/+28 |
* | Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete. | Joe Abbey | 2011-10-19 | 1 | -0/+8 |
* | Update CMake build for new gtest file. | Frits van Bommel | 2011-07-27 | 1 | -0/+1 |
* | Merge gtest-1.6.0. | Jay Foad | 2011-07-27 | 28 | -1356/+3498 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 3 | -3/+3 |
* | Fixes warnings emitted by Visual Studio 2010 compiler. | Oscar Fuentes | 2011-03-01 | 1 | -0/+2 |
* | Don't install libUnitTestMain.a. It might be useless without gtest headers. | NAKAMURA Takumi | 2011-02-28 | 1 | -0/+2 |
* | Make Win32's header file name lower for cross build on case-sensitive filesys... | NAKAMURA Takumi | 2011-02-04 | 1 | -1/+1 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Fix VC2010 build. | Michael J. Spencer | 2010-10-19 | 1 | -3/+0 |
* | Build with RTTI and exceptions disabled. Only in GCC for now. | Oscar Fuentes | 2010-10-17 | 1 | -0/+6 |
* | gtest: Fix warnings on MinGW. | Michael J. Spencer | 2010-10-07 | 1 | -3/+3 |
* | CMake: Fix warning in gtest. | Michael J. Spencer | 2010-10-07 | 1 | -0/+4 |
* | Fix MSVC release mode compilation error. | Francois Pichet | 2010-10-02 | 1 | -6/+6 |
* | Reverting "CMake: Don't include tools, unittets, or examples as | Oscar Fuentes | 2010-09-25 | 1 | -13/+11 |
* | CMake: Don't include tools, unittets, or examples as available targets | Michael J. Spencer | 2010-09-24 | 1 | -11/+13 |
* | Fix line endings from my last commit. | Michael J. Spencer | 2010-09-24 | 1 | -3/+3 |
* | unittests: Support Windows. | Michael J. Spencer | 2010-09-24 | 1 | -0/+27 |
* | CMake: Build unittests. | Michael J. Spencer | 2010-09-24 | 2 | -1/+36 |
* | delete dead code. | Chris Lattner | 2010-09-04 | 1 | -29/+0 |
* | Revert r111082. No warnings for this common pattern. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -2/+2 |
* | Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. | Argyrios Kyrtzidis | 2010-08-14 | 1 | -2/+2 |
* | Silence a warning. | Jakob Stoklund Olesen | 2010-07-12 | 1 | -1/+1 |
* | Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also, | Nick Lewycky | 2010-06-23 | 2 | -3/+6 |
* | Forgot to update the most important part of the gtest modifications readme. | Benjamin Kramer | 2010-06-03 | 1 | -1/+1 |
* | Disable pthread support in googletest if llvm was configured without threads. | Benjamin Kramer | 2010-06-03 | 2 | -0/+10 |
* | Turns out gtest still prefers the system <tr1/tuple> over it's own | Benjamin Kramer | 2010-06-03 | 2 | -0/+6 |
* | Update Readme and Makefiles for the new gtest. | Benjamin Kramer | 2010-06-02 | 3 | -13/+2 |
* | Merge gtest-1.5.0. | Benjamin Kramer | 2010-06-02 | 24 | -989/+1497 |
* | Merge gtest-1.4.0. | Benjamin Kramer | 2010-06-02 | 21 | -2039/+4137 |
* | Merge gtest-1.3.0. | Benjamin Kramer | 2010-06-02 | 20 | -468/+2089 |
* | silence some -Wmissing-field-initializers warnings. | Chris Lattner | 2010-04-18 | 1 | -2/+2 |
* | Fix -Asserts warnings. | Daniel Dunbar | 2010-04-13 | 1 | -0/+1 |
* | add minix support, patch by Kees van Reeuwijk! PR6797 | Chris Lattner | 2010-04-09 | 1 | -1/+2 |
* | Continue propagating the GoogleTest flags until we can update our version to | Chandler Carruth | 2010-03-09 | 2 | -1/+8 |
* | Consolidate GoogleTest make options and duplicate them to its own makefile. | Chandler Carruth | 2010-03-09 | 1 | -0/+9 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 2 | -0/+2 |
* | Fix an issue in googletest where a name was used before it was defined. | Eli Friedman | 2009-12-18 | 1 | -1/+6 |
* | Remove superfluous 'extern' variable that was causing a warning with clang. | Bill Wendling | 2009-12-16 | 1 | -1/+1 |
* | Remove / use flags that are now set in the Makefile.config. | Julien Lerouge | 2009-10-26 | 2 | -4/+0 |
* | Haiku porting patches, Credit to Paul Davey. | Edward O'Callaghan | 2009-10-12 | 1 | -1/+3 |
* | Follow googletest logic for suppressing warnings in unittests/UnitTestMain. | Daniel Dunbar | 2009-09-20 | 2 | -2/+4 |
* | Move unittest driver to utils/unittest/UnitTestMain. | Daniel Dunbar | 2009-09-13 | 3 | -1/+35 |
* | Teach googletest to use raw_ostream instead of just std::ostream. | Jeffrey Yasskin | 2009-09-05 | 2 | -1/+26 |
* | The attached patches attempt to fix cross builds. For example, if you | Anton Korobeynikov | 2009-08-18 | 1 | -1/+1 |