History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
5c4b472bbf8c | zhanyong.wan | Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan)… | Aug 9 2010 | |||
7c598c4f1a44 | zhanyong.wan | Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad… | Jul 26 2010 | |||
1097b54dcf1c | vladlosev | Implements printing parameters of failed parameterized tests (issue 71). | May 18 2010 | |||
c476707e82f8 | vladlosev | Improves support for building Google Test as Windows DLL. | May 5 2010 | |||
12a92c26fc0e | zhanyong.wan | Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading… | Mar 4 2010 | |||
16b9431ae01d | zhanyong.wan | Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors… | Jul 22 2009 | |||
1bd424d9608d | zhanyong.wan | Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). | May 29 2009 | |||
8de91f8f8374 | tsunanet | Change a few visibilities to work around a bug in g++ 3.4.2. | May 18 2009 | |||
9b23e3cc7677 | zhanyong.wan | Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version… | May 5 2009 | |||
f2d0d0e3d567 | zhanyong.wan | Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to… | Apr 24 2009 | |||
f204cd89e591 | zhanyong.wan | Makes gtest print elapsed time by default. | Apr 15 2009 | |||
3e54f5a3715f | zhanyong.wan | Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 and… | Mar 31 2009 | |||
3c7bbf5b4667 | zhanyong.wan | Simplifies implementation by defining a POSIX portability layer; adds the death… | Mar 26 2009 | |||
4984c93490ee | zhanyong.wan | Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac… | Mar 6 2009 | |||
0af0709b0289 | zhanyong.wan | Cleans up macro definitions. | Feb 24 2009 | |||
cd3e4016ea45 | zhanyong.wan | Implements the test sharding protocol. By Eric Fellheimer. | Feb 9 2009 | |||
37504994338c | zhanyong.wan | Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by… | Feb 6 2009 | |||
fe186c382905 | shiqian | Implements --gtest_also_run_disabled_tests. By Eric Roman. | Jan 10 2009 | |||
e0865dd9199e | shiqian | Many changes: - appends "_" to internal macro names (by Markus Heule). - makes… | Oct 11 2008 | |||
a2b1a8556ea6 | shiqian | Adds support for type-parameterized tests (by Zhanyong Wan); also adds case… | Sep 8 2008 | |||
d201456903f3 | shiqian | Initial import. | Jul 4 2008 |
c4science · Help