- 14 Dec, 2012 2 commits
-
-
Dominik Charousset authored
Fix a potential linker problem.
-
Matthias Vallentin authored
The problem occurs when Boost and the compiler have the same default installation path. In this case, CMake tries to be smart during link time and replace the absolute path of the shared library with -l<lib>. With both system-wide and user-provided installations, this can cause CMake to pick up the wrong version of the library. Adding an explicit -L flag to the linker command helps.
-
- 19 Nov, 2012 1 commit
-
-
Dominik Charousset authored
-
- 16 Nov, 2012 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 14 Nov, 2012 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 13 Nov, 2012 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 12 Nov, 2012 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
this patch re-implements throw_io_failure to take a const char* and use a string stream to build error message, fixes #73
-
- 07 Nov, 2012 1 commit
-
-
Dominik Charousset authored
-
- 06 Nov, 2012 11 commits
-
-
Dominik Charousset authored
this example optionally builds when Qt4 is found during CMake invokation and illustrates how to use actor_widget_mixin to send and receive messages from a QWidget-based class
-
Dominik Charousset authored
example uses 'EXIT' messages rather than user-defined quit messages and no longer checks wheter the sender is a proxy, because this might lead newcomers to believe that such a check is safe (it isn't, because remote actors can fake the sender information, so that an actor receives a message "from itself" for example)
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
this patch uses the new memory interface for recursive_queue_node
-
Dominik Charousset authored
these functions provide a simple interface to "fake" the sender information of a message
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
this patch extends the caching strategy to actor instances to minimize access to the heap through new/delete
-
Dominik Charousset authored
this patch fixes a possible memory corruption when the middleman is accessed via a `protocol` parent pointer after `shutdown` was called
-
Dominik Charousset authored
this implementation can be used with forward declarations and is implicit convertible to intrusive_ptr
-
- 05 Nov, 2012 16 commits
-
-
Dominik Charousset authored
added Pthread dependency and marked Boost.Context as optional
-
Dominik Charousset authored
this patch replaces the per-actor caching of `recursive_queue_node` instances with a per-thread caching strategy that also allocates nodes more efficiently
-
Dominik Charousset authored
libcppa actually didn't use Boost.Thread for quite some time now, this patch finally removed the dependency from CMake project file
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
this patch adds a new `match_split` function to split a string and match the result, renames `on_vopt` to `on_opt0` and `on_opt` to `on_opt1` and adds documentation to opt.hpp
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-