R9484/includemaster
R9484/include
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
ffeb11d14a89 | zhanyong.wan | Indents preprocessor directives. | Feb 22 2011 | |||
9d7455f9844e | vladlosev | Adds null check for file locations in XML output printer. | Feb 2 2011 | |||
9bcf4d0a654b | zhanyong.wan | Adds type_param and value_param as <testcase> attributes to the XML report… | Feb 2 2011 | |||
a198966dd349 | vladlosev | Renames some internal functions to avoid name clashes. | Jan 29 2011 | |||
48b1315108cd | zhanyong.wan | Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin). | Jan 10 2011 | |||
915129ee6fd4 | zhanyong.wan | Allows a value-parameterized test fixture to derive from Test and… | Dec 6 2010 | |||
b5eb6ed9e27b | zhanyong.wan | Makes gtest print string literals correctly when it contains \x escape… | Dec 3 2010 | |||
42bf979ce7c1 | vladlosev | Adds Google Native Client compatibility (issue 329). | Nov 30 2010 | |||
25958f3e4c40 | vladlosev | Fixes compiler warning when built with -std=c++0x. | Oct 22 2010 | |||
50f4deb1cf3e | vladlosev | Modifies handling of C++ exceptions in death tests to treat exceptions escaping… | Oct 19 2010 | |||
c18438ca2983 | zhanyong.wan | Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release()… | Oct 11 2010 | |||
2d1835b086e6 | zhanyong.wan | Removes uses of deprecated AssertionFailure() API (by Vlad Losev). | Sep 28 2010 | |||
b5d3a17805fe | zhanyong.wan | Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the… | Sep 27 2010 | |||
345d9ebf30cc | zhanyong.wan | Implements GTEST_ASSERT_XY as alias of ASSERT_XY. | Sep 15 2010 | |||
dac3e879c56a | zhanyong.wan | Include gtest headers as user headers instead of system headers. | Sep 14 2010 | |||
88e0df62470f | zhanyong.wan | Removes all uses of StrStream; fixes the VC projects and simplifies them by… | Sep 8 2010 | |||
35c39756495b | zhanyong.wan | Casts char to unsigned char before calling isspace() etc to avoid undefined… | Aug 31 2010 | |||
a9f380f5c7ff | zhanyong.wan | Removes the Windows golden file (by Vlad Losev); implements test result… | Aug 20 2010 | |||
5c4b472bbf8c | zhanyong.wan | Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan)… | Aug 9 2010 | |||
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 | |||
38e146590269 | vladlosev | Fixes a wrong comment for OnTestPartResult(). | Jun 1 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 | |||
9af267d247f4 | vladlosev | Replaces UniversalPrinter<T>::Print(x, os) with UniversalPrint(x, os) as… | May 13 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 | |||
cdc0aae155e9 | chandlerc | Silence a Clang warning about an unused variable. | May 9 2010 | |||
1b71f0b272f4 | zhanyong.wan | Adds alternative spellings for FAIL, SUCCEED, and TEST. | Apr 13 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 | |||
90030d74c8ca | vladlosev | Fixes comments and tests for the moment of generator parameter evaluation in… | Mar 20 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 | |||
e92ccedad996 | zhanyong.wan | Changes Message() to print double with enough precision by default. | Jan 8 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 | |||
f43e4ff3ad12 | zhanyong.wan | Renames the methods in the event listener API, and changes the order of *End… | Sep 17 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 | |||
8bdb31e0540c | zhanyong.wan | Adds the command line flags needed for test shuffling. Most code by Josh… | Jul 15 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 | |||
b2db677c9905 | zhanyong.wan | Reduces the flakiness of gtest-port_test on Mac; improves the Python tests… | Jul 1 2009 | |||
aaebfcdc4005 | zhanyong.wan | Refactors for the event listener API (by Vlad Losev): hides some methods in… | Jun 25 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 | |||
3c181b5657a5 | zhanyong.wan | Moves TestResult from gtest-internal-inl.h to gtest.h to prepare for the even… | Jun 19 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 |
c4science · Help