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 (
Collapse
)
Author
Age
Files
Lines
*
adds gmock_doctor.py to the distro
zhanyong.wan
2013-11-21
1
-0
/
+4
|
*
adds more files to gmock's distro
zhanyong.wan
2013-08-27
1
-1
/
+3
|
*
fixes a typo
zhanyong.wan
2013-08-27
1
-1
/
+1
|
*
adds gmock-more-matchers.h to the distro
zhanyong.wan
2013-08-27
1
-0
/
+1
|
*
Adds the LICENSE file to the distribution.
vladlosev
2013-01-31
1
-1
/
+1
|
*
Renames the license files.
vladlosev
2011-09-09
1
-1
/
+1
|
*
Makes generation of fused sources contingent on availability of Python and ↵
vladlosev
2011-04-21
1
-10
/
+14
|
|
|
|
pulls in gtest r580.
*
disables 'make install'
zhanyong.wan
2011-04-07
1
-4
/
+12
|
*
fixes link errors in 'make check'
zhanyong.wan
2011-04-07
1
-2
/
+2
|
*
Adds CMake scripts to gmock's release package.
zhanyong.wan
2011-02-24
1
-0
/
+4
|
*
Adds project files for MSVC 2010 (by Fredrik Roubert).
vladlosev
2011-02-12
1
-7
/
+13
|
*
Removes some gmock internal macros; sorts the file lists in Makefile.am; ↵
zhanyong.wan
2010-08-09
1
-51
/
+55
|
|
|
|
picks up gtest r454.
*
Moves the universal printer from gmock to gtest (by Vlad Losev).
zhanyong.wan
2010-05-10
1
-4
/
+1
|
*
Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by ↵
zhanyong.wan
2010-04-22
1
-3
/
+1
|
|
|
|
Zhanyong Wan); pulls in gtest r424.
*
Improves Makefile.am (by Vlad Losev); fixes Makefile and updates README (by ↵
zhanyong.wan
2010-04-14
1
-3
/
+41
|
|
|
|
Zhanyong Wan).
*
Adds threading support (by Vlad Losev); updates the version number (by ↵
zhanyong.wan
2010-02-24
1
-0
/
+8
|
|
|
|
Zhanyong Wan); adds release notes for 1.5.0 (by Vlad Losev).
*
Trims the autotools build script.
zhanyong.wan
2009-12-18
1
-135
/
+44
|
*
Removes gmock_output_test_.vcproj.
zhanyong.wan
2009-12-09
1
-1
/
+0
|
*
Adds gmock-more-actions.h to the distribution ('make distcheck' passes).
zhanyong.wan
2009-09-08
1
-0
/
+1
|
*
Re-organizes the file structure for actions.
zhanyong.wan
2009-07-22
1
-0
/
+5
|
*
Switches from Boost TR1 tuple to gtest's TR1 tuple.
zhanyong.wan
2009-06-17
1
-0
/
+12
|
*
Works around a gcc bug that causes tr1/tuple to fail to compile when RTTI is ↵
zhanyong.wan
2009-06-11
1
-0
/
+10
|
|
|
|
disabled.
*
Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.
zhanyong.wan
2009-04-22
1
-6
/
+14
|
*
Adds fuse_gmock_files.py to fuse all Google Mock and Google Test source ↵
zhanyong.wan
2009-04-09
1
-0
/
+5
|
|
|
|
files (by Zhanyong Wan).
*
Fixes link errors due to an MS VC bug. By Vlad Losev.
zhanyong.wan
2009-02-19
1
-2
/
+2
|
*
Removes upload*.py from the release package, as they are useless without an ↵
zhanyong.wan
2009-02-13
1
-5
/
+0
|
|
|
|
SVN checkout.
*
Adds upload_gmock.py for uploading a patch for review.
zhanyong.wan
2009-02-13
1
-0
/
+5
|
*
More tweaks to the build script.
shiqian
2008-12-11
1
-0
/
+4
|
*
More tweaks to the build systems.
shiqian
2008-12-10
1
-0
/
+4
|
*
Adds Visual Studio projects for building Google Mock.
shiqian
2008-12-10
1
-1
/
+9
|
*
Initial drop of Google Mock. The files are incomplete and thus may not ↵
shiqian
2008-12-10
1
-0
/
+181
build correctly yet.