- 02 May, 2015 1 commit
-
-
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
-
- 20 Apr, 2015 2 commits
-
-
Dominik Charousset authored
-
Pavel Kretov authored
- Add '--no-summary' option to ./configure script to disable printing the table with library configuration information at CMake pass. - Make all CMake variables holding build options have consistent names by adding prefix CAF_ where it is missing. - Remove extra "Enter subdirectory" messages which were useful for debugging at the early development stage.
-
- 14 Apr, 2015 1 commit
-
-
Matthias Vallentin authored
This makes github show a banner when filing a pull request, reminding contributors to review the repository style guidelines.
-
- 13 Apr, 2015 6 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
Parse arguments correctly when only using a long name. Also allow customizing the help text by adding an additional factory function argument. Close #268.
-
- 12 Apr, 2015 1 commit
-
-
Dominik Charousset authored
-
- 10 Apr, 2015 6 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
Close #267
-
Pavel Kretov authored
CMakeLists.txt used CMAKE_CURRENT_SOURCE_DIR in some cases, but CMAKE_SOURCE_DIR in others, which made it impossible to include CAF into another project by using CMake's `add_subdirectory` command.
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 09 Apr, 2015 2 commits
-
-
Dominik Charousset authored
-
Jung-gun Lim authored
-
- 08 Apr, 2015 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 07 Apr, 2015 5 commits
-
-
Dominik Charousset authored
Relates #263
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
Store actor IDs in an unordered map protected via RW lock instead of using a non-portable `__thread` variable. Though this is less efficient, the performance overhead is still negligible compared to the overall cost of enabling logging in the first place. Close #258; a more generic `thread_specific_ptr` implementation turned out have too much implementation overhead to be worth the effort.
-
Dominik Charousset authored
-
- 04 Apr, 2015 1 commit
-
-
Dominik Charousset authored
-