Android 5.1.1 release 16
  1. cc0116f Suppress "Conditional expression is constant" warning on Visual Studio. by kosak@google.com · 10 years ago
  2. 3570707 Make Google Test build cleanly on Visual Studio 2010, 2012, 2013. by kosak@google.com · 10 years ago
  3. 361c8fb Added support for platforms where pthread_t is a struct rather than an integral by jgm@google.com · 12 years ago
  4. 95a77ad Fixes broken build on VC++ 7.1. by vladlosev · 13 years ago
  5. c2df152 makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the name of xlC (by Hady Zalek). by zhanyong.wan · 13 years ago
  6. 6ae7e1e Adds a gtest_disable_pthreads CMake option; also fixes an include order problem in the cmake script. by zhanyong.wan · 14 years ago
  7. d5ad2ca Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Losev). by zhanyong.wan · 14 years ago
  8. de8db2d Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhixu Liu (zhixu.liu@gmail.com). by vladlosev · 14 years ago
  9. 7e3bea8 Corrects test binary paths in the CMake build script. by vladlosev · 14 years ago
  10. 3232e67 Introduces gtest_force_shared_crt option for CMake build scripts. by vladlosev · 14 years ago
  11. 362a0cf Renames test script flags. by vladlosev · 14 years ago
  12. 678f92b Moves the universal printer from gmock to gtest and refactors the cmake script for reusing in gmock (by Vlad Losev). by zhanyong.wan · 14 years ago