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
4537ccbf
Commit
4537ccbf
authored
Nov 19, 2012
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated version to 0.5.4
parent
bafba704
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
ChangeLog.md
ChangeLog.md
+9
-0
Doxyfile.in
Doxyfile.in
+1
-1
manual.pdf
manual.pdf
+0
-0
No files found.
CMakeLists.txt
View file @
4537ccbf
...
@@ -3,7 +3,7 @@ project(cppa CXX)
...
@@ -3,7 +3,7 @@ project(cppa CXX)
set
(
LIBCPPA_VERSION_MAJOR 0
)
set
(
LIBCPPA_VERSION_MAJOR 0
)
set
(
LIBCPPA_VERSION_MINOR 5
)
set
(
LIBCPPA_VERSION_MINOR 5
)
set
(
LIBCPPA_VERSION_PATCH
3
)
set
(
LIBCPPA_VERSION_PATCH
4
)
# prohibit in-source builds
# prohibit in-source builds
if
(
"
${
CMAKE_SOURCE_DIR
}
"
STREQUAL
"
${
CMAKE_BINARY_DIR
}
"
)
if
(
"
${
CMAKE_SOURCE_DIR
}
"
STREQUAL
"
${
CMAKE_BINARY_DIR
}
"
)
...
...
ChangeLog.md
View file @
4537ccbf
Version 0.5.4
-------------
__2012-11-19__
-
Update libcppa to work with Boost.Context 1.52
-
Fix possible memory corruption in
`behavior_stack`
-
Fix
`fiber`
implementaiton if compiling without Boost.Context
Version 0.5.3
Version 0.5.3
-------------
-------------
...
...
Doxyfile.in
View file @
4537ccbf
...
@@ -31,7 +31,7 @@ PROJECT_NAME = libcppa
...
@@ -31,7 +31,7 @@ PROJECT_NAME = libcppa
# This could be handy for archiving the generated documentation or
# This could be handy for archiving the generated documentation or
# if some version control system is used.
# if some version control system is used.
PROJECT_NUMBER = "Version 0.5.
3
"
PROJECT_NUMBER = "Version 0.5.
4
"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
# base path where the generated documentation will be put.
...
...
manual.pdf
View file @
4537ccbf
No preview for this file type
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