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
24e4d3dc
Commit
24e4d3dc
authored
Oct 01, 2012
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed formattting
parent
6e3b85f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
14 deletions
+13
-14
ChangeLog.md
ChangeLog.md
+13
-14
No files found.
ChangeLog.md
View file @
24e4d3dc
...
@@ -3,9 +3,8 @@ Version 0.4.2
...
@@ -3,9 +3,8 @@ Version 0.4.2
__2012-10-1__
__2012-10-1__
-
Bugfix: evaluate
`errno`
whenever select() fails and handle errors properly
-
Refactored announce
-
Refactored announce
*
accept recursive containers, e.g.,
vector
<vector
<
double
>
>
*
accept recursive containers, e.g.,
`vector<vector<double>>`
*
allow user-defined types as members of announced types
*
allow user-defined types as members of announced types
*
all-new, policy-based implementation
*
all-new, policy-based implementation
-
Use
`poll`
rather than
`select`
in middleman (based on the patch by ArtemGr)
-
Use
`poll`
rather than
`select`
in middleman (based on the patch by ArtemGr)
...
@@ -15,7 +14,7 @@ Version 0.4.1
...
@@ -15,7 +14,7 @@ Version 0.4.1
__2012-08-22__
__2012-08-22__
-
Bugfix:
shutdown()
caused segfault if no scheduler or middleman was started
-
Bugfix:
`shutdown`
caused segfault if no scheduler or middleman was started
Version 0.4
Version 0.4
-----------
-----------
...
@@ -24,13 +23,13 @@ __2012-08-20__
...
@@ -24,13 +23,13 @@ __2012-08-20__
-
New network layer implementation
-
New network layer implementation
-
Added acceptor and input/output stream interfaces
-
Added acceptor and input/output stream interfaces
-
Added overload for
publish() and remote_actor()
using the new interfaces
-
Added overload for
`publish`
and
`remote_actor`
using the new interfaces
-
Changed group::add_module to take unique_ptr rather than a raw pointer
-
Changed group::add_module to take unique_ptr rather than a raw pointer
-
Refactored serialization process for group_ptr
-
Refactored serialization process for group_ptr
-
Changed anyonymous groups to use the implementation of the "local" module
-
Changed anyonymous groups to use the implementation of the "local" module
-
Added scheduled_and_hidden policy for system-internal, event-based actors
-
Added scheduled_and_hidden policy for system-internal, event-based actors
-
Enabled serialization of floating point values
-
Enabled serialization of floating point values
-
Added
shutdown()
function
-
Added
`shutdown`
function
-
Implemented broker-based forwarding of local groups for 'pseudo multicast'
-
Implemented broker-based forwarding of local groups for 'pseudo multicast'
-
Added
`then`
and
`await`
member functions to message_future
-
Added
`then`
and
`await`
member functions to message_future
-
Do not send more than one response message with
`reply`
-
Do not send more than one response message with
`reply`
...
@@ -85,18 +84,18 @@ Version 0.2.1
...
@@ -85,18 +84,18 @@ Version 0.2.1
__2012-07-02__
__2012-07-02__
-
More efficient behavior implementation
-
More efficient behavior implementation
-
Relaxed definition of
become()
to accept const lvalue references as well
-
Relaxed definition of
`become`
to accept const lvalue references as well
Version 0.2
Version 0.2
-----------
-----------
__2012-06-29__
__2012-06-29__
-
Removed
become_void() [use quit()
instead]
-
Removed
`become_void`
[use
`quit`
instead]
-
Renamed
"future_send()" to "delayed_send()"
-
Renamed
`future_send`
to
`delayed_send`
-
Removed
"stacked_actor"; moved functionality to "event_based_actor"
-
Removed
`stacked_actor`
; moved functionality to
`event_based_actor`
-
Renamed
"fsm_actor" to "sb_actor"
-
Renamed
`fsm_actor`
to
`sb_actor`
-
Refactored
"spawn": spawn(new T(...)) => spawn
<T>
(...)
-
Refactored
`spawn`
:
`spawn(new T(...))`
=>
`spawn<T>(...)`
-
Implemented
become()/unbecome()
for context-switching & thread-mapped actors
-
Implemented
`become`
&
`unbecome`
for context-switching & thread-mapped actors
-
Moved
become()/unbecome()
to local_actor
-
Moved
`become`
&
`unbecome`
to local_actor
-
Ported libcppa from
<ucontext
.
h
>
to Boost.Context
library
-
Ported libcppa from
`<ucontext.h>`
to
`Boost.Context`
library
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