index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
More refactoring for the event listener API, by Vlad Losev.
zhanyong.wan
2009-07-16
11
-324
/
+729
*
Makes gtest report failures to Visual Studio's Output window. Based on code ...
zhanyong.wan
2009-07-15
1
-4
/
+14
*
Adds the command line flags needed for test shuffling. Most code by Josh Kel...
zhanyong.wan
2009-07-14
6
-12
/
+249
*
Adds color support for TERM=linux (by Alexander Demin); renames List to Vecto...
zhanyong.wan
2009-07-13
10
-132
/
+208
*
Makes List a random-access data structure. This simplifies the implementatio...
zhanyong.wan
2009-07-01
7
-441
/
+326
*
Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; h...
zhanyong.wan
2009-07-01
12
-284
/
+289
*
Makes list traversal O(N) instead of O(N^2) (by Zhanyong Wan).
zhanyong.wan
2009-06-25
1
-12
/
+51
*
Refactors for the event listener API (by Vlad Losev): hides some methods in U...
zhanyong.wan
2009-06-25
5
-138
/
+139
*
Makes gtest's tuple implementation work with Symbian 5th edition by bypassing...
zhanyong.wan
2009-06-24
6
-131
/
+454
*
Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves T...
zhanyong.wan
2009-06-22
6
-148
/
+191
*
Fixes the broken run_tests_test (by Vlad Losev).
zhanyong.wan
2009-06-19
3
-27
/
+72
*
Moves TestResult from gtest-internal-inl.h to gtest.h to prepare for the even...
zhanyong.wan
2009-06-19
4
-292
/
+301
*
Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika).
zhanyong.wan
2009-06-19
11
-19
/
+69
*
Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); fixes...
zhanyong.wan
2009-06-19
5
-57
/
+56
*
Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan);...
zhanyong.wan
2009-06-17
23
-161
/
+1941
*
Fixes the logic for determining whether cxxabi.h is available.
zhanyong.wan
2009-06-11
2
-8
/
+12
*
Works around a gcc bug when compiling tr1/tuple with RTTI disabled.
zhanyong.wan
2009-06-11
3
-7
/
+52
*
Fixes a typo in run_tests.py and its test (by Vlad Losev).
zhanyong.wan
2009-06-11
2
-2
/
+2
*
Enables tr1 tuple on Symbian.
zhanyong.wan
2009-06-09
1
-2
/
+20
*
Adds run_tests.py for running the tests (by Vlad Losev).
zhanyong.wan
2009-06-09
2
-0
/
+960
*
Adds support for xterm-256color (by Michihiro Kuramochi).
zhanyong.wan
2009-06-09
2
-1
/
+3
*
Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Mi...
zhanyong.wan
2009-05-29
6
-5
/
+43
*
Change a few visibilities to work around a bug in g++ 3.4.2.
tsunanet
2009-05-18
2
-3
/
+3
*
Fixes the broken gtest_break_on_failure_unittest.py.
zhanyong.wan
2009-05-07
1
-0
/
+2
*
Uses DebugBreak() to properly break on Windows (by Vlad Losev).
zhanyong.wan
2009-05-05
2
-0
/
+23
*
Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version bef...
zhanyong.wan
2009-05-05
3
-12
/
+4
*
Trivial source code format tweak.
zhanyong.wan
2009-04-29
2
-6
/
+0
*
Ports gtest to C++Builder, by Josh Kelley.
zhanyong.wan
2009-04-28
13
-203
/
+810
*
Ports gtest to minGW (by Kenton Varda).
zhanyong.wan
2009-04-25
5
-14
/
+402
*
Makes --gtest_list_tests honor the test filter (by Jay Campan).
zhanyong.wan
2009-04-24
5
-40
/
+85
*
Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...
zhanyong.wan
2009-04-24
13
-110
/
+107
*
Makes gtest print elapsed time by default.
zhanyong.wan
2009-04-14
4
-13
/
+14
*
Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in Ge...
zhanyong.wan
2009-04-09
15
-198
/
+255
*
Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th...
zhanyong.wan
2009-04-07
8
-4
/
+189
*
Fixes the comment about GTEST_ATTRIBUTE_UNUSED_.
zhanyong.wan
2009-04-03
1
-3
/
+6
*
Fixes the scons script to build gtest-death-test_test on Linux.
zhanyong.wan
2009-04-02
1
-15
/
+22
*
Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER.
zhanyong.wan
2009-03-31
5
-24
/
+13
*
Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 an...
zhanyong.wan
2009-03-31
3
-3
/
+7
*
Fixes MSVC casting warning.
zhanyong.wan
2009-03-27
1
-2
/
+2
*
Works around a VC bug by avoiding defining a function named strdup().
zhanyong.wan
2009-03-26
3
-7
/
+12
*
Simplifies implementation by defining a POSIX portability layer; adds the dea...
zhanyong.wan
2009-03-26
12
-265
/
+181
*
Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra.
zhanyong.wan
2009-03-25
4
-10
/
+11
*
Cleans up death test implementation (by Vlad Losev); changes the XML format t...
zhanyong.wan
2009-03-24
8
-390
/
+291
*
Adds scripts/test/Makefile to the distribution in trunk.
zhanyong.wan
2009-03-18
1
-0
/
+1
*
Updates the 1.3.0 release note.
zhanyong.wan
2009-03-17
2
-1
/
+16
*
Fixes two tests on Cygwin, which has no python 2.4.
zhanyong.wan
2009-03-17
2
-2
/
+2
*
Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on...
zhanyong.wan
2009-03-17
4
-28
/
+61
*
Fixes a typo in Vlad's email address.
zhanyong.wan
2009-03-11
1
-1
/
+1
*
Implements the --help flag; fixes tests on Windows.
zhanyong.wan
2009-03-11
11
-46
/
+382
*
Fixes build failure on Windows, by Rainer Klaffenboeck.
zhanyong.wan
2009-03-11
1
-1
/
+4
[next]