History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
7c598c4f1a44 | zhanyong.wan | Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad… | Jul 26 2010 | |||
e96d247b2011 | vladlosev | Allows Google Test to build on OSes other then a pre-determined set and… | Jul 22 2010 | |||
e2a7f03b80fc | zhanyong.wan | Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong… | Jul 22 2010 | |||
447ed6474dec | vladlosev | Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhixu… | Jul 15 2010 | |||
3899557cb856 | vladlosev | Fixes definitions from pthread.h used before the header inclusion. | Jul 12 2010 | |||
985a30360ce4 | zhanyong.wan | Adds tests for SkipPrefix(). | Jun 9 2010 | |||
1097b54dcf1c | vladlosev | Implements printing parameters of failed parameterized tests (issue 71). | May 18 2010 | |||
55d166a2228d | zhanyong.wan | Adds GTEST_REMOVE_REFERENCE_AND_CONST_. | May 17 2010 | |||
61baf319bbb9 | zhanyong.wan | Suppresses some Clang warnings (by Chandler Carruth, Jeffrey Yasskin, and… | May 10 2010 | |||
2ccea88c99d1 | zhanyong.wan | Moves the universal printer from gmock to gtest and refactors the cmake script… | May 10 2010 | |||
d21c142eb89c | vladlosev | C++ Builder compatibility patch by Josh Kelley. | Apr 7 2010 | |||
b9a7cead1cdf | zhanyong.wan | Fixes a leak in ThreadLocal. | Mar 26 2010 | |||
3569c3c86d52 | zhanyong.wan | Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek)… | Mar 26 2010 | |||
2346d2578427 | zhanyong.wan | Supports no-RTTI mode on AIX (by Hady Zalek). | Mar 25 2010 | |||
92344b762a86 | zhanyong.wan | Makes the cmake script work on Solaris and AIX (by Hady Zalek). | Mar 25 2010 | |||
17e4860871d2 | zhanyong.wan | Enables death tests on AIX, by Hady Zalek. | Mar 23 2010 | |||
e9f093ae15ac | zhanyong.wan | Makes gtest work with Sun Studio. Patch submitted by Hady Zalek. | Mar 23 2010 | |||
9f0824b0a61b | zhanyong.wan | Adds missing gtest DLL exports. | Mar 22 2010 | |||
06d04c0945bf | vladlosev | Solaris and AIX patch by Hady Zalek | Mar 17 2010 | |||
a6978ecb4cba | zhanyong.wan | Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script to… | Mar 17 2010 | |||
a2534cb7a594 | zhanyong.wan | Fixes a typo in comment, by Vlad Losev. | Mar 15 2010 | |||
83589cca345d | zhanyong.wan | Supports building gtest as a DLL (by Vlad Losev). | Mar 5 2010 | |||
542b41e5d010 | zhanyong.wan | Simplifies ThreadWithParam. | Mar 4 2010 | |||
12a92c26fc0e | zhanyong.wan | Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading… | Mar 4 2010 | |||
c85a77a6ab0e | zhanyong.wan | Simplifies ThreadStartSemaphore's implementation. | Feb 26 2010 | |||
4879aac74991 | zhanyong.wan | Simplifies the threading implementation and improves some comments. | Feb 25 2010 | |||
0d27868d0fae | zhanyong.wan | Simplifies the implementation by using std::vector instead of Vector. | Feb 25 2010 | |||
3bef459eac9a | zhanyong.wan | Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth)… | Feb 24 2010 | |||
cfcbc298cd91 | vladlosev | Adds Solaris support (by Hady Zalek) | Feb 3 2010 | |||
8d373310561a | zhanyong.wan | Adds support for alternate path separator on Windows, and make all tests pass… | Feb 2 2010 | |||
81e1cc73c832 | zhanyong.wan | Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes… | Jan 28 2010 | |||
fd6f2a8a4b3f | zhanyong.wan | Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by… | Jan 27 2010 | |||
ef37aa407478 | zhanyong.wan | Fixes a typo in gtest-port.h, by Manuel Klimek. | Jan 7 2010 | |||
edbcd6294e39 | zhanyong.wan | Fixes issue 217: lets MSVC 10 uses its own tr1 tuple. | Jan 5 2010 | |||
7b0c8dd3a94f | zhanyong.wan | Adds macro GTEST_DISALLOW_ASSIGN_, needed by gmock. | Dec 23 2009 | |||
88e97c822c98 | zhanyong.wan | Removes uses of GTEST_HAS_STD_STRING. | Dec 17 2009 | |||
d56773b492b7 | zhanyong.wan | Turns on -Wshadow (by Preston Jackson). | Dec 16 2009 | |||
3508784108a3 | zhanyong.wan | Stops supporting MSVC 7.1 with exceptions disabled. | Dec 14 2009 | |||
44bafcb62d0f | zhanyong.wan | Fixes the "passing non-POD to ellipsis" warning in Sun Studio. Based on… | Dec 7 2009 | |||
891b3716c4b6 | zhanyong.wan | Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev). | Dec 1 2009 | |||
b6fe6899bef6 | vladlosev | Implements the element_type typedef in testing::internal::scoped_ptr. This is… | Nov 18 2009 | |||
bcf926ec6566 | zhanyong.wan | Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests… | Nov 13 2009 | |||
7e13e0f5dd2f | zhanyong.wan | Fixes the code to work with fuse_gtest.py. | Nov 10 2009 | |||
6bfc4b2bd378 | vladlosev | Prints help when encountering unrecognized Google Test flags. | Oct 22 2009 | |||
bad778caa39a | vladlosev | Implements support for AssertionResult in Boolean assertions such as… | Oct 20 2009 | |||
bd851333e895 | zhanyong.wan | Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original… | Oct 1 2009 | |||
f8b268ee86ca | zhanyong.wan | Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan). Renames… | Sep 30 2009 | |||
b50ef44a3527 | zhanyong.wan | Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to… | Sep 24 2009 | |||
2534ae201e47 | zhanyong.wan | Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the… | Sep 21 2009 | |||
e5373af0cb9c | zhanyong.wan | Renames the TestPartResult type enums and adjusts the order of methods in the… | Sep 18 2009 | |||
9f894c2b36e8 | zhanyong.wan | Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /… | Sep 18 2009 | |||
12d740faef11 | zhanyong.wan | Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter)… | Sep 17 2009 | |||
866f4a94461d | zhanyong.wan | Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renames… | Sep 16 2009 | |||
b2ee82ebf9b8 | zhanyong.wan | Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforcing… | Sep 11 2009 | |||
16e9dd6e28a8 | zhanyong.wan | More implementation of the event listener interface (by Vlad Losev); Reduces… | Sep 4 2009 | |||
56a2e686e915 | zhanyong.wan | Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad… | Sep 1 2009 | |||
5502540a5b5c | chandlerc | Unbreak the build for Solaris by selecting the correct include headers for its… | Aug 10 2009 | |||
ed8500b341c4 | zhanyong.wan | Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility with… | Aug 7 2009 | |||
c214ebc830aa | zhanyong.wan | More refactoring for the event listener API, by Vlad Losev. | Jul 16 2009 | |||
89080477aee9 | zhanyong.wan | Adds color support for TERM=linux (by Alexander Demin); renames List to Vector… | Jul 13 2009 | |||
600105ee3ac4 | zhanyong.wan | Makes List a random-access data structure. This simplifies the implementation… | Jul 2 2009 | |||
e6095deec89d | zhanyong.wan | Makes gtest's tuple implementation work with Symbian 5th edition by bypassing 2… | Jun 25 2009 | |||
ef29ce357624 | zhanyong.wan | Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves… | Jun 23 2009 | |||
4853a503371f | zhanyong.wan | Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika). | Jun 19 2009 | |||
ae3247986bbb | zhanyong.wan | Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); fixes… | Jun 19 2009 | |||
532dc2de35f2 | zhanyong.wan | Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan)… | Jun 17 2009 | |||
210ea10e7ad6 | zhanyong.wan | Fixes the logic for determining whether cxxabi.h is available. | Jun 11 2009 | |||
683f431d830d | zhanyong.wan | Works around a gcc bug when compiling tr1/tuple with RTTI disabled. | Jun 11 2009 | |||
e68adf5c9089 | zhanyong.wan | Enables tr1 tuple on Symbian. | Jun 9 2009 | |||
9b23e3cc7677 | zhanyong.wan | Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version… | May 5 2009 | |||
c78ae6196dc9 | zhanyong.wan | Ports gtest to C++Builder, by Josh Kelley. | Apr 28 2009 | |||
f2334aa19555 | zhanyong.wan | Ports gtest to minGW (by Kenton Varda). | Apr 25 2009 | |||
f2d0d0e3d567 | zhanyong.wan | Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to… | Apr 24 2009 | |||
c12f63214e9b | zhanyong.wan | Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the… | Apr 7 2009 | |||
0da92aaf7f69 | zhanyong.wan | Fixes the comment about GTEST_ATTRIBUTE_UNUSED_. | Apr 3 2009 | |||
6a26383e31cf | zhanyong.wan | Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER. | Mar 31 2009 | |||
3e54f5a3715f | zhanyong.wan | Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 and… | Mar 31 2009 | |||
755e3bf78443 | zhanyong.wan | Fixes MSVC casting warning. | Mar 27 2009 | |||
e120fc58906c | zhanyong.wan | Works around a VC bug by avoiding defining a function named strdup(). | Mar 26 2009 | |||
3c7bbf5b4667 | zhanyong.wan | Simplifies implementation by defining a POSIX portability layer; adds the death… | Mar 26 2009 | |||
f3c6efd8d78f | zhanyong.wan | Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra. | Mar 25 2009 | |||
2c0fc6d41534 | zhanyong.wan | Cleans up death test implementation (by Vlad Losev); changes the XML format to… | Mar 24 2009 | |||
9623aed82cf3 | zhanyong.wan | Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on… | Mar 17 2009 | |||
87d23e45f096 | zhanyong.wan | Implements the --help flag; fixes tests on Windows. | Mar 11 2009 | |||
44a041b711ff | zhanyong.wan | Fixes death-test-related tests on Windows, by Vlad Losev. | Mar 11 2009 | |||
4984c93490ee | zhanyong.wan | Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac… | Mar 6 2009 | |||
0af0709b0289 | zhanyong.wan | Cleans up macro definitions. | Feb 24 2009 | |||
3c7868a9a8fa | zhanyong.wan | Updates the definitions of GTEST_HAS_EXCEPTIONS and GTEST_HAS_STD_STRING to be… | Feb 19 2009 | |||
886cafd4a37f | zhanyong.wan | Fixes the definition of GTEST_HAS_EXCEPTIONS, allowing exception assertions to… | Feb 8 2009 | |||
37504994338c | zhanyong.wan | Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by… | Feb 6 2009 | |||
4b83461e9772 | zhanyong.wan | Fixes some warnings when compiled with MSVC at warning level 4. | Jan 29 2009 | |||
c946ae601947 | zhanyong.wan | Implements a simple regex matcher (to be used by death tests on Windows). | Jan 29 2009 | |||
650d5bf3ba20 | zhanyong.wan | Fixes the bug where the XML output path is affected by test changing the… | Jan 26 2009 | |||
bbab12725025 | zhanyong.wan | Improves compatibility with cygwin by making the definition of… | Jan 21 2009 | |||
53e0dc4041f6 | shiqian | Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq. | Jan 8 2009 | |||
5145e0fb2030 | shiqian | Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform… | Dec 9 2008 | |||
04f025dd5746 | shiqian | Fixes compatibility with Linux IA-64. By Rainer Klaffenboeck. | Dec 3 2008 | |||
1998cf5d32a1 | vladlosev | Allow Google Mock to initialize Google Test | Nov 26 2008 | |||
c440a6923aa6 | shiqian | Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X… | Nov 24 2008 | |||
3d7042176307 | vladlosev | Value-parameterized tests and many bugfixes | Nov 20 2008 |
c4science · Help