240 Commits (1b71f0b272f4d3dfb45db44ab39a77727ddafb9b)
 

Author SHA1 Message Date
zhanyong.wan 61e953e8c3 Fixes two tests on Cygwin, which has no python 2.4. 16 years ago
zhanyong.wan 9623aed82c Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on Mac. 16 years ago
zhanyong.wan 62f8d28c0b Fixes a typo in Vlad's email address. 16 years ago
zhanyong.wan 87d23e45f0 Implements the --help flag; fixes tests on Windows. 16 years ago
zhanyong.wan 3d8064999c Fixes build failure on Windows, by Rainer Klaffenboeck. 16 years ago
zhanyong.wan 44a041b711 Fixes death-test-related tests on Windows, by Vlad Losev. 16 years ago
zhanyong.wan 40e72a8a83 Implements --gtest_throw_on_failure for using gtest with other testing frameworks. 16 years ago
zhanyong.wan 4984c93490 Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac and Cygwin; fixes build issue on some Linux versions due to PATH_MAX. 16 years ago
zhanyong.wan 0af0709b02 Cleans up macro definitions. 16 years ago
zhanyong.wan 3c7868a9a8 Updates the definitions of GTEST_HAS_EXCEPTIONS and GTEST_HAS_STD_STRING to be C++ standard compliant. 16 years ago
zhanyong.wan f0048c1bea Removes upload*.py from the release package, as they are useless without an SVN checkout. 16 years ago
zhanyong.wan 44c88653fc Adds upload_gtest.py for uploading a Google Test patch for review. 16 years ago
zhanyong.wan a4e6314a0b Removes svn:executable and sets svn:eol-style to CRLF for VS project files. 16 years ago
zhanyong.wan a5391b50a2 Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc. 16 years ago
zhanyong.wan cd3e4016ea Implements the test sharding protocol. By Eric Fellheimer. 16 years ago
zhanyong.wan 886cafd4a3 Fixes the definition of GTEST_HAS_EXCEPTIONS, allowing exception assertions to be used with gcc. 16 years ago
zhanyong.wan 3750499433 Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zhanyong Wan). Fixes more warnings on Windows (by Vlad Losev). 16 years ago
zhanyong.wan ad99ca1446 Exposes gtest flags to user code access. By Alexander Demin. 16 years ago
zhanyong.wan 4b83461e97 Fixes some warnings when compiled with MSVC at warning level 4. 16 years ago
zhanyong.wan c946ae6019 Implements a simple regex matcher (to be used by death tests on Windows). 16 years ago
zhanyong.wan a32fc79c9a Simplifies gtest's implementation by using an existing API to get the original working directory. 16 years ago
zhanyong.wan 650d5bf3ba Fixes the bug where the XML output path is affected by test changing the current directory. By Stefan Weigand. 16 years ago
zhanyong.wan b593ccbbbe Adds a script to fuse gtest source files into a .h and a .cc. 16 years ago
zhanyong.wan bbab127250 Improves compatibility with cygwin by making the definition of GTEST_HAS_GLOBAL_WSTRING correct on this platform. 16 years ago
shiqian 2456258bb1 Adds Eric Roman to the contributor list. 16 years ago
shiqian fe186c3829 Implements --gtest_also_run_disabled_tests. By Eric Roman. 16 years ago
shiqian 53e0dc4041 Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq. 16 years ago
vladlosev 0efb17dc54 Merged release 1.2.1 updates to trunk 16 years ago
shiqian 31306c5832 Improves README. 16 years ago
shiqian 92764e9c93 Improves the instructions in README. 16 years ago
shiqian 3bcc7a2173 Adds Makefile to the distribution pacakge. 16 years ago
shiqian 635aff1664 Gets ready to release 1.2.1 by bumping up the version number. 16 years ago
shiqian 7b3b36fde4 A small re-work of the installed m4 script for Google Test. This 16 years ago
shiqian a369436e2a Changes config_aux to build-aux to conform with the convention. Simplifies the configuration commands in README. By Chandler Carruth. 16 years ago
shiqian fab8c18a00 Necessary changes to gtest-config.in for supporting the up-coming release of Google C++ Mocking Framework. By Chandler Carruth. 16 years ago
shiqian 5145e0fb20 Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform with the TR1 spec. 16 years ago
preston.a.jackson 2051d2ccc7 Updating README with instructions on running python tests from within Xcode. 16 years ago
shiqian 0fb58d70eb Fixes compatibility with IBM z/OS. By Rainer Klaffenboeck. 16 years ago
shiqian 04f025dd57 Fixes compatibility with Linux IA-64. By Rainer Klaffenboeck. 16 years ago
shiqian 3e1e473ccd Adds a Makefile to demonstrate building Google Test with a manually-written Makefile. 16 years ago
vladlosev 389508e355 Merged build script fix from branches/release-1.2 16 years ago
vladlosev 180e74cd35 Updated CHANGES and release version for 1.2 16 years ago
vladlosev 1998cf5d32 Allow Google Mock to initialize Google Test 16 years ago
vladlosev 957ed9fb52 Adding test/gtest_uninitialized_test.py missing from the previous check-in 16 years ago
vladlosev 95536ab53b Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windows 16 years ago
shiqian c440a6923a Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X Tiger); also fixes gtest_output_test when built with xcode. 16 years ago
vladlosev 514265c415 Fixed two of the failing tests mentioned in issue 9 16 years ago
preston.a.jackson d4e57d12d4 updating the README (intended for previous ci) 16 years ago
preston.a.jackson 3e93606333 oops forgot the config file 16 years ago
preston.a.jackson 0c7871ca6a Removing a warning when building from the command line. Reordering targets to be semi-alphabetical and to match the ordering in the Makefile. Cleaning up target names to remove the underscore (on the python-based ones), and adding 'run_' Xcode executables to run the python script from within Xcode. Whew 16 years ago