- 13 May, 2015 1 commit
-
-
Matthias Vallentin authored
Closes #295.
-
- 12 May, 2015 7 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 11 May, 2015 5 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Improve type-safety
-
Dominik Charousset authored
Add missing `check_typed_input` for `local_actor::send`
-
ufownl authored
Relates #172
-
ufownl authored
-
- 10 May, 2015 5 commits
-
-
Dominik Charousset authored
Optimize serialization by using type numbers
-
outro56 authored
Always write type number during serialization
-
Dominik Charousset authored
The previous type checker supported the somewhat strange "skip everything from the left" semantics that don't make sense for types messages. Relates #172.
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 09 May, 2015 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
ufownl authored
The kill exit reason should kill actors unconditionally, even if they trap exit messages.
-
- 08 May, 2015 1 commit
-
-
Matthias Vallentin authored
-
- 07 May, 2015 2 commits
-
-
Dominik Charousset authored
Make message::extract_opts more flexible
-
Matthias Vallentin authored
This function message::extract_opts no longer prints help text and errors to the console. These remain available in the result struct as members, however. Moreover, this commit also fixes a bug when users specified their own -h or -? option, but not --help. In this case extract_opts would override it with the default help arg. This no longer happens. Another extension concerns handling of values for single options: it is now possible to omit the space between a value and the single option, e.g., -v2 is equivalent to -v 2.
-
- 04 May, 2015 1 commit
-
-
Dominik Charousset authored
-
- 02 May, 2015 3 commits
-
-
ufownl authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 29 Apr, 2015 1 commit
-
-
Dominik Charousset authored
-
- 25 Apr, 2015 2 commits
-
-
Marian Triebe authored
-
Marian Triebe authored
If necessary every unit test should call `shutdown` for itself.
-
- 23 Apr, 2015 3 commits
-
-
Marian Triebe authored
-
Dominik Charousset authored
Add new unit testing framework
-
Marian Triebe authored
-
- 22 Apr, 2015 5 commits
-
-
Marian Triebe authored
-
Matthias Vallentin authored
By adding a delimeter "--" into the sequence of arguments, it is now possible to partition the command line arguments into two halves. The unit test binary consumes everything before "--" and the unit test engine registers anything after "--". For example, caf-test -n -- foo bar passes "-n" to the caf-test parser to disable colors, whereas user tests can now access the remaining two arguments "foo" and "bar" via test::engine::argc() and test::engine::argv().
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Matthias Vallentin authored
-