summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add ByMove() modifier for the Return() action.kosak@google.com2014-11-171-8/+11
* Distinguish between C++11 language and library support for std::function, std...kosak@google.com2014-11-172-7/+29
* Reduce the stack frame size for CmpHelper* functions by moving the failure pa...kosak@google.com2014-11-171-9/+31
* Mock out GetCurrentDir in NaCl.kosak@google.com2014-07-291-1/+8
* Expand equality failure messages with a by-line diff.kosak@google.com2014-07-285-5/+433
* Additional changes, to add support for Windows Phone and Windows RTkosak@google.com2014-06-181-3/+5
* Reduce the number of occurrences of gendered pronouns in gtest.kosak@google.com2014-06-186-25/+25
* Disable asan instrumentation for StackGrowsDown().kosak@google.com2014-06-171-0/+2
* Push upstream to SVN.billydonahue@google.com2014-05-1511-203/+241
* Export tuple and friends in the ::testing namespace.kosak@google.com2014-04-025-51/+70
* Implement threading support for gtest on Windows.kosak@google.com2014-03-247-151/+911
* Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer.kosak@google.com2014-03-122-0/+15
* Remove code referencing Google protocol buffers version 1.kosak@google.com2014-03-121-7/+0
* Standards compliance changes to fix QNX build.kosak@google.com2014-03-122-1/+3
* Suppress "Conditional expression is constant" warning on Visual Studio.kosak@google.com2014-01-294-1/+39
* Add GTEST_MOVE macro, to support mocking methods with move-only return types.kosak@google.com2014-01-292-2/+28
* Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.kosak@google.com2014-01-136-14/+45
* Fix a couple of typos in Google Test's README.kosak@google.com2014-01-121-2/+2
* Define specialization of PrintTo(...) for ::std::tuple.kosak@google.com2014-01-123-67/+227
* Improves documentation on gtest's macros.kosak@google.com2014-01-123-16/+310
* Distinguish between C++11 language and library support for <initializer_list>.kosak@google.com2013-12-042-1/+9
* Fix warnings encountered with clang -Wall.kosak@google.com2013-12-033-4/+8
* Add MemorySanitizer annotations in gtest printers. Also remove unused variabl...kosak@google.com2013-12-033-2/+16
* Delete whitespace, and change the return type of ImplicitlyConvertible::MakeF...kosak@google.com2013-12-032-3/+1
* avoids clash with the max() macro on Windowszhanyong.wan2013-09-182-7/+16
* supports a protocol for catching tests that prematurely exitzhanyong.wan2013-09-068-22/+247
* Updates gtest.xcodeproj to be compatible with OS X 10.8.4 & Xcode 4.6.3zhanyong.wan2013-08-271-3/+54
* fixes a typo in CMake script; h/t to Jay Mueller for reporting the issuezhanyong.wan2013-07-091-1/+1
* allows gtest-config.in to work with an absoulte path for @top_srcdir@. h/t to...zhanyong.wan2013-07-081-1/+1
* makes gtest-death-test_test.cc compile on platforms that don't support death ...zhanyong.wan2013-07-081-20/+21
* Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant.zhanyong.wan2013-06-182-10/+5
* When --gtest_filter is specified, XML report now doesn't contain information ...vladlosev2013-04-257-29/+123
* Fixes a thread annotation; updates CHANGES for 1.7.0zhanyong.wan2013-04-242-3/+19
* prints type/value parameters when listing testszhanyong.wan2013-04-103-39/+185
* Updates the version number to 1.7.0zhanyong.wan2013-04-072-1/+5
* Implements support for calling Test::RecordProperty() outside of a test.vladlosev2013-04-057-187/+512
* Fixes some compatibility issues with STLport.zhanyong.wan2013-04-042-5/+10
* Replaces unportable == with portable = in configure.ac.zhanyong.wan2013-03-191-1/+1
* Prints a useful message when GetParam() is called in a non-parameterized test.zhanyong.wan2013-03-122-1/+13
* Supports colored output on term type screen-256color.zhanyong.wan2013-03-112-1/+5
* Fixes unused function warning on Mac, and fixes compatibility with newer GCC.zhanyong.wan2013-02-283-6/+6
* Fixes a nasty issue in gtest's template instantiation.zhanyong.wan2013-02-289-96/+85
* Implements RUN_ALL_TESTS() as a function.zhanyong.wan2013-02-281-5/+10
* Removes an unused variable; also refactors to support an up-comingzhanyong.wan2013-02-283-19/+32
* Removes dangling references in make/cmake files.zhanyong.wan2013-02-272-2/+0
* Adds -pthread and changes -I to -isystem in gtest's build instructions.zhanyong.wan2013-02-272-11/+14
* Fixes gUnit streaming output format.kosak@google.com2013-02-224-111/+232
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com2013-02-2213-232/+176
* Fixes an out-dated URL.zhanyong.wan2013-02-021-1/+1
* Adds the LICENSE file to the distribution.vladlosev2013-01-291-0/+1