Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move everything in googletest into googletest/googletest | Billy Donahue | 2015-08-25 | 1 | -5386/+0 |
| | |||||
* | Inject GTEST_EXTRA_DEATH_TEST_CHILD_SETUP | kosak | 2015-07-27 | 1 | -0/+5 |
| | |||||
* | Inject the custom InitGoogleTest function using a macro. | kosak | 2015-07-27 | 1 | -0/+8 |
| | |||||
* | Inject GTEST_CUSTOM_TEST_EVENT_LISTENER_ | kosak | 2015-07-24 | 1 | -0/+5 |
| | |||||
* | Inject GetArgvs() with a macro from custom/gtest-port.h. | kosak | 2015-07-24 | 1 | -20/+14 |
| | |||||
* | GTEST_USE_OWN_FLAGFILE support | kosak | 2015-07-19 | 1 | -0/+6 |
| | |||||
* | Move stack trace logic into custom/ and add a macro to inject it. | kosak | 2015-07-17 | 1 | -19/+17 |
| | |||||
* | Add support for --gtest_flagfile. | kosak | 2015-07-17 | 1 | -3/+9 |
| | |||||
* | Add support for --gtest_flagfile | kosak | 2015-07-17 | 1 | -35/+88 |
| | |||||
* | Move the selection of the flag saver implementation into gtest-port.h and | kosak | 2015-07-14 | 1 | -4/+5 |
| | | | | custom/gtest-port.h. | ||||
* | Change GetDefaultFilter to allow for the injection of a custom filter. | kosak | 2015-07-14 | 1 | -0/+6 |
| | |||||
* | urxvt supports colors | kosak | 2015-04-28 | 1 | -0/+2 |
| | |||||
* | Make an int64->double conversion explicit to silence -Wconversion. | kosak | 2015-04-28 | 1 | -1/+1 |
| | | | | | Addresses issue #173: https://code.google.com/p/googlemock/issues/detail?id=173 | ||||
* | Small Mingw localtime() fix. | kosak | 2015-01-08 | 1 | -9/+18 |
| | | | | | Thanks tberghammer for pointing it out. https://codereview.appspot.com/185420043/ | ||||
* | Change an example to use 'override' rather than 'virtual'. Add missing ↵ | kosak | 2015-01-08 | 1 | -0/+2 |
| | | | | headers for 'connect' and 'socket'. | ||||
* | Noop changes to suppress compile-time warnings in WINDOWS code paths. | kosak | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | Expand equality failure messages with a by-line diff. | kosak | 2014-07-28 | 1 | -0/+285 |
| | |||||
* | Reduce the number of occurrences of gendered pronouns in gtest. | kosak | 2014-06-18 | 1 | -4/+4 |
| | |||||
* | Push upstream to SVN. | billydonahue | 2014-05-15 | 1 | -24/+19 |
| | |||||
* | Implement threading support for gtest on Windows. | kosak | 2014-03-24 | 1 | -15/+11 |
| | | | | Also, stop using localtime(). Instead, use localtime_r() on most systems, localtime_s() on Windows. | ||||
* | supports a protocol for catching tests that prematurely exit | zhanyong.wan | 2013-09-06 | 1 | -3/+57 |
| | |||||
* | Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant. | zhanyong.wan | 2013-06-18 | 1 | -1/+5 |
| | |||||
* | When --gtest_filter is specified, XML report now doesn't contain information ↵ | vladlosev | 2013-04-25 | 1 | -12/+47 |
| | | | | about tests that are filtered out (issue 141). | ||||
* | Fixes a thread annotation; updates CHANGES for 1.7.0 | zhanyong.wan | 2013-04-24 | 1 | -2/+1 |
| | |||||
* | prints type/value parameters when listing tests | zhanyong.wan | 2013-04-10 | 1 | -5/+49 |
| | |||||
* | Implements support for calling Test::RecordProperty() outside of a test. | vladlosev | 2013-04-05 | 1 | -109/+261 |
| | |||||
* | Supports colored output on term type screen-256color. | zhanyong.wan | 2013-03-11 | 1 | -1/+2 |
| | | | | | | Proposed as a one-line patch by Tom Jakubowski (tom@crystae.net); finished by Zhanyong Wan. | ||||
* | Fixes unused function warning on Mac, and fixes compatibility with newer GCC. | zhanyong.wan | 2013-02-28 | 1 | -2/+2 |
| | |||||
* | Fixes a nasty issue in gtest's template instantiation. | zhanyong.wan | 2013-02-28 | 1 | -0/+28 |
| | |||||
* | Removes an unused variable; also refactors to support an up-coming | zhanyong.wan | 2013-02-28 | 1 | -18/+13 |
| | | | | googlemock change. | ||||
* | Fixes gUnit streaming output format. | kosak | 2013-02-22 | 1 | -111/+1 |
| | |||||
* | Removes testing::internal::String::Format(), which causes problems as it ↵ | kosak | 2013-02-22 | 1 | -99/+74 |
| | | | | truncates the result at 4096 chars. Also update an obsolete link in comment. | ||||
* | Unfortunately, the svn repo is a bit out of date. This commit contains 8 | jgm | 2012-11-15 | 1 | -192/+120 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes that haven't made it to svn. The descriptions of each change are listed below. - Fixes some python shebang lines. - Add ElementsAreArray overloads to gmock. ElementsAreArray now makes a copy of its input elements before the conversion to a Matcher. ElementsAreArray can now take a vector as input. ElementsAreArray can now take an iterator pair as input. - Templatize MatchAndExplain to allow independent string types for the matcher and matchee. I also templatized the ConstCharPointer version of MatchAndExplain to avoid calls with "char*" from using the new templated MatchAndExplain. - Fixes the bug where the constructor of the return type of ElementsAre() saves a reference instead of a copy of the arguments. - Extends ElementsAre() to accept arrays whose sizes aren't known. - Switches gTest's internal FilePath class from testing::internal::String to std::string. testing::internal::String was introduced when gTest couldn't depend on std::string. It's now deprecated. - Switches gTest & gMock from using testing::internal::String objects to std::string. Some static methods of String are still in use. We may be able to remove some but not all of them. In particular, String::Format() should eventually be removed as it truncates the result at 4096 characters, often causing problems. | ||||
* | added defines for iOS | jgm | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | Improves gtest's failure messages. In particulars, char pointers and | zhanyong.wan | 2012-06-07 | 1 | -28/+8 |
| | | | | char arrays are not escapped properly. | ||||
* | Fixes threading annotations and compatibility with C++11, which doesn't | zhanyong.wan | 2012-05-31 | 1 | -2/+2 |
| | | | | | allow exepctions to be thrown in a destructor. | ||||
* | Adds file and line information to the "message", which is used as the summary | jgm | 2012-01-17 | 1 | -7/+8 |
| | | | | of a failure. | ||||
* | Improves conformance to the Google C++ Style Guide (by Greg Miller). | vladlosev | 2011-11-04 | 1 | -2/+0 |
| | |||||
* | Expressed the thread-safety annotations in code, replacing the existing ↵ | vladlosev | 2011-10-24 | 1 | -25/+26 |
| | | | | comment-based system (by Aaron Jacobs). | ||||
* | Implements the timestamp attribute for the testsuites element in the output ↵ | vladlosev | 2011-10-05 | 1 | -1/+37 |
| | | | | XML (external contribution by Dirk Meister). | ||||
* | Simplifies the implementatoin of the test result printer; by Ulfar Erlingsson | zhanyong.wan | 2011-09-16 | 1 | -8/+4 |
| | |||||
* | Adds support for building Google Mock as a shared library (DLL). | vladlosev | 2011-05-20 | 1 | -2/+2 |
| | |||||
* | makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the ↵ | zhanyong.wan | 2011-04-07 | 1 | -1/+1 |
| | | | | name of xlC (by Hady Zalek). | ||||
* | Fixes 'formatting error or buffer exceeded' error when outputting long ↵ | vladlosev | 2011-03-30 | 1 | -17/+13 |
| | | | | failure messages in XML. | ||||
* | Fixes compatibility with Sun C++ (by Hady Zalek); fixes compatibility | zhanyong.wan | 2011-03-11 | 1 | -3/+3 |
| | | | | with Android (by Zachary Vorhies). | ||||
* | Fixes compatibility with Borland C++Builder. Original patch by Josh | zhanyong.wan | 2011-03-05 | 1 | -1/+1 |
| | | | | Kelley. Simplified by Zhanyong Wan. | ||||
* | Indents preprocessor directives. | zhanyong.wan | 2011-02-22 | 1 | -53/+68 |
| | |||||
* | Fixes off-by-one error in a message about test sharding (by David Glasser). | vladlosev | 2011-02-12 | 1 | -2/+3 |
| | |||||
* | Adds null check for file locations in XML output printer. | vladlosev | 2011-02-02 | 1 | -2/+3 |
| | |||||
* | Adds type_param and value_param as <testcase> attributes to the XML | zhanyong.wan | 2011-02-02 | 1 | -26/+47 |
| | | | | | | report; also removes the comment() and test_case_comment() fields of TestInfo. Proposed and initally implemented by Joey Oravec. Re-implemented by Vlad Losev. |