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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplifies ASCII character detection in gtest-printers.h. This also makes it ...
vladlosev
2011-04-09
1
-2/+1
*
Fixes a compiler error when compiling with Visual Age (by Hady Zalek).
vladlosev
2011-04-08
1
-1/+1
*
makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the nam...
zhanyong.wan
2011-04-07
1
-1/+1
*
Changes diagnostic output of the question mark from '\?' to '?'.
vladlosev
2011-04-01
1
-3/+0
*
Fixes Windows CE compatibility problem (issue http://code.google.com/p/google...
vladlosev
2011-03-30
1
-1/+1
*
Fixes 'formatting error or buffer exceeded' error when outputting long failur...
vladlosev
2011-03-30
1
-17/+13
*
Fixes compatibility with Sun C++ (by Hady Zalek); fixes compatibility
zhanyong.wan
2011-03-11
1
-3/+3
*
Fixes compatibility with Borland C++Builder. Original patch by Josh
zhanyong.wan
2011-03-05
1
-1/+1
*
Indents preprocessor directives.
zhanyong.wan
2011-02-22
6
-139/+179
*
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
2
-2/+35
*
Add markers to death test messages to make them more recogizable (by Jeff Shu...
zhanyong.wan
2011-02-02
1
-5/+24
*
Adds type_param and value_param as <testcase> attributes to the XML
zhanyong.wan
2011-02-02
2
-29/+52
*
template selection error in IBM's xIC_r compiler.
vladlosev
2011-01-29
1
-10/+16
*
Renames some internal functions to avoid name clashes.
vladlosev
2011-01-29
1
-2/+2
*
Makes gtest print string literals correctly when it contains \x escape sequen...
zhanyong.wan
2010-12-02
1
-12/+29
*
Adds Google Native Client compatibility (issue 329).
vladlosev
2010-11-30
1
-2/+2
*
Changes default of --gtest_catch_exceptions to true.
vladlosev
2010-10-26
1
-3/+4
*
Fixes compiler warning when built with -std=c++0x.
vladlosev
2010-10-22
1
-2/+2
*
Modifies handling of C++ exceptions in death tests to treat exceptions escapi...
vladlosev
2010-10-18
1
-10/+23
*
Adds a missing #include (by Vlad Losev).
zhanyong.wan
2010-10-14
1
-0/+1
*
Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...
zhanyong.wan
2010-10-11
1
-8/+8
*
Removes uses of deprecated AssertionFailure() API (by Vlad Losev).
zhanyong.wan
2010-09-27
1
-42/+28
*
Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the se...
zhanyong.wan
2010-09-27
1
-4/+4
*
Include gtest headers as user headers instead of system headers.
zhanyong.wan
2010-09-14
10
-23/+23
*
Removes all uses of StrStream; fixes the VC projects and simplifies them by u...
zhanyong.wan
2010-09-08
1
-12/+12
*
Casts char to unsigned char before calling isspace() etc to avoid undefined b...
zhanyong.wan
2010-08-31
4
-53/+98
*
Removes the Windows golden file (by Vlad Losev); implements test result strea...
zhanyong.wan
2010-08-19
2
-16/+242
*
Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...
zhanyong.wan
2010-08-09
3
-325/+197
*
Allows Google Test to build on OSes other then a pre-determined set and imple...
vladlosev
2010-07-22
1
-0/+1
*
Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...
zhanyong.wan
2010-07-21
2
-87/+69
*
Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhi...
vladlosev
2010-07-14
1
-2/+2
*
Makes gtest_break_on_failure_unittest work on minGW (by vladl); improves
zhanyong.wan
2010-07-08
1
-1/+5
*
Makes gtest report failures in ad hoc test assertions executed before RUN_ALL...
zhanyong.wan
2010-06-16
2
-3/+9
*
Implements printing parameters of failed parameterized tests (issue 71).
vladlosev
2010-05-18
1
-14/+19
*
Fixes a typo in comments.
vladlosev
2010-05-17
1
-5/+5
*
Moves the universal printer from gmock to gtest and refactors the cmake scrip...
zhanyong.wan
2010-05-10
2
-0/+319
*
Improves support for building Google Test as Windows DLL.
vladlosev
2010-05-05
3
-3/+10
*
Implements color output in GNU Screen sessions (issue 277).
vladlosev
2010-04-22
1
-0/+1
*
Enables death tests on AIX, by Hady Zalek.
zhanyong.wan
2010-03-23
1
-0/+4
*
Adds missing gtest DLL exports.
zhanyong.wan
2010-03-22
2
-29/+45
*
Supports building gtest as a DLL (by Vlad Losev).
zhanyong.wan
2010-03-05
1
-1/+1
*
Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...
zhanyong.wan
2010-03-04
1
-2/+0
*
Simplifies ThreadStartSemaphore's implementation.
zhanyong.wan
2010-02-26
1
-40/+0
*
Fixes MSVC warnings in 64-bit mode.
zhanyong.wan
2010-02-25
3
-13/+14
*
Simplifies the threading implementation and improves some comments.
zhanyong.wan
2010-02-25
1
-57/+9
*
Simplifies the implementation by using std::vector instead of Vector.
zhanyong.wan
2010-02-25
3
-364/+162
*
Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...
zhanyong.wan
2010-02-24
3
-2/+93
*
Adds Solaris support to test scripts.
vladlosev
2010-02-11
1
-1/+8
*
Adds Solaris support (by Hady Zalek)
vladlosev
2010-02-03
3
-6/+26
[next]