R9484/testmaster
R9484/test
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
1f87a0970dc0 | Billy Donahue | Move everything in googletest into googletest/googletest | Aug 25 2015 | |||
f487e9510be9 | kosak | Inject the name of the Init function using a macro. | Jul 27 2015 | |||
794ef030ebad | kosak | Add support for named value-parameterized tests. | Jul 24 2015 | |||
41b5b28d4858 | kosak | Inject implementation of *FromGTestEnv using macros. | Jul 24 2015 | |||
831b87f2342d | kosak | Do not create an extra default instance of T when constructing a ThreadLocal<T>. | Jul 20 2015 | |||
7d7beaa15571 | kosak | Condition some code on !GTEST_HAS_MUTEX_AND_THREAD_LOCAL_ | Jul 20 2015 | |||
4d69b1607a87 | kosak | GTEST_USE_OWN_FLAGFILE support | Jul 19 2015 | |||
fe95bc332d92 | kosak | Determine the existence of hash_map/hash_set in gtest-port.h. | Jul 18 2015 | |||
060b7452ec0f | kosak | Implement GetThreadCount for Linux. | Jul 18 2015 | |||
4f8dc917ebce | kosak | Add support for --gtest_flagfile. | Jul 18 2015 | |||
195610d30c22 | kosak | Add support for --gtest_flagfile | Jul 17 2015 | |||
80167de7055d | kosak | Minor refactoring. | Jul 15 2015 | |||
f025eba07ba7 | kosak | Add support for gtest custom printers. | Jul 14 2015 | |||
1cc9514de5a9 | kosak | Add comment. | Jul 14 2015 | |||
54566c2573cb | kosak | Remove TestPrematureExitFileEnvVarIsSet | Jul 14 2015 | |||
fb9caa4a1885 | kosak | Minor changes. | Jul 14 2015 | |||
1e4d31008ff9 | kosak | Control death test with an #ifdef guard. | Jul 14 2015 | |||
0f3d673be15d | kosak | fully-qualify use of scoped_ptr name | Jul 13 2015 | |||
1197daf35711 | kosak | urxvt supports colors | Apr 29 2015 | |||
f8c44a0ae449 | kosak | Work around some unsigned->signed warnings in our tests/. Thanks to Diego… | Apr 28 2015 | |||
e330b754cbd4 | kosak | Strip trailing whitespace when stringifying type lists. | Nov 17 2014 | |||
6aa0422e8529 | kosak | Distinguish between C++11 language and library support for std::function, std… | Nov 17 2014 | |||
b54098a9abad | kosak | Expand equality failure messages with a by-line diff. | Jul 28 2014 | |||
8120f66c3249 | billydonahue | Push upstream to SVN. | May 15 2014 | |||
5df87d70b64d | kosak | Export tuple and friends in the ::testing namespace. | Apr 2 2014 | |||
a6340420b9ce | kosak | Implement threading support for gtest on Windows. Also, stop using localtime(). | Mar 24 2014 | |||
c82282819c0f | kosak | Remove code referencing Google protocol buffers version 1. | Mar 12 2014 | |||
41a8bc67ab7e | kosak | Suppress "Conditional expression is constant" warning on Visual Studio. | Jan 29 2014 | |||
7d1051ce2b3b | kosak | Make Google Test build cleanly on Visual Studio 2010, 2012, 2013. Also improve… | Jan 13 2014 | |||
ccf8e33bc59a | kosak | Define specialization of PrintTo(...) for ::std::tuple. | Jan 12 2014 | |||
5d83ee08dff5 | kosak | Fix warnings encountered with clang -Wall. | Dec 4 2013 | |||
aa34ae250800 | kosak | Delete whitespace, and change the return type of ImplicitlyConvertible… | Dec 3 2013 | |||
2d3543f81d6d | zhanyong.wan | avoids clash with the max() macro on Windows | Sep 18 2013 | |||
c306ef2e1448 | zhanyong.wan | supports a protocol for catching tests that prematurely exit | Sep 7 2013 | |||
81ddb8434f2b | zhanyong.wan | makes gtest-death-test_test.cc compile on platforms that don't support death… | Jul 8 2013 | |||
48568d0688d6 | zhanyong.wan | Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant. | Jun 18 2013 | |||
c506784b0847 | vladlosev | When --gtest_filter is specified, XML report now doesn't contain information… | Apr 25 2013 | |||
0fac83390ada | zhanyong.wan | prints type/value parameters when listing tests | Apr 10 2013 | |||
f5fa71f728ce | vladlosev | Implements support for calling Test::RecordProperty() outside of a test. | Apr 5 2013 | |||
5f18b68bfc96 | zhanyong.wan | Fixes some compatibility issues with STLport. | Apr 5 2013 | |||
1edbcbad73e0 | zhanyong.wan | Prints a useful message when GetParam() is called in a non-parameterized test. | Mar 12 2013 | |||
6b7a167dca7a | zhanyong.wan | Supports colored output on term type screen-256color. | Mar 11 2013 | |||
fc01f532a622 | zhanyong.wan | Fixes unused function warning on Mac, and fixes compatibility with newer GCC. | Mar 1 2013 | |||
ba072ccca412 | kosak | Fixes gUnit streaming output format. | Feb 22 2013 | |||
cc1fdb58caf8 | kosak | Removes testing::internal::String::Format(), which causes problems as it… | Feb 22 2013 | |||
87fdda2cf24d | jgm | Unfortunately, the svn repo is a bit out of date. This commit contains 8… | Nov 15 2012 | |||
78bf6d5724e7 | vladlosev | Improves Android support (by David Turner). | Sep 19 2012 | |||
b535c1767e7e | vladlosev | Removes obsolete debug code. | Sep 6 2012 | |||
a88c9a88e49e | zhanyong.wan | Improves gtest's failure messages. In particulars, char pointers and char… | Jun 7 2012 | |||
a3b859162dd7 | zhanyong.wan | Fixes threading annotations and compatibility with C++11, which doesn't allow… | May 31 2012 | |||
f0b86fc3b0f6 | jgm | Misc small updates to some debug death code, and to messages streaming to macros | Mar 9 2012 | |||
4d6f296e8e5d | jgm | Adds file and line information to the "message", which is used as the summary… | Jan 17 2012 | |||
8965a6a0d216 | vladlosev | Improves conformance to the Google C++ Style Guide (by Greg Miller). | Nov 4 2011 | |||
829402edcffe | vladlosev | Adds support for detection of running in death test child processes. | Oct 28 2011 | |||
97ef1c705eb2 | vladlosev | Changes to fix gtest-printers_test on VC++ 2010. | Oct 24 2011 | |||
431a8be1662a | vladlosev | Implements the timestamp attribute for the testsuites element in the output XML… | Oct 5 2011 | |||
879916a9393e | vladlosev | Fixes test failure on 32-bit Ubuntu. | Oct 5 2011 | |||
1b2e50995887 | vladlosev | Fixes C++0x compatibility problems. | Sep 26 2011 | |||
4b07d73f4e68 | vladlosev | Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs… | Sep 9 2011 | |||
cf3f92ef93ff | vladlosev | Fixes a user reported test break (modifying a dict while iterating). | Aug 16 2011 | |||
c2922d4ed2ec | vladlosev | Fixes a resource leak in gtest-port_test (by Haruka Iwao). | Jul 11 2011 | |||
386da2037dc7 | vladlosev | QNX compatibility patch (by Haruka Iwao). | Jun 20 2011 | |||
cc265df8b44e | vladlosev | Fixes broken build on VC++ 7.1. | Jun 13 2011 | |||
b8c0e16eeb74 | zhanyong.wan | Fixes Sun C++ compiler errors (by Pasi Valminen) | Apr 12 2011 | |||
fc99b1ad515c | zhanyong.wan | Avoids iterator_traits, as it's not available in libCStd when compiled with Sun… | Apr 12 2011 | |||
962b6554f44c | vladlosev | Removes commas from last items in enums (a C++ standard compliance fix). | Apr 8 2011 | |||
741d6c0d4756 | zhanyong.wan | makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the name… | Apr 7 2011 | |||
c7a9cc351215 | vladlosev | Changes diagnostic output of the question mark from '\?' to '?'. | Apr 1 2011 | |||
1ea6b31d5deb | vladlosev | Fixes Windows CE compatibility problem (issue http://code.google. | Mar 31 2011 | |||
5451ffe816ca | zhanyong.wan | Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Hady… | Mar 9 2011 | |||
603533a0a4dc | zhanyong.wan | Fixes compatibility with Borland C++Builder. Original patch by Josh Kelley. | Mar 5 2011 | |||
66ac4909aea5 | zhanyong.wan | Fixes non-conforming uses of commas in enums s.t. the code compiles on Sun OS. | Mar 5 2011 | |||
f4419791abd9 | vladlosev | Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on… | Feb 28 2011 | |||
ffeb11d14a89 | zhanyong.wan | Indents preprocessor directives. | Feb 22 2011 | |||
0980b4bd66b4 | vladlosev | Fixes off-by-one error in a message about test sharding (by David Glasser). | Feb 12 2011 | |||
6642ca8cd46c | vladlosev | Updates an outdated error message. | Feb 11 2011 | |||
9d7455f9844e | vladlosev | Adds null check for file locations in XML output printer. | Feb 2 2011 | |||
40d0ba7a62a8 | zhanyong.wan | Add markers to death test messages to make them more recogizable (by Jeff… | Feb 2 2011 | |||
b147ec394bc0 | vladlosev | Removes unused include directive. | 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 | |||
afaefb0e3036 | zhanyong.wan | Removes unused NC tests. | Jan 7 2011 | |||
7225dd179a49 | zhanyong.wan | Suppresses self-assignment warnings. | Jan 7 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 | |||
82cc1d113587 | vladlosev | Changes default of --gtest_catch_exceptions to true. | Oct 27 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 | |||
744de6fa59f8 | zhanyong.wan | Removes unused scons-related scripts; makes gtest_nc_test compatible with Clang. | Jul 23 2010 |
c4science · Help