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
*
Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...
zhanyong.wan
2009-09-17
5
-21
/
+19
*
Fixes line-ending in the new -md VC projects.
zhanyong.wan
2009-09-16
5
-0
/
+0
*
Small code simplification (by Vlad Losev).
zhanyong.wan
2009-09-16
1
-4
/
+3
*
Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renames
zhanyong.wan
2009-09-16
6
-74
/
+63
*
Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...
zhanyong.wan
2009-09-11
12
-41
/
+497
*
Adjusts VC projects' output directories such that the output files don't step...
zhanyong.wan
2009-09-11
8
-32
/
+32
*
Really removes unneeded VC projects.
zhanyong.wan
2009-09-11
5
-723
/
+0
*
Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC proj...
zhanyong.wan
2009-09-11
11
-65
/
+21
*
More implementation of the event listener interface (by Vlad Losev); Reduces ...
zhanyong.wan
2009-09-04
16
-292
/
+1173
*
Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...
zhanyong.wan
2009-09-01
8
-140
/
+604
*
Updating for Snow Leopard. Cleaning up the sample code. Updating the README w...
preston.a.jackson
2009-08-28
5
-88
/
+70
*
Adds /MD(d) versions of VC++ projects.
vladlosev
2009-08-28
5
-0
/
+758
*
Fixes an uninitialized field in class OsStackTraceGetter.
zhanyong.wan
2009-08-26
1
-1
/
+1
*
Cleaning up gtest.xcode. Removing old tests, using gtest-all.cc, adding a sta...
preston.a.jackson
2009-08-21
7
-4010
/
+332
*
Fix the 'make dist' behavior to include gtest-tuple.h and gtest-tuple.h.pump.
chandlerc
2009-08-11
1
-0
/
+2
*
Unbreak the build for Solaris by selecting the correct include headers for its
chandlerc
2009-08-10
1
-2
/
+4
*
Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...
zhanyong.wan
2009-08-07
8
-56
/
+88
*
Makes gtest compilable on Win CE.
zhanyong.wan
2009-07-23
1
-2
/
+7
*
Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...
zhanyong.wan
2009-07-22
11
-146
/
+151
*
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
[next]