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
*
Add MemorySanitizer annotations in gtest printers. Also remove unused variabl...
kosak
2013-12-03
2
-2/+3
*
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
2
-12/+53
*
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
2
-112/+270
*
Supports colored output on term type screen-256color.
zhanyong.wan
2013-03-11
1
-1/+2
*
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
2
-0/+29
*
Removes an unused variable; also refactors to support an up-coming
zhanyong.wan
2013-02-28
2
-19/+13
*
Fixes gUnit streaming output format.
kosak
2013-02-22
2
-111/+154
*
Removes testing::internal::String::Format(), which causes problems as it trun...
kosak
2013-02-22
6
-156/+131
*
Unfortunately, the svn repo is a bit out of date. This commit contains 8
jgm
2012-11-15
7
-283/+209
*
Improves Android support (by David Turner).
vladlosev
2012-09-19
1
-4/+18
*
Fixed Native Client build of gtest when using glibc (by Ben Smith).
vladlosev
2012-08-14
1
-2/+2
*
fixes a problem in which we pass the address one byte ...
jgm
2012-07-12
1
-1/+12
*
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
2
-62/+58
*
Fixes threading annotations and compatibility with C++11, which doesn't
zhanyong.wan
2012-05-31
1
-2/+2
*
Misc small updates to some debug death code, and to messages streaming to macros
jgm
2012-03-09
1
-3/+8
*
Adds file and line information to the "message", which is used as the summary
jgm
2012-01-17
2
-8/+9
*
Removes spurious semicolon.
vladlosev
2011-11-28
1
-2/+1
*
Improves conformance to the Google C++ Style Guide (by Greg Miller).
vladlosev
2011-11-04
5
-6/+4
*
Adds support for detection of running in death test child processes.
vladlosev
2011-10-28
1
-1/+31
*
Expressed the thread-safety annotations in code, replacing the existing comme...
vladlosev
2011-10-24
2
-26/+31
*
Implements the timestamp attribute for the testsuites element in the output X...
vladlosev
2011-10-05
2
-1/+51
*
Adds ability to inject death test child arguments for test purposes.
vladlosev
2011-10-05
2
-4/+21
*
Adds a new macro simplifying use of snprinf on MS platforms.
vladlosev
2011-09-26
1
-9/+1
*
Simplifies the implementatoin of the test result printer; by Ulfar Erlingsson
zhanyong.wan
2011-09-16
1
-8/+4
*
Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs p...
vladlosev
2011-09-09
1
-0/+21
*
QNX compatibility patch (by Haruka Iwao).
vladlosev
2011-06-20
2
-8/+77
*
Suppresses the tail-call optimization of StackGrowsDown() in GCC4.6 (by Paul ...
vladlosev
2011-06-13
1
-4/+6
*
Adds support for building Google Mock as a shared library (DLL).
vladlosev
2011-05-20
1
-2/+2
*
fixes a problem caused by gcc 4.6 optimization (by Paul Pluzhnikov)
zhanyong.wan
2011-04-14
1
-0/+5
*
Fixes Sun C++ compiler errors (by Pasi Valminen)
zhanyong.wan
2011-04-12
1
-1/+8
*
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
[next]