index
:
googletest.git
05CC6081FCBD0071053DE78238E136B3
1278977C598F83A02A525FEA38941265
4422C11159FF3F7F49E4BC959EE89D06
498B35FA518A5E1CF8C95CE6D51091B2
77A9B20B4C1E02FAC90D1D942E1D4C18
8EA412EE54E54CAC6E49EE3B7C209DA1
9A681768AABE08D1EFA5CA77528236A4
B4DE7B5F4F45390ABCFB887AFADA9303
BC1EDD4B325FB2BF16E1EF6DF8EFC0DF
main
master
v1.10.x
v1.12.x
v1.13.x
v1.14.x
v1.15.x
v1.8.x
Google's C++ test framework: https://github.com/google/googletest
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
gtest
/
internal
/
gtest-internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds null check for file locations in XML output printer.
vladlosev
2011-02-02
1
-14/+0
*
Adds type_param and value_param as <testcase> attributes to the XML
zhanyong.wan
2011-02-02
1
-8/+9
*
Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin).
zhanyong.wan
2011-01-10
1
-1/+8
*
Include gtest headers as user headers instead of system headers.
zhanyong.wan
2010-09-14
1
-4/+4
*
Casts char to unsigned char before calling isspace() etc to avoid undefined b...
zhanyong.wan
2010-08-31
1
-1/+1
*
Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Los...
zhanyong.wan
2010-07-26
1
-2/+5
*
Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...
zhanyong.wan
2010-07-21
1
-59/+34
*
Adds tests for SkipPrefix().
zhanyong.wan
2010-06-08
1
-1/+1
*
Adds GTEST_REMOVE_REFERENCE_AND_CONST_.
zhanyong.wan
2010-05-17
1
-1/+5
*
Suppresses some Clang warnings (by Chandler Carruth, Jeffrey Yasskin, and Zha...
zhanyong.wan
2010-05-10
1
-20/+27
*
Moves the universal printer from gmock to gtest and refactors the cmake scrip...
zhanyong.wan
2010-05-10
1
-0/+289
*
Adds missing gtest DLL exports.
zhanyong.wan
2010-03-22
1
-5/+6
*
Supports building gtest as a DLL (by Vlad Losev).
zhanyong.wan
2010-03-05
1
-18/+21
*
Simplifies the implementation by using std::vector instead of Vector.
zhanyong.wan
2010-02-25
1
-1/+0
*
Removes uses of GTEST_HAS_STD_STRING.
zhanyong.wan
2009-12-16
1
-2/+0
*
Fixes the "passing non-POD to ellipsis" warning in Sun Studio. Based on Alex...
zhanyong.wan
2009-12-07
1
-7/+4
*
Exposes SkipPrefix s.t. it can be used by gmock (by Vlad Losev).
zhanyong.wan
2009-12-01
1
-0/+5
*
Implements support for AssertionResult in Boolean assertions such as EXPECT_T...
vladlosev
2009-10-20
1
-3/+13
*
Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).
zhanyong.wan
2009-09-30
1
-2/+8
*
Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the sc...
zhanyong.wan
2009-09-21
1
-0/+22
*
Renames the TestPartResult type enums and adjusts the order of methods in the...
zhanyong.wan
2009-09-18
1
-3/+3
*
Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...
zhanyong.wan
2009-09-17
1
-2/+2
*
Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renames
zhanyong.wan
2009-09-16
1
-5/+5
*
More implementation of the event listener interface (by Vlad Losev); Reduces ...
zhanyong.wan
2009-09-04
1
-1/+0
*
More refactoring for the event listener API, by Vlad Losev.
zhanyong.wan
2009-07-16
1
-6/+2
*
Adds color support for TERM=linux (by Alexander Demin); renames List to Vecto...
zhanyong.wan
2009-07-13
1
-3/+3
*
Makes List a random-access data structure. This simplifies the implementatio...
zhanyong.wan
2009-07-01
1
-2/+0
*
Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves T...
zhanyong.wan
2009-06-22
1
-1/+0
*
Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika).
zhanyong.wan
2009-06-19
1
-1/+1
*
Ports gtest to C++Builder, by Josh Kelley.
zhanyong.wan
2009-04-28
1
-12/+16
*
Fixes death-test-related tests on Windows, by Vlad Losev.
zhanyong.wan
2009-03-11
1
-0/+1
*
Cleans up macro definitions.
zhanyong.wan
2009-02-23
1
-3/+3
*
Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zha...
zhanyong.wan
2009-02-06
1
-5/+11
*
Fixes some warnings when compiled with MSVC at warning level 4.
zhanyong.wan
2009-01-29
1
-1/+4
*
Allow Google Mock to initialize Google Test
vladlosev
2008-11-26
1
-0/+3
*
Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X T...
shiqian
2008-11-24
1
-9/+28
*
Value-parameterized tests and many bugfixes
vladlosev
2008-11-20
1
-2/+15
*
Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck.
shiqian
2008-11-10
1
-13/+19
*
Many changes:
shiqian
2008-10-11
1
-43/+62
*
Adds exception assertions. By balaz.dan@gmail.com.
shiqian
2008-09-12
1
-0/+61
*
Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...
shiqian
2008-09-08
1
-11/+196
*
Changes test creation functions to factories. By Vlad Losev.
shiqian
2008-08-06
1
-10/+34
*
Fixes some style nits; also fixes minor bugs in gtest-death-test.cc.
shiqian
2008-07-23
1
-2/+2
*
Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest com...
shiqian
2008-07-08
1
-23/+0
*
Initial import.
shiqian
2008-07-03
1
-0/+569