- 15 Mar, 2019 2 commits
-
-
Dominik Charousset authored
Revert "Parallelize deserialization of incoming BASP messages"
-
Dominik Charousset authored
-
- 14 Mar, 2019 1 commit
-
-
Joseph Noir authored
Parallelize deserialization of incoming BASP messages
-
- 13 Mar, 2019 3 commits
-
-
Dominik Charousset authored
Add marker to make categories optional on the CLI
-
Dominik Charousset authored
Categories are great at organizing program options. However, on the CLI they get in the way quickly. This change allows developers to prefix category names with '?' to make it optional on the CLI. For example, an option added via ``` opt_group{custom_options_, "?foo"} .add<std::string>("bar,b", "some string"); ``` allows users to use any of these on the CLI: - `-b text` - `--bar=text` - `--foo.bar=text` All options in the `global` category already allowed this abbreviated form implicitly.
-
Dominik Charousset authored
-
- 12 Mar, 2019 1 commit
-
-
Dominik Charousset authored
-
- 11 Mar, 2019 1 commit
-
-
Dominik Charousset authored
Fix a typo in contributing guidelines
-
- 10 Mar, 2019 1 commit
-
-
i-ky authored
-
- 09 Mar, 2019 1 commit
-
-
Dominik Charousset authored
fix a couple of typos
-
- 08 Mar, 2019 2 commits
-
-
i-ky authored
-
Dominik Charousset authored
-
- 07 Mar, 2019 1 commit
-
-
Dominik Charousset authored
-
- 06 Mar, 2019 1 commit
-
-
Dominik Charousset authored
-
- 05 Mar, 2019 1 commit
-
-
Dominik Charousset authored
Allow IPO on gcc/clang
-
- 04 Mar, 2019 1 commit
-
-
Tobias Mayer authored
-
- 02 Mar, 2019 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 27 Feb, 2019 1 commit
-
-
Dominik Charousset authored
-
- 26 Feb, 2019 1 commit
-
-
Dominik Charousset authored
-
- 24 Feb, 2019 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 23 Feb, 2019 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
Fix cmake mis-matching arguments warning
-
- 22 Feb, 2019 2 commits
-
-
Dominik Charousset authored
Currently, the CAF logger is only available if CAF was compiled with non-quiet log level. This change allows applications to use the CAF logger regardless of the build config.
-
Tobias Mayer authored
-
- 21 Feb, 2019 1 commit
-
-
Dominik Charousset authored
-
- 20 Feb, 2019 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 16 Feb, 2019 8 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
Our new design must make sure that the BASP instance inside the BASP broker outlives the scheduler. Otherwise, currently running BASP workers might access released memory during shutdown. Hence, we move the BASP instance to a member of the actor itself to make sure that object won't get destroyed when the BASP broker quits but when it gets actually destroyed instead.
-
Dominik Charousset authored
-