index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor build system fixes.
Carlo Wood
2019-03-01
1
-2
/
+0
*
Run autoconf from top-level directory.
Carlos O'Ryan
2017-12-03
1
-0
/
+14
*
Move everything in googletest into googletest/googletest
Billy Donahue
2015-08-25
1
-306
/
+0
*
supports a protocol for catching tests that prematurely exit
zhanyong.wan
2013-09-06
1
-0
/
+1
*
Removes dangling references in make/cmake files.
zhanyong.wan
2013-02-27
1
-1
/
+0
*
Removes testing::internal::String::Format(), which causes problems as it trun...
kosak
2013-02-22
1
-0
/
+1
*
Adds the LICENSE file to the distribution.
vladlosev
2013-01-29
1
-0
/
+1
*
Makes generation of fused sources contingent on availability of Python.
vladlosev
2011-04-21
1
-0
/
+2
*
disables 'make install'
zhanyong.wan
2011-04-07
1
-5
/
+13
*
fixes link error in 'make check' on some systems
zhanyong.wan
2011-04-07
1
-2
/
+4
*
Adds test/gtest-death-test_ex_test.cc to the release package.
zhanyong.wan
2011-02-24
1
-0
/
+1
*
Adds cmake scripts to the release package.
zhanyong.wan
2011-02-24
1
-1
/
+2
*
Removes the Windows golden file (by Vlad Losev); implements test result strea...
zhanyong.wan
2010-08-19
1
-1
/
+0
*
Adds new test files to the distro, and sorts the file lists.
zhanyong.wan
2010-08-09
1
-52
/
+56
*
Removes unused scripts from the distro.
zhanyong.wan
2010-07-22
1
-3
/
+1
*
Lucid autotools compatibility patch by Jeffrey Yasskin.
vladlosev
2010-05-11
1
-0
/
+2
*
Moves the universal printer from gmock to gtest and refactors the cmake scrip...
zhanyong.wan
2010-05-10
1
-0
/
+3
*
Simplifies Makefile.am (by Zhanyong Wan and Vlad Losev).
zhanyong.wan
2010-04-13
1
-29
/
+25
*
Adds the pump.py script.
zhanyong.wan
2010-03-23
1
-0
/
+1
*
Adds missing gtest DLL exports.
zhanyong.wan
2010-03-22
1
-2
/
+1
*
Removes the old DLL solution.
zhanyong.wan
2010-03-05
1
-3
/
+2
*
Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...
zhanyong.wan
2010-02-24
1
-10
/
+50
*
Supports building gtest as a DLL (by Vlad Losev).
zhanyong.wan
2009-12-18
1
-2
/
+5
*
Trims the autotools build script.
zhanyong.wan
2009-12-16
1
-304
/
+102
*
Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes ...
zhanyong.wan
2009-11-24
1
-0
/
+5
*
Implements support for AssertionResult in Boolean assertions such as EXPECT_T...
vladlosev
2009-10-20
1
-1
/
+3
*
Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...
zhanyong.wan
2009-09-30
1
-6
/
+19
*
Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC proj...
zhanyong.wan
2009-09-11
1
-7
/
+2
*
More implementation of the event listener interface (by Vlad Losev); Reduces ...
zhanyong.wan
2009-09-04
1
-3
/
+14
*
Fix the 'make dist' behavior to include gtest-tuple.h and gtest-tuple.h.pump.
chandlerc
2009-08-11
1
-0
/
+2
*
More refactoring for the event listener API, by Vlad Losev.
zhanyong.wan
2009-07-16
1
-0
/
+5
*
Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan);...
zhanyong.wan
2009-06-17
1
-0
/
+17
*
Works around a gcc bug when compiling tr1/tuple with RTTI disabled.
zhanyong.wan
2009-06-11
1
-0
/
+8
*
Ports gtest to C++Builder, by Josh Kelley.
zhanyong.wan
2009-04-28
1
-0
/
+9
*
Ports gtest to minGW (by Kenton Varda).
zhanyong.wan
2009-04-25
1
-2
/
+3
*
Adds scripts/test/Makefile to the distribution in trunk.
zhanyong.wan
2009-03-18
1
-0
/
+1
*
Implements the --help flag; fixes tests on Windows.
zhanyong.wan
2009-03-11
1
-0
/
+6
*
Implements --gtest_throw_on_failure for using gtest with other testing framew...
zhanyong.wan
2009-03-06
1
-1
/
+15
*
Removes upload*.py from the release package, as they are useless without an S...
zhanyong.wan
2009-02-13
1
-2
/
+0
*
Adds upload_gtest.py for uploading a Google Test patch for review.
zhanyong.wan
2009-02-13
1
-0
/
+2
*
Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.
zhanyong.wan
2009-02-09
1
-2
/
+3
*
Adds a script to fuse gtest source files into a .h and a .cc.
zhanyong.wan
2009-01-22
1
-0
/
+1
*
Adds Makefile to the distribution pacakge.
shiqian
2008-12-10
1
-0
/
+1
*
Merged build script fix from branches/release-1.2
vladlosev
2008-11-27
1
-0
/
+1
*
Sorts the sample and test targets in Makefile.am within their functional group.
shiqian
2008-11-20
1
-53
/
+53
*
Value-parameterized tests and many bugfixes
vladlosev
2008-11-20
1
-2
/
+40
*
Fixes the header search path in SConscript and add SConscript to the distribu...
shiqian
2008-10-12
1
-0
/
+1
*
Many changes:
shiqian
2008-10-11
1
-1
/
+14
*
Adding tests to Xcode project
preston.jackson
2008-10-08
1
-1
/
+4
*
Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...
shiqian
2008-09-08
1
-3
/
+40
[next]