Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Fischer
emper
Commits
df9a5da5
Commit
df9a5da5
authored
4 years ago
by
Florian Fischer
Browse files
Options
Downloads
Patches
Plain Diff
Include functional in actor tests to fix iwyu errors
parent
a47be194
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/AlarmActorTest.cpp
+4
-3
4 additions, 3 deletions
tests/AlarmActorTest.cpp
tests/SimpleActorTest.cpp
+6
-5
6 additions, 5 deletions
tests/SimpleActorTest.cpp
tests/TellActorFromAnywhereTest.cpp
+3
-2
3 additions, 2 deletions
tests/TellActorFromAnywhereTest.cpp
with
13 additions
and
10 deletions
tests/AlarmActorTest.cpp
+
4
−
3
View file @
df9a5da5
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright © 2020 Florian Fischer
#include
<algorithm>
// for copy
#include
<cstdlib>
// for exit, EXIT_FAILURE, EXIT_SUC...
#include
<iostream>
// for operator<<, basic_ostream
#include
<algorithm>
// for copy
#include
<cstdlib>
// for exit, EXIT_FAILURE, EXIT_SUC...
#include
<functional>
// bind
#include
<iostream>
// for operator<<, basic_ostream
#include
"Actor.hpp"
// for Actor
#include
"BinaryPrivateSemaphore.hpp"
// for BPS
...
...
This diff is collapsed.
Click to expand it.
tests/SimpleActorTest.cpp
+
6
−
5
View file @
df9a5da5
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright © 2020 Florian Schmaus
#include
<algorithm>
// for copy
#include
<atomic>
// for atomic_thread_fence, memory_...
#include
<cstdint>
// for uint64_t
#include
<cstdlib>
// for exit, EXIT_FAILURE, EXIT_SUC...
#include
<iostream>
// for operator<<, basic_ostream
#include
<algorithm>
// for copy
#include
<atomic>
// for atomic_thread_fence, memory_...
#include
<cstdint>
// for uint64_t
#include
<cstdlib>
// for exit, EXIT_FAILURE, EXIT_SUC...
#include
<functional>
// for bind
#include
<iostream>
// for operator<<, basic_ostream
#include
"Actor.hpp"
// for Actor
#include
"CountingPrivateSemaphore.hpp"
// for CPS
...
...
This diff is collapsed.
Click to expand it.
tests/TellActorFromAnywhereTest.cpp
+
3
−
2
View file @
df9a5da5
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright © 2020 Florian Schmaus
#include
<algorithm>
// for copy, copy_backward
#include
<cstdlib>
// for exit, EXIT_FAILURE, EXIT_SUCCESS
#include
<algorithm>
// for copy, copy_backward
#include
<cstdlib>
// for exit, EXIT_FAILURE, EXIT_SUCCESS
#include
<functional>
// for bind
#include
<thread>
#include
"Actor.hpp"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment