Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
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
钟尚武
dlib
Commits
f3ef255e
Commit
f3ef255e
authored
Apr 09, 2015
by
Davis E. King
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12 from Abai/master
Fix dlib tests for c++11
parents
7ce411c0
c1cb614d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
pipe.cpp
dlib/test/pipe.cpp
+1
-1
read_write_mutex.cpp
dlib/test/read_write_mutex.cpp
+1
-1
timer.cpp
dlib/test/timer.cpp
+1
-1
No files found.
dlib/test/pipe.cpp
View file @
f3ef255e
...
...
@@ -22,7 +22,7 @@ namespace
namespace
pipe_kernel_test_helpers
{
const
unsigned
long
proc1_count
=
10000
;
mutex
m
;
dlib
::
mutex
m
;
signaler
s
(
m
);
unsigned
long
threads_running
=
0
;
bool
found_error
;
...
...
dlib/test/read_write_mutex.cpp
View file @
f3ef255e
...
...
@@ -42,7 +42,7 @@ namespace
read_write_mutex
m
;
mutex
mut
;
dlib
::
mutex
mut
;
int
num_write
;
int
num_read
;
int
max_read
;
...
...
dlib/test/timer.cpp
View file @
f3ef255e
...
...
@@ -23,7 +23,7 @@ namespace
class
timer_test_helper
{
public
:
mutex
m
;
dlib
::
mutex
m
;
int
count
;
dlib
::
uint64
timestamp
;
dlib
::
timestamper
ts
;
...
...
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