R9484/includemaster
R9484/include
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
c78ae6196dc9 | zhanyong.wan | Ports gtest to C++Builder, by Josh Kelley. | Apr 28 2009 | |||
f2334aa19555 | zhanyong.wan | Ports gtest to minGW (by Kenton Varda). | Apr 25 2009 | |||
fa2b06c52fa3 | zhanyong.wan | Makes --gtest_list_tests honor the test filter (by Jay Campan). | Apr 24 2009 | |||
f2d0d0e3d567 | zhanyong.wan | Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to… | Apr 24 2009 | |||
c12f63214e9b | zhanyong.wan | Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the… | Apr 7 2009 | |||
0da92aaf7f69 | zhanyong.wan | Fixes the comment about GTEST_ATTRIBUTE_UNUSED_. | Apr 3 2009 | |||
6a26383e31cf | zhanyong.wan | Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER. | Mar 31 2009 | |||
3e54f5a3715f | zhanyong.wan | Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 and… | Mar 31 2009 | |||
755e3bf78443 | zhanyong.wan | Fixes MSVC casting warning. | Mar 27 2009 | |||
e120fc58906c | zhanyong.wan | Works around a VC bug by avoiding defining a function named strdup(). | Mar 26 2009 | |||
3c7bbf5b4667 | zhanyong.wan | Simplifies implementation by defining a POSIX portability layer; adds the death… | Mar 26 2009 | |||
f3c6efd8d78f | zhanyong.wan | Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra. | Mar 25 2009 | |||
2c0fc6d41534 | zhanyong.wan | Cleans up death test implementation (by Vlad Losev); changes the XML format to… | Mar 24 2009 | |||
9623aed82cf3 | zhanyong.wan | Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on… | Mar 17 2009 | |||
87d23e45f096 | zhanyong.wan | Implements the --help flag; fixes tests on Windows. | Mar 11 2009 | |||
44a041b711ff | zhanyong.wan | Fixes death-test-related tests on Windows, by Vlad Losev. | Mar 11 2009 | |||
40e72a8a837b | zhanyong.wan | Implements --gtest_throw_on_failure for using gtest with other testing… | Mar 6 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 | |||
3c7868a9a8fa | zhanyong.wan | Updates the definitions of GTEST_HAS_EXCEPTIONS and GTEST_HAS_STD_STRING to be… | Feb 19 2009 | |||
886cafd4a37f | zhanyong.wan | Fixes the definition of GTEST_HAS_EXCEPTIONS, allowing exception assertions to… | Feb 8 2009 | |||
37504994338c | zhanyong.wan | Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by… | Feb 6 2009 | |||
ad99ca14461f | zhanyong.wan | Exposes gtest flags to user code access. By Alexander Demin. | Feb 2 2009 | |||
4b83461e9772 | zhanyong.wan | Fixes some warnings when compiled with MSVC at warning level 4. | Jan 29 2009 | |||
c946ae601947 | zhanyong.wan | Implements a simple regex matcher (to be used by death tests on Windows). | Jan 29 2009 | |||
650d5bf3ba20 | zhanyong.wan | Fixes the bug where the XML output path is affected by test changing the… | Jan 26 2009 | |||
bbab12725025 | zhanyong.wan | Improves compatibility with cygwin by making the definition of… | Jan 21 2009 | |||
53e0dc4041f6 | shiqian | Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq. | Jan 8 2009 | |||
5145e0fb2030 | shiqian | Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform… | Dec 9 2008 | |||
04f025dd5746 | shiqian | Fixes compatibility with Linux IA-64. By Rainer Klaffenboeck. | Dec 3 2008 | |||
1998cf5d32a1 | vladlosev | Allow Google Mock to initialize Google Test | Nov 26 2008 | |||
c440a6923aa6 | shiqian | Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X… | Nov 24 2008 | |||
3d7042176307 | vladlosev | Value-parameterized tests and many bugfixes | Nov 20 2008 | |||
b6a296d0f7ca | shiqian | Clarifies how gtest supports different platforms in README and code comments. | Nov 17 2008 | |||
d2849f573052 | shiqian | Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck. | Nov 10 2008 | |||
e0865dd9199e | shiqian | Many changes: - appends "_" to internal macro names (by Markus Heule). - makes… | Oct 11 2008 | |||
64cdcb69b28f | shiqian | Lots of changes: * changes the XML report format to match JUnit/Ant's. *… | Sep 26 2008 | |||
36865d8d3544 | shiqian | Adds exception assertions. By balaz.dan@gmail.com. | Sep 12 2008 | |||
019d19af978f | shiqian | Improves thread-safe death tests by changing to the original working directory… | Sep 12 2008 | |||
29d8235540f1 | shiqian | Adds new files for type-parameterized tests, which I forgot to commit in the… | Sep 9 2008 | |||
a2b1a8556ea6 | shiqian | Adds support for type-parameterized tests (by Zhanyong Wan); also adds case… | Sep 8 2008 | |||
0c5a66245b8c | vladlosev | Implement wide->UTF-8 string conversion more correctly | Aug 26 2008 | |||
d5f13d4a257b | shiqian | Changes test creation functions to factories. By Vlad Losev. | Aug 6 2008 | |||
bcb12fa0f651 | shiqian | Fixes the definition of GTEST_ATTRIBUTE_UNUSED and make the tests pass in opt… | Aug 1 2008 | |||
bf9b4b48dc65 | shiqian | Makes gtest work on Windows Mobile and Symbian. By Mika Raento. | Jul 31 2008 | |||
b75872639683 | shiqian | Fixes some style nits; also fixes minor bugs in gtest-death-test.cc. | Jul 23 2008 | |||
e0ecb7ac588e | shiqian | Makes Google Test compile on Mac OS X and Cygwin, and adds project files for… | Jul 9 2008 | |||
e4e9a8bd7d2d | shiqian | Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest… | Jul 8 2008 | |||
d201456903f3 | shiqian | Initial import. | Jul 4 2008 |
c4science · Help