index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
msvc
/
gtest.vcproj
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Move everything in googletest into googletest/googletest
Billy Donahue
2015-08-25
1
-126
/
+0
|
*
Removes all uses of StrStream; fixes the VC projects and simplifies them by ↵
zhanyong.wan
2010-09-08
1
-112
/
+1
|
|
|
|
using gtest-all.cc.
*
Adjusts VC projects' output directories such that the output files don't ↵
zhanyong.wan
2009-09-11
1
-4
/
+4
|
|
|
|
step on each other.
*
Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC ↵
zhanyong.wan
2009-09-11
1
-2
/
+2
|
|
|
|
projects.
*
Removes svn:executable and sets svn:eol-style to CRLF for VS project files.
zhanyong.wan
2009-02-13
1
-237
/
+237
|
*
Fixes the VC project. Contributed by Rainer Klaffenboeck.
shiqian
2008-10-31
1
-0
/
+15
|
*
Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on ↵
shiqian
2008-09-13
1
-1
/
+1
|
|
|
|
non-English Windows. By balazs.dan@gmail.com.
*
Adds support for type-parameterized tests (by Zhanyong Wan); also adds ↵
shiqian
2008-09-08
1
-0
/
+15
|
|
|
|
case-insensitive wide string comparison to the String class (by Vlad Losev).
*
Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ↵
shiqian
2008-07-09
1
-0
/
+207
Microsoft Visual Studio.