Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
15d61e42
Commit
15d61e42
authored
Mar 24, 2014
by
kosak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implement threading support for gmock on Windows.
Replace U+2013 with U+002D in comment lines. Pull in gtest 681.
parent
c26f9695
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gmock-matchers.cc
src/gmock-matchers.cc
+3
-3
gmock-matchers_test.cc
test/gmock-matchers_test.cc
+4
-0
No files found.
src/gmock-matchers.cc
View file @
15d61e42
...
@@ -191,9 +191,9 @@ GTEST_API_ string FormatMatcherDescription(bool negation,
...
@@ -191,9 +191,9 @@ GTEST_API_ string FormatMatcherDescription(bool negation,
// . [ sink ] .
// . [ sink ] .
//
//
// See Also:
// See Also:
// [1] Cormen, et al (2001). "Section 26.2: The Ford
–
Fulkerson method".
// [1] Cormen, et al (2001). "Section 26.2: The Ford
-
Fulkerson method".
// "Introduction to Algorithms (Second ed.)", pp. 651
–
664.
// "Introduction to Algorithms (Second ed.)", pp. 651
-
664.
// [2] "Ford
–
Fulkerson algorithm", Wikipedia,
// [2] "Ford
-
Fulkerson algorithm", Wikipedia,
// 'http://en.wikipedia.org/wiki/Ford%E2%80%93Fulkerson_algorithm'
// 'http://en.wikipedia.org/wiki/Ford%E2%80%93Fulkerson_algorithm'
class
MaxBipartiteMatchState
{
class
MaxBipartiteMatchState
{
public
:
public
:
...
...
test/gmock-matchers_test.cc
View file @
15d61e42
...
@@ -33,6 +33,10 @@
...
@@ -33,6 +33,10 @@
//
//
// This file tests some commonly used argument matchers.
// This file tests some commonly used argument matchers.
// windows.h defines macros which conflict with standard identifiers used in
// this test. Defining this symbol prevents windows.h from doing that.
#define NOMINMAX
#include "gmock/gmock-matchers.h"
#include "gmock/gmock-matchers.h"
#include "gmock/gmock-more-matchers.h"
#include "gmock/gmock-more-matchers.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment