Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
7f6b9a9c
Commit
7f6b9a9c
authored
Mar 25, 2020
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link to codedocs.xyz for the API reference docs
parent
2e212dd9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
19 deletions
+16
-19
README.md
README.md
+16
-19
No files found.
README.md
View file @
7f6b9a9c
# CAF: C++ Actor Framework
# CAF: C++ Actor Framework
CAF is an open source
C++11 actor model implementation
featuring
CAF is an open source
implementation of the actor model for C++
featuring
lightweight & fast actor implementations, pattern matching for messages,
lightweight & fast actor implementations, pattern matching for messages,
network
network
transparent messaging, and more.
transparent messaging, and more.
[
![Gitter
][
gitter-badge
]
](https://gitter.im/actor-framework/chat)
[
![Gitter
][
gitter-badge
]
](https://gitter.im/actor-framework/chat)
[
![Jenkins
][
jenkins-badge
]
](https://jenkins.inet.haw-hamburg.de/job/CAF/job/actor-framework/job/master)
[
![Jenkins
][
jenkins-badge
]
](https://jenkins.inet.haw-hamburg.de/job/CAF/job/actor-framework/job/master)
...
@@ -13,9 +13,8 @@ network transparent messaging, and more.
...
@@ -13,9 +13,8 @@ network transparent messaging, and more.
*
__Homepage__: http://www.actor-framework.org
*
__Homepage__: http://www.actor-framework.org
*
__Developer Blog__: http://blog.actor-framework.org
*
__Developer Blog__: http://blog.actor-framework.org
*
__Doxygen__: http://www.actor-framework.org/doc
*
__Manual__: https://actor-framework.readthedocs.io
*
__HTML Manual__: https://actor-framework.readthedocs.io
*
__Doxygen__: https://codedocs.xyz/actor-framework/actor-framework
*
__PDF Manual__: http://www.actor-framework.org/pdf/manual.pdf
## Report Bugs / Get Help
## Report Bugs / Get Help
...
@@ -132,19 +131,17 @@ A SNocs workspace is provided by GitHub user
...
@@ -132,19 +131,17 @@ A SNocs workspace is provided by GitHub user
*
FreeBSD 10
*
FreeBSD 10
*
Windows >= 7 (currently static builds only)
*
Windows >= 7 (currently static builds only)
## Optional Dependencies
## Build Documentation Locally
*
Doxygen (for the
`doxygen`
target)
-
Building an offline version of the manual requires
*
LaTeX (for the
`manual`
target)
[
Sphinx
](
https://www.sphinx-doc.org
)
:
```
sh
## Build the Manual
cd
manual
sphinx-build
.
html
CAF uses
[
Sphinx
](
https://www.sphinx-doc.org
)
:
```
-
Building an offline version of the API reference documentation requires
```
sh
[
Doxygen
](
http://www.doxygen.nl
)
(
simply
run the
`doxygen`
command at the
cd
manual
root directory of the repository).
sphinx-build
.
html
```
## Scientific Use
## Scientific Use
...
...
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