Commit graph

  • 598fe2288e Removes unused scripts from the distro. zhanyong.wan 2010-07-22 22:22:18 +00:00
  • 11f070e828 Removes unused scripts from the distro. zhanyong.wan 2010-07-22 22:22:18 +00:00
  • 744de6fa59 Removes unused scons-related scripts; makes gtest_nc_test compatible with Clang. zhanyong.wan 2010-07-22 22:03:48 +00:00
  • 9c32299d0f Removes unused scons-related scripts; makes gtest_nc_test compatible with Clang. zhanyong.wan 2010-07-22 22:03:48 +00:00
  • e96d247b20 Allows Google Test to build on OSes other then a pre-determined set and implements GTEST_HAS_POSIX_REGEX condition for compatibility with them. vladlosev 2010-07-22 21:07:19 +00:00
  • 4d3c1729b5 Allows Google Test to build on OSes other then a pre-determined set and implements GTEST_HAS_POSIX_REGEX condition for compatibility with them. vladlosev 2010-07-22 21:07:19 +00:00
  • ba5be9b5a6 wiki change: update the documentation of EXPECT_EQ and friends. wan@google.com 2010-07-22 06:13:02 +00:00
  • d60c5f41c2 Removes unused scons scripts; picks up gtest r446. zhanyong.wan 2010-07-21 22:21:07 +00:00
  • e2a7f03b80 Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong Wan). Allows a user to customize how the universal printer prints a pointer of a specific type by overloading << (by Zhanyong Wan). Works around a bug in Cymbian's C++ compiler (by Vlad Losev). zhanyong.wan 2010-07-21 22:15:17 +00:00
  • 0bb0968e60 Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong Wan). Allows a user to customize how the universal printer prints a pointer of a specific type by overloading << (by Zhanyong Wan). Works around a bug in Cymbian's C++ compiler (by Vlad Losev). zhanyong.wan 2010-07-21 22:15:17 +00:00
  • 447ed6474d Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhixu Liu (zhixu.liu@gmail.com). vladlosev 2010-07-14 22:36:31 +00:00
  • 69ac84475b Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhixu Liu (zhixu.liu@gmail.com). vladlosev 2010-07-14 22:36:31 +00:00
  • 3899557cb8 Fixes definitions from pthread.h used before the header inclusion. vladlosev 2010-07-12 19:17:22 +00:00
  • ce8588ba2b Fixes definitions from pthread.h used before the header inclusion. vladlosev 2010-07-12 19:17:22 +00:00
  • 5e4214cee4 Makes gtest_break_on_failure_unittest work on minGW (by vladl); improves the NULL-dereferencing hack to work with LLVM (by chandlerc). zhanyong.wan 2010-07-08 21:44:59 +00:00
  • f9a0bad37a Makes gtest_break_on_failure_unittest work on minGW (by vladl); improves the NULL-dereferencing hack to work with LLVM (by chandlerc). zhanyong.wan 2010-07-08 21:44:59 +00:00
  • e3bd0981ca Implements ReturnPointee() and ReturnRefOfCopy(). zhanyong.wan 2010-07-03 00:16:42 +00:00
  • 21a23e7179 Fixes sample code in the "Important note for Visual C++ users" section of the GoogleTestPrimer wiki page. vladlosev 2010-06-28 17:37:21 +00:00
  • 682c89f755 Makes gtest report failures in ad hoc test assertions executed before RUN_ALL_TESTS(). zhanyong.wan 2010-06-16 22:47:13 +00:00
  • 84ad0dd2df Makes gtest report failures in ad hoc test assertions executed before RUN_ALL_TESTS(). zhanyong.wan 2010-06-16 22:47:13 +00:00
  • 02c1505ebf Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger. zhanyong.wan 2010-06-09 19:21:30 +00:00
  • b4140808f9 Replaces Python-style interpolation with arbitrary C++ string expression in MATCHER* descriptions. zhanyong.wan 2010-06-08 22:53:57 +00:00
  • 985a30360c Adds tests for SkipPrefix(). zhanyong.wan 2010-06-08 22:51:46 +00:00
  • d3b3999b53 Adds tests for SkipPrefix(). zhanyong.wan 2010-06-08 22:51:46 +00:00
  • 38e1465902 Fixes a wrong comment for OnTestPartResult(). vladlosev 2010-05-31 23:30:01 +00:00
  • 78add7413c Fixes a wrong comment for OnTestPartResult(). vladlosev 2010-05-31 23:30:01 +00:00
  • c44c99573c Fixes a typo in the event listener sample. vladlosev 2010-05-29 23:19:50 +00:00
  • 0e41324393 Fixes issue 286. vladlosev 2010-05-22 00:27:10 +00:00
  • ee5928fba1 Fixes issue 286. vladlosev 2010-05-22 00:27:10 +00:00
  • fbc266f0a4 Corrects test binary paths in the CMake build script. vladlosev 2010-05-22 00:26:29 +00:00
  • d21cdf56b3 Corrects test binary paths in the CMake build script. vladlosev 2010-05-22 00:26:29 +00:00
  • 0a781df32a Fixes build failure on Windows/CMake (issue 111). vladlosev 2010-05-20 22:17:28 +00:00
  • 1097b54dcf Implements printing parameters of failed parameterized tests (issue 71). vladlosev 2010-05-18 21:13:48 +00:00
  • e271db79d0 Implements printing parameters of failed parameterized tests (issue 71). vladlosev 2010-05-18 21:13:48 +00:00
  • c828e17175 Introduces gtest_force_shared_crt option for CMake build scripts. vladlosev 2010-05-18 21:08:05 +00:00
  • 875f00baf7 Introduces gtest_force_shared_crt option for CMake build scripts. vladlosev 2010-05-18 21:08:05 +00:00
  • ab5b77c179 Implements Pointwise(). zhanyong.wan 2010-05-17 19:32:48 +00:00
  • 55d166a222 Adds GTEST_REMOVE_REFERENCE_AND_CONST_. zhanyong.wan 2010-05-17 19:31:00 +00:00
  • fc8882f6df Adds GTEST_REMOVE_REFERENCE_AND_CONST_. zhanyong.wan 2010-05-17 19:31:00 +00:00
  • 65f2fd5920 Fixes a typo in comments. vladlosev 2010-05-17 16:35:55 +00:00
  • ad14037630 Fixes a typo in comments. vladlosev 2010-05-17 16:35:55 +00:00
  • 0f3f5012d8 Adds CMake build script. vladlosev 2010-05-13 18:19:26 +00:00
  • e2e8ba401d Renames test script flags. vladlosev 2010-05-13 18:16:03 +00:00
  • 3678a248d3 Renames test script flags. vladlosev 2010-05-13 18:05:20 +00:00
  • db0a3c12b8 Renames test script flags. vladlosev 2010-05-13 18:05:20 +00:00
  • 2c697f5919 Comment tweaks in CMakeLists.txt. vladlosev 2010-05-13 18:02:27 +00:00
  • d768b37240 Comment tweaks in CMakeLists.txt. vladlosev 2010-05-13 18:02:27 +00:00
  • 9af267d247 Replaces UniversalPrinter<T>::Print(x, os) with UniversalPrint(x, os) as appropriate (by Zhanyong Wan). vladlosev 2010-05-13 18:00:59 +00:00
  • e6ca9886c7 Replaces UniversalPrinter<T>::Print(x, os) with UniversalPrint(x, os) as appropriate (by Zhanyong Wan). vladlosev 2010-05-13 18:00:59 +00:00
  • 7aec2f36ba Lucid autotools compatibility patch by Jeffrey Yasskin. vladlosev 2010-05-11 09:39:04 +00:00
  • 54a51e26b8 Lucid autotools compatibility patch by Jeffrey Yasskin. vladlosev 2010-05-11 09:39:04 +00:00
  • e588a3bba2 Renames CMake build script options. vladlosev 2010-05-11 09:37:33 +00:00
  • d589fddeb8 Renames CMake build script options. vladlosev 2010-05-11 09:37:33 +00:00
  • 61baf319bb Suppresses some Clang warnings (by Chandler Carruth, Jeffrey Yasskin, and Zhanyong Wan). zhanyong.wan 2010-05-10 17:23:54 +00:00
  • 53924eadea Suppresses some Clang warnings (by Chandler Carruth, Jeffrey Yasskin, and Zhanyong Wan). zhanyong.wan 2010-05-10 17:23:54 +00:00
  • 02f7106557 Moves the universal printer from gmock to gtest (by Vlad Losev). zhanyong.wan 2010-05-10 17:14:29 +00:00
  • 2ccea88c99 Moves the universal printer from gmock to gtest and refactors the cmake script for reusing in gmock (by Vlad Losev). zhanyong.wan 2010-05-10 17:11:58 +00:00
  • 7af4b42669 Moves the universal printer from gmock to gtest and refactors the cmake script for reusing in gmock (by Vlad Losev). zhanyong.wan 2010-05-10 17:11:58 +00:00
  • cdc0aae155 Silence a Clang warning about an unused variable. chandlerc 2010-05-09 08:16:50 +00:00
  • 31bc970944 Silence a Clang warning about an unused variable. chandlerc 2010-05-09 08:16:50 +00:00
  • 76c1c612e2 Fixes tests leaking altered values of GMOCK_FLAG(verbose) (issue 110). vladlosev 2010-05-05 19:47:46 +00:00
  • c476707e82 Improves support for building Google Test as Windows DLL. vladlosev 2010-05-05 13:09:35 +00:00
  • e702934150 Improves support for building Google Test as Windows DLL. vladlosev 2010-05-05 13:09:35 +00:00
  • 54af9ba50a Adds a synchronization test. vladlosev 2010-05-04 16:05:11 +00:00
  • 33605ba454 Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhanyong Wan); pulls in gtest r424. zhanyong.wan 2010-04-22 23:37:47 +00:00
  • 520f623c59 Minor improvement to hermetic build support in the CMake script, by Vlad Losev. zhanyong.wan 2010-04-22 23:35:34 +00:00
  • 0821371299 Minor improvement to hermetic build support in the CMake script, by Vlad Losev. zhanyong.wan 2010-04-22 23:35:34 +00:00
  • e05489605f Implements color output in GNU Screen sessions (issue 277). vladlosev 2010-04-22 11:44:59 +00:00
  • e8e9d04b9b Implements color output in GNU Screen sessions (issue 277). vladlosev 2010-04-22 11:44:59 +00:00
  • e85375608b Fixes gtest-port_test on MinGW. vladlosev 2010-04-22 11:43:55 +00:00
  • ac53322dc9 Fixes gtest-port_test on MinGW. vladlosev 2010-04-22 11:43:55 +00:00
  • 5583a95a6e Adds Solaris compatibility FAQ entry. vladlosev 2010-04-22 10:45:16 +00:00
  • 765cbccf86 wiki change: updates the primer on gtest's thread safety. wan@google.com 2010-04-19 20:49:41 +00:00
  • 090c4830dd Fixes a typo in README. vladlosev 2010-04-16 16:21:17 +00:00
  • c9d6f5e0ed Creates release tag 1.5.0 off the head of branch 1.5. release-1.5.0 vladlosev 2010-04-15 22:03:04 +00:00
  • 09fa4eb3cc Creates release tag 1.5.0 off the head of branch 1.5. vladlosev 2010-04-15 22:03:04 +00:00
  • c68254fb86 Creates release branch 1.5 off trunk head. vladlosev 2010-04-15 22:00:28 +00:00
  • d19f58677b Improves Makefile.am (by Vlad Losev); fixes Makefile and updates README (by Zhanyong Wan). zhanyong.wan 2010-04-14 16:26:57 +00:00
  • 97c452823c Over-hauls README, and fixes Makefile. zhanyong.wan 2010-04-14 05:34:38 +00:00
  • 8e9063e8eb Over-hauls README, and fixes Makefile. zhanyong.wan 2010-04-14 05:34:38 +00:00
  • 1b71f0b272 Adds alternative spellings for FAIL, SUCCEED, and TEST. zhanyong.wan 2010-04-13 04:40:32 +00:00
  • 767eb0bd05 Adds alternative spellings for FAIL, SUCCEED, and TEST. zhanyong.wan 2010-04-13 04:40:32 +00:00
  • 509b5339e9 Simplifies Makefile.am (by Zhanyong Wan and Vlad Losev). zhanyong.wan 2010-04-13 02:19:25 +00:00
  • 76e96b5472 Simplifies Makefile.am (by Zhanyong Wan and Vlad Losev). zhanyong.wan 2010-04-13 02:19:25 +00:00
  • fc1cc32ae3 Fixes a typo. vladlosev 2010-04-08 17:55:26 +00:00
  • eddd9e85a8 Fixes gtest_filter_unittest and gtest_help_test on systems without death tests. vladlosev 2010-04-08 01:01:12 +00:00
  • 214e014fed Fixes gtest_filter_unittest and gtest_help_test on systems without death tests. vladlosev 2010-04-08 01:01:12 +00:00
  • d21c142eb8 C++ Builder compatibility patch by Josh Kelley. vladlosev 2010-04-07 05:32:34 +00:00
  • 845b5551b3 C++ Builder compatibility patch by Josh Kelley. vladlosev 2010-04-07 05:32:34 +00:00
  • 1e908873eb CMake 2.8/Visual Age compatibility patch by Hady Zalek. vladlosev 2010-04-05 20:50:36 +00:00
  • 9f96184f8f CMake 2.8/Visual Age compatibility patch by Hady Zalek. vladlosev 2010-04-05 20:50:36 +00:00
  • b9a7cead1c Fixes a leak in ThreadLocal. zhanyong.wan 2010-03-26 20:23:06 +00:00
  • bcc70dac52 Fixes a leak in ThreadLocal. zhanyong.wan 2010-03-26 20:23:06 +00:00
  • aa28b178c4 Updates the release notes. zhanyong.wan 2010-03-26 05:38:55 +00:00
  • 3569c3c86d Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); updates the release notes. zhanyong.wan 2010-03-26 05:35:42 +00:00
  • 3a9dba890f Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); updates the release notes. zhanyong.wan 2010-03-26 05:35:42 +00:00
  • 2429dfc641 Cleans up the cmake script. zhanyong.wan 2010-03-25 23:12:35 +00:00
  • 427750f1ed Cleans up the cmake script. zhanyong.wan 2010-03-25 23:12:35 +00:00
  • 439df04138 Adds Manuel to CONTRIBUTORS, and pulls in gtest r405. zhanyong.wan 2010-03-25 20:17:31 +00:00
  • b2c1ee6d84 Adds Hady and Manuel to CONTRIBUTORS. zhanyong.wan 2010-03-25 20:16:33 +00:00