srz_zumix
75b683df46
Fix or condition typo ( '|' -> '||' )
8 years ago
bartshappee
bef93f32c1
Fix small typo SeArrayArgument
...
SeArrayArgument => SetArrayArgument
8 years ago
Edgar Riba
21ccd6108d
update README.md with tiny-dnn
...
tiny-dnn in its recent version updated the testing framework to GTest.
We would like to be mentioned as consumers of the project.
8 years ago
Billy Donahue
a2b8a8e076
Merge pull request #918 from DanAlbert/fix-android-GTEST_HAS_CLONE
...
Fix detection of GTEST_HAS_CLONE for Android.
8 years ago
Jérémie Delaitre
96977463ee
Fix the link to the float comparison article
...
As explained on the previous link, the article has been rewritten and moved.
8 years ago
Billy Donahue
3447fc31b4
Merge pull request #728 from DanAlbert/tuple-stlport
...
Fix a test to compile when tuple isn't available.
8 years ago
Dan Albert
4eafafbde5
Fix detection of GTEST_HAS_CLONE for Android.
...
This was not in Gingerbread for anything but ARM (even though the
libs were hacked to lie about it being available in gingerbread).
8 years ago
Ross Wang
0b6d947517
Update Primer.md
...
Correcting typo: "text fixture" => "test fixture"
8 years ago
iignatev
7fbc5986cc
enable null detection on Solaris Studio 12u4+
8 years ago
Billy Donahue
ecd530865c
Merge pull request #876 from marco-m/patch-1
...
mock cookbook: fix broken relative link
9 years ago
Marco Molteni
8ce0b5907c
Cookbok: fix broken relative link
9 years ago
Samuel Roth
32b4a9b390
Fixed broken links
9 years ago
Samuel Roth
0e0ff5c341
blob vs tree
9 years ago
Samuel Roth
960a511f45
Fixing relative links
9 years ago
Samuel Roth
995db996de
Fixing KnownIssues and FrequentlyAskedQuestions links
9 years ago
Samuel Roth
f5c0130e88
Broken relative links fixed
9 years ago
Samuel Roth
9cb03aa702
Fixing ForDummies link
9 years ago
Samuel Roth
51b290d41e
One works
9 years ago
Samuel Roth
16d6af7d41
Relative links
9 years ago
Samuel Roth
10ff7f9468
Fixing relative links
9 years ago
Billy Donahue
48ee8e98ab
Merge pull request #856 from KindDragon/mingw-appveyor
...
Fix Mingw-w64 build
9 years ago
Arkadiy Shapkin
d8fe70f477
Fix build with MinGW-w64
9 years ago
Marzo Sette Torres Junior
f700442db3
Clarifying language
...
The old language might mislead someone into thinking that the access level on the base class itself was changed.
9 years ago
tommyleo2
82396f2d54
Update Primer.md
...
fix bug in string comparison assertions table where _str2_ is mistakenly written as _str_2
9 years ago
Arkady Shapkin
1cff1460d1
Add links to IRC channel and Google Group
9 years ago
Billy Donahue
ed9d1e1ff9
Merge pull request #721 from ilmagico/fix-mingw-threads
...
Fix compilation of googletest with MinGW using Win32 threads
9 years ago
Billy Donahue
ec44c6c167
Merge pull request #821 from mazong1123/master
...
Fixed issue #775 . Mark the ConvertibleFromAny constructor as explicit, and fix operator overload issue for Unprintable
9 years ago
mazong1123
dc2dbf1fbf
Reformatted the Unprintable operator== code style.
9 years ago
mazong1123
531bf5c410
Fixed issue #775
9 years ago
Billy Donahue
d406cb18c3
Merge pull request #814 from google/BillyDonahue-patch-2
...
Add Appveyor badge to Readme.md
9 years ago
Billy Donahue
e51026e5d1
Add Appveyor badge to Readme.md
9 years ago
Billy Donahue
8134585072
Merge pull request #723 from KindDragon/master
...
Run MSVC tests on AppVeyor
9 years ago
Arkadiy Shapkin
43c0ae3375
Support running MSVC build on AppVeyour
9 years ago
Billy Donahue
10799abad2
Merge pull request #810 from google/rollback_808
...
Rollback change #808 .
9 years ago
Billy Donahue
ce7ec96eda
Rollback change #808 .
9 years ago
Billy Donahue
faee7d1fbc
Merge pull request #808 from djmott/master
...
fix to operator precedence in GTEST_TEST_BOOLEAN_ with expressions th…
9 years ago
David Mott
2489c30747
Fix to tests that return object which implement operator bool
9 years ago
David Mott
e35015f539
fix to operator precedence in GTEST_TEST_BOOLEAN_ with expressions that implement operator bool
9 years ago
Manuel Vives
a7ab054f2b
Issue 709: Fix Cmake policy 0048
9 years ago
Billy Donahue
0a439623f7
Merge pull request #773 from mazong1123/master
...
Fixed googletest dir issue for building googlemock.
9 years ago
mazong1123
5bae126d66
Added VS 2015 project support.
9 years ago
mazong1123
01f3d09f9f
Updated the value of GTEST_DIR to reflect the googletest dir.
9 years ago
mazong1123
2746b57f78
Changed the GTestDir marco value to reflect the new dir of googletest.
9 years ago
Li Peng
266a185a52
remove duplicated words
...
Signed-off-by: Li Peng <lip@dtdream.com>
9 years ago
Nic Holthaus
1d1b306dd4
made capitalization more consistent with other projects.
9 years ago
Nic Holthaus
c88525f3f0
added related open source project
...
Added a link to [gtest-runner](https://github.com/nholthaus/gtest-runner ), which is a Qt GUI for gtest executables. It just had its initial release, and is being actively developed and tested on multiple linux and windows platforms.
9 years ago
Billy Donahue
d225acc90b
Merge pull request #741 from mbinna/patch-1
...
Fix whitespace in paragraph
9 years ago
Manuel Binna
207147495c
Fix whitespace in paragraph
9 years ago
Billy Donahue
72416fab75
Merge pull request #724 from duggelz/master
...
Read Bazel's $XML_OUTPUT_FILE environment variable
9 years ago
Don Huff
d254052f7f
Update C++ language and library settings to match SDK projects.
9 years ago