1. 69c96d7 Help GCC along with code that's actually unreachable. by David Blaikie · 13 years ago
  2. a36dda2 Remove unreachable defaults from gtest. by David Blaikie · 13 years ago
  3. bb53bbb build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile by Daniel Dunbar · 13 years ago
  4. d782bae build/CMake: Finish removal of add_llvm_library_dependencies. by Daniel Dunbar · 13 years ago
  5. e9d05d2 LLVMBuild: Add info for gtest. by Daniel Dunbar · 13 years ago
  6. fffc0fe Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete. by Joe Abbey · 13 years ago
  7. 0da49df Update CMake build for new gtest file. by Frits van Bommel · 13 years ago
  8. b33f8e3 Merge gtest-1.6.0. by Jay Foad · 13 years ago
  9. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  10. 9bf9aa5 Fixes warnings emitted by Visual Studio 2010 compiler. by Oscar Fuentes · 13 years ago
  11. ec58f20 Don't install libUnitTestMain.a. It might be useless without gtest headers. by NAKAMURA Takumi · 13 years ago
  12. 6d600da Make Win32's header file name lower for cross build on case-sensitive filesystem. by NAKAMURA Takumi · 14 years ago
  13. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  14. 01734b1 Fix VC2010 build. by Michael J. Spencer · 14 years ago
  15. f0c55a9 Build with RTTI and exceptions disabled. Only in GCC for now. by Oscar Fuentes · 14 years ago
  16. 6b17830 gtest: Fix warnings on MinGW. by Michael J. Spencer · 14 years ago
  17. 1cade33 CMake: Fix warning in gtest. by Michael J. Spencer · 14 years ago
  18. 43b04fa Fix MSVC release mode compilation error. by Francois Pichet · 14 years ago
  19. 066de85 Reverting "CMake: Don't include tools, unittets, or examples as by Oscar Fuentes · 14 years ago
  20. 4b794c9 CMake: Don't include tools, unittets, or examples as available targets by Michael J. Spencer · 14 years ago
  21. 6b096c3 Fix line endings from my last commit. by Michael J. Spencer · 14 years ago
  22. ddfce8f unittests: Support Windows. by Michael J. Spencer · 14 years ago
  23. ee6944f CMake: Build unittests. by Michael J. Spencer · 14 years ago
  24. d3ba94c delete dead code. by Chris Lattner · 14 years ago
  25. 8c8b9ee Revert r111082. No warnings for this common pattern. by Argyrios Kyrtzidis · 14 years ago
  26. 7268d97 Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. by Argyrios Kyrtzidis · 14 years ago
  27. a70282d Silence a warning. by Jakob Stoklund Olesen · 14 years ago
  28. ec4c02d Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also, by Nick Lewycky · 14 years ago
  29. aede811 Forgot to update the most important part of the gtest modifications readme. by Benjamin Kramer · 14 years ago
  30. 2e3f44e Disable pthread support in googletest if llvm was configured without threads. by Benjamin Kramer · 14 years ago
  31. 8ef297e Turns out gtest still prefers the system <tr1/tuple> over it's own by Benjamin Kramer · 14 years ago
  32. 4839d87 Update Readme and Makefiles for the new gtest. by Benjamin Kramer · 14 years ago
  33. 57240ff Merge gtest-1.5.0. by Benjamin Kramer · 14 years ago
  34. 190f8ee Merge gtest-1.4.0. by Benjamin Kramer · 14 years ago
  35. e4b9c93 Merge gtest-1.3.0. by Benjamin Kramer · 14 years ago
  36. f06b859 silence some -Wmissing-field-initializers warnings. by Chris Lattner · 14 years ago
  37. 07b3a04 Fix -Asserts warnings. by Daniel Dunbar · 14 years ago
  38. 21aa347 add minix support, patch by Kees van Reeuwijk! PR6797 by Chris Lattner · 14 years ago
  39. 315b1bb Continue propagating the GoogleTest flags until we can update our version to by Chandler Carruth · 14 years ago
  40. f10e43e Consolidate GoogleTest make options and duplicate them to its own makefile. by Chandler Carruth · 14 years ago
  41. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
  42. 5760f35 Fix an issue in googletest where a name was used before it was defined. by Eli Friedman · 15 years ago
  43. 0a0124e Remove superfluous 'extern' variable that was causing a warning with clang. by Bill Wendling · 15 years ago
  44. cadd4b9 Remove / use flags that are now set in the Makefile.config. by Julien Lerouge · 15 years ago
  45. df40664 Haiku porting patches, Credit to Paul Davey. by Edward O'Callaghan · 15 years ago
  46. 848454a Follow googletest logic for suppressing warnings in unittests/UnitTestMain. by Daniel Dunbar · 15 years ago
  47. f845c74 Move unittest driver to utils/unittest/UnitTestMain. by Daniel Dunbar · 15 years ago
  48. 9c0c3bf Teach googletest to use raw_ostream instead of just std::ostream. by Jeffrey Yasskin · 15 years ago
  49. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  50. b0d3f25 Remove trailing slashes from include paths. Some versions of mingw don't like them. by Benjamin Kramer · 15 years ago
  51. c891465 Change 'make install' to install tblgen, for better support of out-of-tree targets, by Chris Lattner · 15 years ago
  52. e0a056b Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disable exceptions. by Julien Lerouge · 15 years ago
  53. d907e49 FIx spelling. by Mike Stump · 16 years ago
  54. 44460da Probe for flags before using them to try to help compiling with by Mike Stump · 16 years ago
  55. 105a91a Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVM by Misha Brukman · 16 years ago
  56. 715a958 We also removed gtest-all.cc from the distribution tarball. by Misha Brukman · 16 years ago
  57. e5f9471 * Removed gtest-all.cc; .cc files including other .cc files is weird by Misha Brukman · 16 years ago
  58. 3aae44e Moved Google Test code up one directory so that we can use a standard LLVM by Misha Brukman · 16 years ago
  59. 7ae6ff4 Import of Google Test 1.2.1, with the non-essential bits removed. by Misha Brukman · 16 years ago