zhanyong.wan
b8c0e16eeb
Fixes Sun C++ compiler errors (by Pasi Valminen)
2011-04-12 20:36:11 +00:00
vladlosev
1ea6b31d5d
Fixes Windows CE compatibility problem (issue http://code.google.com/p/googletest/issues/detail?id=362 ).
2011-03-30 22:02:47 +00:00
zhanyong.wan
9bcf4d0a65
Adds type_param and value_param as <testcase> attributes to the XML
...
report; also removes the comment() and test_case_comment() fields of
TestInfo. Proposed and initally implemented by Joey Oravec.
Re-implemented by Vlad Losev.
2011-02-02 00:49:33 +00:00
zhanyong.wan
dac3e879c5
Include gtest headers as user headers instead of system headers.
2010-09-14 05:35:59 +00:00
vladlosev
1097b54dcf
Implements printing parameters of failed parameterized tests (issue 71).
2010-05-18 21:13:48 +00:00
zhanyong.wan
e9f093ae15
Makes gtest work with Sun Studio. Patch submitted by Hady Zalek.
2010-03-23 15:58:37 +00:00
zhanyong.wan
a6978ecb4c
Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script to verify it (by Zhanyong Wan); adds support for hermetic build to the cmake script (by Vlad Losev).
2010-03-17 00:08:06 +00:00
zhanyong.wan
a2534cb7a5
Fixes a typo in comment, by Vlad Losev.
2010-03-15 21:21:18 +00:00
zhanyong.wan
83589cca34
Supports building gtest as a DLL (by Vlad Losev).
2010-03-05 21:21:06 +00:00
zhanyong.wan
d56773b492
Turns on -Wshadow (by Preston Jackson).
2009-12-16 19:54:05 +00:00
zhanyong.wan
7e13e0f5dd
Fixes the code to work with fuse_gtest.py.
2009-11-10 19:17:35 +00:00
zhanyong.wan
9f894c2b36
Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /
...
assignment operator cannot be generated) enabled.
2009-09-18 16:35:15 +00:00
zhanyong.wan
f3c6efd8d7
Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra.
2009-03-25 03:55:18 +00:00
zhanyong.wan
0af0709b02
Cleans up macro definitions.
2009-02-23 23:21:55 +00:00
vladlosev
3d70421763
Value-parameterized tests and many bugfixes
2008-11-20 01:40:35 +00:00